Color Hex Logo

#de9dad Color Hex

#DE9DAD
(222,157,173)
0 Favorites   0 Comments

Color spaces of #de9dad

RGB 222157173
HSL0.960.500.74
HSV345°29°87°
CMYK 0.000.290.22   0.13
XYZ49.724042.660745.1488
Yxy42.66070.36150.3102
Hunter Lab65.315221.58934.7367
CIE-Lab71.324126.48641.4195

#de9dad color RGB value is (222,157,173).

#de9dad hex color red value is 222, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de9dad hue: 0.96 , saturation: 0.50 and the lightness value of de9dad is 0.74.

The process color (four color CMYK) of #de9dad color hex is 0.00, 0.29, 0.22, 0.13. Web safe color of #de9dad is #cc9999. Color #de9dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011101 10101101
Octal 336 235 255
Decimal 222 157 173
Hex DE 9D AD

RGB Percentages of Color #de9dad

%40.22
%28.44
%31.34

CMYK Percentages of Color #de9dad

%0
%29
%22
%13

Triadic Colors of #de9dad

#de9dad #adde9d #9dadde

Analogous Colors of #de9dad

#de9dad #deae9d #de9dce

Monochromatic Colors of #de9dad

#de9dad

Complementary Color

#de9dad #9ddece

#de9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9dad Color CSS Codes

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

#de9dad Text Font Color

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

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


#de9dad Background Color

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

This div background color is #de9dad


#de9dad Border Color

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

This div border color is #de9dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9dad


Comments

No comments written yet.

Please login to write comment.