Color Hex Logo

#a91cad Color Hex

#A91CAD
(169,28,173)
0 Favorites   0 Comments

Color spaces of #a91cad

RGB 16928173
HSL0.830.720.39
HSV298°84°68°
CMYK 0.020.840.00   0.32
XYZ24.320312.282740.6241
Yxy12.28270.31490.1590
Hunter Lab35.046762.5366-44.1929
CIE-Lab41.661968.8863-44.5636

#a91cad color RGB value is (169,28,173).

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

The process color (four color CMYK) of #a91cad color hex is 0.02, 0.84, 0.00, 0.32. Web safe color of #a91cad is #993399. Color #a91cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011100 10101101
Octal 251 34 255
Decimal 169 28 173
Hex A9 1C AD

RGB Percentages of Color #a91cad

%45.68
%7.57
%46.76

CMYK Percentages of Color #a91cad

%2
%84
%0
%32

Triadic Colors of #a91cad

#a91cad #ada91c #1cada9

Analogous Colors of #a91cad

#a91cad #ad1c69 #601cad

Monochromatic Colors of #a91cad

#a91cad

Complementary Color

#a91cad #20ad1c

#a91cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91cad Color CSS Codes

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

#a91cad Text Font Color

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

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


#a91cad Background Color

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

This div background color is #a91cad


#a91cad Border Color

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

This div border color is #a91cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91cad


Comments

No comments written yet.

Please login to write comment.