Color Hex Logo

#a4205a Color Hex

#A4205A
(164,32,90)
0 Favorites   0 Comments

Color spaces of #a4205a

RGB 1643290
HSL0.930.670.38
HSV334°80°64°
CMYK 0.000.800.45   0.36
XYZ17.67189.663710.6067
Yxy9.66370.46580.2547
Hunter Lab31.086547.07091.5308
CIE-Lab37.232055.9279-0.2452

#a4205a color RGB value is (164,32,90).

#a4205a hex color red value is 164, green value is 32 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a4205a hue: 0.93 , saturation: 0.67 and the lightness value of a4205a is 0.38.

The process color (four color CMYK) of #a4205a color hex is 0.00, 0.80, 0.45, 0.36. Web safe color of #a4205a is #993366. Color #a4205a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 01011010
Octal 244 40 132
Decimal 164 32 90
Hex A4 20 5A

RGB Percentages of Color #a4205a

%57.34
%11.19
%31.47

CMYK Percentages of Color #a4205a

%0
%80
%45
%36

Triadic Colors of #a4205a

#a4205a #5aa420 #205aa4

Analogous Colors of #a4205a

#a4205a #a42820 #a4209c

Monochromatic Colors of #a4205a

#a4205a

Complementary Color

#a4205a #20a46a

#a4205a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4205a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4205a Color CSS Codes

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

#a4205a Text Font Color

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

This sample text font color is #a4205a
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.


#a4205a Background Color

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

This div background color is #a4205a


#a4205a Border Color

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

This div border color is #a4205a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,32,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4205a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4205a;
  -webkit-box-shadow: 1px 1px 3px 2px #a4205a;
  box-shadow:         1px 1px 3px 2px #a4205a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,32,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4205a


Comments

No comments written yet.

Please login to write comment.