Color Hex Logo

#de878d Color Hex

#DE878D
(222,135,141)
0 Favorites   0 Comments

Color spaces of #de878d

RGB 222135141
HSL0.990.570.70
HSV356°39°87°
CMYK 0.000.390.36   0.13
XYZ43.595934.780629.6149
Yxy34.78060.40370.3221
Hunter Lab58.975128.745411.5095
CIE-Lab65.577533.974711.0682

#de878d color RGB value is (222,135,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 10001101
Octal 336 207 215
Decimal 222 135 141
Hex DE 87 8D

RGB Percentages of Color #de878d

%44.58
%27.11
%28.31

CMYK Percentages of Color #de878d

%0
%39
%36
%13

Triadic Colors of #de878d

#de878d #8dde87 #878dde

Analogous Colors of #de878d

#de878d #dead87 #de87b9

Monochromatic Colors of #de878d

#de878d

Complementary Color

#de878d #87ded8

#de878d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de878d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de878d Color CSS Codes

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

#de878d Text Font Color

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

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


#de878d Background Color

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

This div background color is #de878d


#de878d Border Color

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

This div border color is #de878d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de878d


Comments

No comments written yet.

Please login to write comment.