Color Hex Logo

#a91184 Color Hex

#A91184
(169,17,132)
0 Favorites   0 Comments

Color spaces of #a91184

RGB 16917132
HSL0.870.820.36
HSV315°90°66°
CMYK 0.000.900.22   0.34
XYZ20.727510.501922.7644
Yxy10.50190.38390.1945
Hunter Lab32.406657.4582-18.9643
CIE-Lab38.728665.0593-24.3435

#a91184 color RGB value is (169,17,132).

#a91184 hex color red value is 169, green value is 17 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a91184 hue: 0.87 , saturation: 0.82 and the lightness value of a91184 is 0.36.

The process color (four color CMYK) of #a91184 color hex is 0.00, 0.90, 0.22, 0.34. Web safe color of #a91184 is #990099. Color #a91184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 10000100
Octal 251 21 204
Decimal 169 17 132
Hex A9 11 84

RGB Percentages of Color #a91184

%53.14
%5.35
%41.51

CMYK Percentages of Color #a91184

%0
%90
%22
%34

Triadic Colors of #a91184

#a91184 #84a911 #1184a9

Analogous Colors of #a91184

#a91184 #a91138 #8211a9

Monochromatic Colors of #a91184

#a91184

Complementary Color

#a91184 #11a936

#a91184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91184 Color CSS Codes

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

#a91184 Text Font Color

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

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


#a91184 Background Color

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

This div background color is #a91184


#a91184 Border Color

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

This div border color is #a91184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91184


Comments

No comments written yet.

Please login to write comment.