Color Hex Logo

#de809c Color Hex

#DE809C
(222,128,156)
0 Favorites   0 Comments

Color spaces of #de809c

RGB 222128156
HSL0.950.590.69
HSV342°42°87°
CMYK 0.000.420.30   0.13
XYZ43.844133.368235.5824
Yxy33.36820.38870.2958
Hunter Lab57.765234.39333.9140
CIE-Lab64.457939.53070.9610

#de809c color RGB value is (222,128,156).

#de809c hex color red value is 222, green value is 128 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #de809c hue: 0.95 , saturation: 0.59 and the lightness value of de809c is 0.69.

The process color (four color CMYK) of #de809c color hex is 0.00, 0.42, 0.30, 0.13. Web safe color of #de809c is #cc9999. Color #de809c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000000 10011100
Octal 336 200 234
Decimal 222 128 156
Hex DE 80 9C

RGB Percentages of Color #de809c

%43.87
%25.30
%30.83

CMYK Percentages of Color #de809c

%0
%42
%30
%13

Triadic Colors of #de809c

#de809c #9cde80 #809cde

Analogous Colors of #de809c

#de809c #de9380 #de80cb

Monochromatic Colors of #de809c

#de809c

Complementary Color

#de809c #80dec2

#de809c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de809c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de809c Color CSS Codes

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

#de809c Text Font Color

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

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


#de809c Background Color

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

This div background color is #de809c


#de809c Border Color

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

This div border color is #de809c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,128,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de809c


Comments

No comments written yet.

Please login to write comment.