Color Hex Logo

#de66ad Color Hex

#DE66AD
(222,102,173)
0 Favorites   0 Comments

Color spaces of #de66ad

RGB 222102173
HSL0.900.650.64
HSV325°54°87°
CMYK 0.000.540.22   0.13
XYZ42.418428.049542.7136
Yxy28.04950.37480.2478
Hunter Lab52.961850.2820-10.7441
CIE-Lab59.933454.7992-15.4885

#de66ad color RGB value is (222,102,173).

#de66ad hex color red value is 222, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de66ad hue: 0.90 , saturation: 0.65 and the lightness value of de66ad is 0.64.

The process color (four color CMYK) of #de66ad color hex is 0.00, 0.54, 0.22, 0.13. Web safe color of #de66ad is #cc6699. Color #de66ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100110 10101101
Octal 336 146 255
Decimal 222 102 173
Hex DE 66 AD

RGB Percentages of Color #de66ad

%44.67
%20.52
%34.81

CMYK Percentages of Color #de66ad

%0
%54
%22
%13

Triadic Colors of #de66ad

#de66ad #adde66 #66adde

Analogous Colors of #de66ad

#de66ad #de6671 #d366de

Monochromatic Colors of #de66ad

#de66ad

Complementary Color

#de66ad #66de97

#de66ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de66ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de66ad Color CSS Codes

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

#de66ad Text Font Color

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

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


#de66ad Background Color

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

This div background color is #de66ad


#de66ad Border Color

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

This div border color is #de66ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de66ad


Comments

No comments written yet.

Please login to write comment.