Color Hex Logo

#a91cab Color Hex

#A91CAB
(169,28,171)
0 Favorites   0 Comments

Color spaces of #a91cab

RGB 16928171
HSL0.830.720.39
HSV299°84°67°
CMYK 0.010.840.00   0.33
XYZ24.128112.205839.6123
Yxy12.20580.31770.1607
Hunter Lab34.936862.1365-42.7689
CIE-Lab41.541468.5677-43.5661

#a91cab color RGB value is (169,28,171).

#a91cab hex color red value is 169, green value is 28 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a91cab hue: 0.83 , saturation: 0.72 and the lightness value of a91cab is 0.39.

The process color (four color CMYK) of #a91cab color hex is 0.01, 0.84, 0.00, 0.33. Web safe color of #a91cab is #993399. Color #a91cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011100 10101011
Octal 251 34 253
Decimal 169 28 171
Hex A9 1C AB

RGB Percentages of Color #a91cab

%45.92
%7.61
%46.47

CMYK Percentages of Color #a91cab

%1
%84
%0
%33

Triadic Colors of #a91cab

#a91cab #aba91c #1caba9

Analogous Colors of #a91cab

#a91cab #ab1c66 #611cab

Monochromatic Colors of #a91cab

#a91cab

Complementary Color

#a91cab #1eab1c

#a91cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91cab Color CSS Codes

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

#a91cab Text Font Color

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

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


#a91cab Background Color

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

This div background color is #a91cab


#a91cab Border Color

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

This div border color is #a91cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91cab


Comments

No comments written yet.

Please login to write comment.