Color Hex Logo

#a3356c Color Hex

#A3356C
(163,53,108)
0 Favorites   0 Comments

Color spaces of #a3356c

RGB 16353108
HSL0.920.510.42
HSV330°67°64°
CMYK 0.000.670.34   0.36
XYZ19.084111.415415.3849
Yxy11.41540.41590.2488
Hunter Lab33.786741.6974-3.3473
CIE-Lab40.271550.2348-7.1499

#a3356c color RGB value is (163,53,108).

#a3356c hex color red value is 163, green value is 53 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a3356c hue: 0.92 , saturation: 0.51 and the lightness value of a3356c is 0.42.

The process color (four color CMYK) of #a3356c color hex is 0.00, 0.67, 0.34, 0.36. Web safe color of #a3356c is #993366. Color #a3356c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110101 01101100
Octal 243 65 154
Decimal 163 53 108
Hex A3 35 6C

RGB Percentages of Color #a3356c

%50.31
%16.36
%33.33

CMYK Percentages of Color #a3356c

%0
%67
%34
%36

Triadic Colors of #a3356c

#a3356c #6ca335 #356ca3

Analogous Colors of #a3356c

#a3356c #a33535 #a335a3

Monochromatic Colors of #a3356c

#a3356c

Complementary Color

#a3356c #35a36c

#a3356c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3356c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3356c Color CSS Codes

.mybgcolor {background-color:#a3356c; } 
.myforecolor {color:#a3356c; }
.mybordercolor {border:3px solid #a3356c; }

#a3356c Text Font Color

<p style="color:#a3356c">Text here</p>

This sample text font color is #a3356c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a3356c Background Color

<div style="background-color:#a3356c">
Div content here</div>

This div background color is #a3356c


#a3356c Border Color

<div style="border:3px solid #a3356c">
Div here</div>

This div border color is #a3356c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,53,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3356c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3356c;
  -webkit-box-shadow: 1px 1px 3px 2px #a3356c;
  box-shadow:         1px 1px 3px 2px #a3356c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,53,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a3356c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a3356c;
  -webkit-box-shadow: 1px 1px 3px 2px #a3356c;
  box-shadow:         1px 1px 3px 2px #a3356c;">
Div content here</div>

This div box has shadow with color #a3356c


Comments

No comments written yet.

Please login to write comment.