Color Hex Logo

#a908ad Color Hex

#A908AD
(169,8,173)
0 Favorites   0 Comments

Color spaces of #a908ad

RGB 1698173
HSL0.830.910.35
HSV299°95°68°
CMYK 0.020.950.00   0.32
XYZ23.991811.625840.5147
Yxy11.62580.31510.1527
Hunter Lab34.096665.9309-46.5826
CIE-Lab40.615171.9629-46.2392

#a908ad color RGB value is (169,8,173).

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

The process color (four color CMYK) of #a908ad color hex is 0.02, 0.95, 0.00, 0.32. Web safe color of #a908ad is #990099. Color #a908ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001000 10101101
Octal 251 10 255
Decimal 169 8 173
Hex A9 8 AD

RGB Percentages of Color #a908ad

%48.29
%2.29
%49.43

CMYK Percentages of Color #a908ad

%2
%95
%0
%32

Triadic Colors of #a908ad

#a908ad #ada908 #08ada9

Analogous Colors of #a908ad

#a908ad #ad085f #5608ad

Monochromatic Colors of #a908ad

#a908ad

Complementary Color

#a908ad #0cad08

#a908ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a908ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a908ad Color CSS Codes

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

#a908ad Text Font Color

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

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


#a908ad Background Color

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

This div background color is #a908ad


#a908ad Border Color

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

This div border color is #a908ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,8,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 #a908ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a908ad


Comments

No comments written yet.

Please login to write comment.