Color Hex Logo

#ad008b Color Hex

#AD008B
(173,0,139)
0 Favorites   0 Comments

Color spaces of #ad008b

RGB 1730139
HSL0.871.000.34
HSV312°100°68°
CMYK 0.001.000.20   0.32
XYZ21.893810.748325.3468
Yxy10.74830.37760.1854
Hunter Lab32.784661.8306-22.8897
CIE-Lab39.153368.7707-27.9400

#ad008b color RGB value is (173,0,139).

#ad008b hex color red value is 173, green value is 0 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ad008b hue: 0.87 , saturation: 1.00 and the lightness value of ad008b is 0.34.

The process color (four color CMYK) of #ad008b color hex is 0.00, 1.00, 0.20, 0.32. Web safe color of #ad008b is #990099. Color #ad008b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 10001011
Octal 255 0 213
Decimal 173 0 139
Hex AD 0 8B

RGB Percentages of Color #ad008b

%55.45
%0.00
%44.55

CMYK Percentages of Color #ad008b

%0
%100
%20
%32

Triadic Colors of #ad008b

#ad008b #8bad00 #008bad

Analogous Colors of #ad008b

#ad008b #ad0035 #7900ad

Monochromatic Colors of #ad008b

#ad008b

Complementary Color

#ad008b #00ad22

#ad008b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad008b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad008b Color CSS Codes

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

#ad008b Text Font Color

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

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


#ad008b Background Color

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

This div background color is #ad008b


#ad008b Border Color

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

This div border color is #ad008b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad008b


Comments

No comments written yet.

Please login to write comment.