Color Hex Logo

#ad08bb Color Hex

#AD08BB
(173,8,187)
0 Favorites   0 Comments

Color spaces of #ad08bb

RGB 1738187
HSL0.820.920.38
HSV295°96°73°
CMYK 0.070.960.00   0.27
XYZ26.290112.645848.0689
Yxy12.64580.30220.1453
Hunter Lab35.560969.7329-55.2516
CIE-Lab42.224674.8094-51.9004

#ad08bb color RGB value is (173,8,187).

#ad08bb hex color red value is 173, green value is 8 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ad08bb hue: 0.82 , saturation: 0.92 and the lightness value of ad08bb is 0.38.

The process color (four color CMYK) of #ad08bb color hex is 0.07, 0.96, 0.00, 0.27. Web safe color of #ad08bb is #9900cc. Color #ad08bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 10111011
Octal 255 10 273
Decimal 173 8 187
Hex AD 8 BB

RGB Percentages of Color #ad08bb

%47.01
%2.17
%50.82

CMYK Percentages of Color #ad08bb

%7
%96
%0
%27

Triadic Colors of #ad08bb

#ad08bb #bbad08 #08bbad

Analogous Colors of #ad08bb

#ad08bb #bb0870 #5308bb

Monochromatic Colors of #ad08bb

#ad08bb

Complementary Color

#ad08bb #16bb08

#ad08bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad08bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad08bb Color CSS Codes

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

#ad08bb Text Font Color

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

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


#ad08bb Background Color

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

This div background color is #ad08bb


#ad08bb Border Color

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

This div border color is #ad08bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad08bb


Comments

No comments written yet.

Please login to write comment.