Color Hex Logo

#ad2066 Color Hex

#AD2066
(173,32,102)
0 Favorites   0 Comments

Color spaces of #ad2066

RGB 17332102
HSL0.920.690.40
HSV330°82°68°
CMYK 0.000.820.41   0.32
XYZ20.148410.876613.6078
Yxy10.87660.45140.2437
Hunter Lab32.979751.3372-1.3780
CIE-Lab39.371959.4571-4.5250

#ad2066 color RGB value is (173,32,102).

#ad2066 hex color red value is 173, green value is 32 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ad2066 hue: 0.92 , saturation: 0.69 and the lightness value of ad2066 is 0.40.

The process color (four color CMYK) of #ad2066 color hex is 0.00, 0.82, 0.41, 0.32. Web safe color of #ad2066 is #993366. Color #ad2066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100000 01100110
Octal 255 40 146
Decimal 173 32 102
Hex AD 20 66

RGB Percentages of Color #ad2066

%56.35
%10.42
%33.22

CMYK Percentages of Color #ad2066

%0
%82
%41
%32

Triadic Colors of #ad2066

#ad2066 #66ad20 #2066ad

Analogous Colors of #ad2066

#ad2066 #ad2020 #ad20ad

Monochromatic Colors of #ad2066

#ad2066

Complementary Color

#ad2066 #20ad67

#ad2066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2066 Color CSS Codes

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

#ad2066 Text Font Color

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

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


#ad2066 Background Color

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

This div background color is #ad2066


#ad2066 Border Color

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

This div border color is #ad2066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2066


Comments

No comments written yet.

Please login to write comment.