Color Hex Logo

#a91180 Color Hex

#A91180
(169,17,128)
0 Favorites   0 Comments

Color spaces of #a91180

RGB 16917128
HSL0.880.820.36
HSV316°90°66°
CMYK 0.000.900.24   0.34
XYZ20.458910.394421.3501
Yxy10.39440.39190.1991
Hunter Lab32.240356.8509-16.6946
CIE-Lab38.541264.5613-22.1556

#a91180 color RGB value is (169,17,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 10000000
Octal 251 21 200
Decimal 169 17 128
Hex A9 11 80

RGB Percentages of Color #a91180

%53.82
%5.41
%40.76

CMYK Percentages of Color #a91180

%0
%90
%24
%34

Triadic Colors of #a91180

#a91180 #80a911 #1180a9

Analogous Colors of #a91180

#a91180 #a91134 #8611a9

Monochromatic Colors of #a91180

#a91180

Complementary Color

#a91180 #11a93a

#a91180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91180 Color CSS Codes

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

#a91180 Text Font Color

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

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


#a91180 Background Color

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

This div background color is #a91180


#a91180 Border Color

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

This div border color is #a91180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91180


Comments

No comments written yet.

Please login to write comment.