Color Hex Logo

#ad0866 Color Hex

#AD0866
(173,8,102)
0 Favorites   0 Comments

Color spaces of #ad0866

RGB 1738102
HSL0.910.910.35
HSV326°95°68°
CMYK 0.000.950.41   0.32
XYZ19.718710.017213.4646
Yxy10.01720.45640.2319
Hunter Lab31.650055.8224-3.0683
CIE-Lab37.873363.7818-6.7567

#ad0866 color RGB value is (173,8,102).

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

The process color (four color CMYK) of #ad0866 color hex is 0.00, 0.95, 0.41, 0.32. Web safe color of #ad0866 is #990066. Color #ad0866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 01100110
Octal 255 10 146
Decimal 173 8 102
Hex AD 8 66

RGB Percentages of Color #ad0866

%61.13
%2.83
%36.04

CMYK Percentages of Color #ad0866

%0
%95
%41
%32

Triadic Colors of #ad0866

#ad0866 #66ad08 #0866ad

Analogous Colors of #ad0866

#ad0866 #ad0813 #a208ad

Monochromatic Colors of #ad0866

#ad0866

Complementary Color

#ad0866 #08ad4f

#ad0866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0866 Color CSS Codes

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

#ad0866 Text Font Color

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

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


#ad0866 Background Color

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

This div background color is #ad0866


#ad0866 Border Color

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

This div border color is #ad0866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0866


Comments

No comments written yet.

Please login to write comment.