Color Hex Logo

#de859e Color Hex

#DE859E
(222,133,158)
0 Favorites   0 Comments

Color spaces of #de859e

RGB 222133158
HSL0.950.570.70
HSV343°40°87°
CMYK 0.000.400.29   0.13
XYZ44.683334.773336.7046
Yxy34.77330.38470.2994
Hunter Lab58.968932.06174.3738
CIE-Lab65.571837.17901.4482

#de859e color RGB value is (222,133,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 10011110
Octal 336 205 236
Decimal 222 133 158
Hex DE 85 9E

RGB Percentages of Color #de859e

%43.27
%25.93
%30.80

CMYK Percentages of Color #de859e

%0
%40
%29
%13

Triadic Colors of #de859e

#de859e #9ede85 #859ede

Analogous Colors of #de859e

#de859e #de9985 #de85cb

Monochromatic Colors of #de859e

#de859e

Complementary Color

#de859e #85dec5

#de859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de859e Color CSS Codes

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

#de859e Text Font Color

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

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


#de859e Background Color

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

This div background color is #de859e


#de859e Border Color

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

This div border color is #de859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de859e


Comments

No comments written yet.

Please login to write comment.