Color Hex Logo

#a9015b Color Hex

#A9015B
(169,1,91)
0 Favorites   0 Comments

Color spaces of #a9015b

RGB 169191
HSL0.910.990.33
HSV328°99°66°
CMYK 0.000.990.46   0.34
XYZ18.26149.212110.7132
Yxy9.21210.47820.2412
Hunter Lab30.351454.28220.3183
CIE-Lab36.389562.6983-2.0047

#a9015b color RGB value is (169,1,91).

#a9015b hex color red value is 169, green value is 1 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a9015b hue: 0.91 , saturation: 0.99 and the lightness value of a9015b is 0.33.

The process color (four color CMYK) of #a9015b color hex is 0.00, 0.99, 0.46, 0.34. Web safe color of #a9015b is #990066. Color #a9015b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000001 01011011
Octal 251 1 133
Decimal 169 1 91
Hex A9 1 5B

RGB Percentages of Color #a9015b

%64.75
%0.38
%34.87

CMYK Percentages of Color #a9015b

%0
%99
%46
%34

Triadic Colors of #a9015b

#a9015b #5ba901 #015ba9

Analogous Colors of #a9015b

#a9015b #a90107 #a301a9

Monochromatic Colors of #a9015b

#a9015b

Complementary Color

#a9015b #01a94f

#a9015b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9015b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9015b Color CSS Codes

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

#a9015b Text Font Color

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

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


#a9015b Background Color

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

This div background color is #a9015b


#a9015b Border Color

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

This div border color is #a9015b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,1,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9015b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9015b;
  -webkit-box-shadow: 1px 1px 3px 2px #a9015b;
  box-shadow:         1px 1px 3px 2px #a9015b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,1,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9015b


Comments

No comments written yet.

Please login to write comment.