Color Hex Logo

#de879f Color Hex

#DE879F
(222,135,159)
0 Favorites   0 Comments

Color spaces of #de879f

RGB 222135159
HSL0.950.570.70
HSV343°39°87°
CMYK 0.000.390.28   0.13
XYZ45.046235.360737.2520
Yxy35.36070.38290.3005
Hunter Lab59.464931.15494.4829
CIE-Lab66.028536.25991.5471

#de879f color RGB value is (222,135,159).

#de879f hex color red value is 222, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de879f hue: 0.95 , saturation: 0.57 and the lightness value of de879f is 0.70.

The process color (four color CMYK) of #de879f color hex is 0.00, 0.39, 0.28, 0.13. Web safe color of #de879f is #cc9999. Color #de879f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 10011111
Octal 336 207 237
Decimal 222 135 159
Hex DE 87 9F

RGB Percentages of Color #de879f

%43.02
%26.16
%30.81

CMYK Percentages of Color #de879f

%0
%39
%28
%13

Triadic Colors of #de879f

#de879f #9fde87 #879fde

Analogous Colors of #de879f

#de879f #de9b87 #de87cb

Monochromatic Colors of #de879f

#de879f

Complementary Color

#de879f #87dec6

#de879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de879f Color CSS Codes

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

#de879f Text Font Color

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

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


#de879f Background Color

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

This div background color is #de879f


#de879f Border Color

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

This div border color is #de879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de879f


Comments

No comments written yet.

Please login to write comment.