Color Hex Logo

#a0409b Color Hex

#A0409B
(160,64,155)
0 Favorites   0 Comments

Color spaces of #a0409b

RGB 16064155
HSL0.840.430.44
HSV303°60°63°
CMYK 0.000.600.03   0.37
XYZ22.247013.506932.4449
Yxy13.50690.32620.1981
Hunter Lab36.751743.7362-26.6158
CIE-Lab43.517351.5996-30.9693

#a0409b color RGB value is (160,64,155).

#a0409b hex color red value is 160, green value is 64 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a0409b hue: 0.84 , saturation: 0.43 and the lightness value of a0409b is 0.44.

The process color (four color CMYK) of #a0409b color hex is 0.00, 0.60, 0.03, 0.37. Web safe color of #a0409b is #993399. Color #a0409b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 10011011
Octal 240 100 233
Decimal 160 64 155
Hex A0 40 9B

RGB Percentages of Color #a0409b

%42.22
%16.89
%40.90

CMYK Percentages of Color #a0409b

%0
%60
%3
%37

Triadic Colors of #a0409b

#a0409b #9ba040 #409ba0

Analogous Colors of #a0409b

#a0409b #a0406b #7540a0

Monochromatic Colors of #a0409b

#a0409b

Complementary Color

#a0409b #40a045

#a0409b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0409b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0409b Color CSS Codes

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

#a0409b Text Font Color

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

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


#a0409b Background Color

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

This div background color is #a0409b


#a0409b Border Color

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

This div border color is #a0409b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,64,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0409b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0409b;
  -webkit-box-shadow: 1px 1px 3px 2px #a0409b;
  box-shadow:         1px 1px 3px 2px #a0409b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,64,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0409b


Comments

No comments written yet.

Please login to write comment.