Color Hex Logo

#de959e Color Hex

#DE959E
(222,149,158)
0 Favorites   0 Comments

Color spaces of #de959e

RGB 222149158
HSL0.980.530.73
HSV353°33°87°
CMYK 0.000.330.29   0.13
XYZ47.043239.493137.4912
Yxy39.49310.37930.3184
Hunter Lab62.843523.64478.6192
CIE-Lab69.107028.66856.5560

#de959e color RGB value is (222,149,158).

#de959e hex color red value is 222, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #de959e hue: 0.98 , saturation: 0.53 and the lightness value of de959e is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 10011110
Octal 336 225 236
Decimal 222 149 158
Hex DE 95 9E

RGB Percentages of Color #de959e

%41.97
%28.17
%29.87

CMYK Percentages of Color #de959e

%0
%33
%29
%13

Triadic Colors of #de959e

#de959e #9ede95 #959ede

Analogous Colors of #de959e

#de959e #deb195 #de95c3

Monochromatic Colors of #de959e

#de959e

Complementary Color

#de959e #95ded5

#de959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de959e Color CSS Codes

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

#de959e Text Font Color

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

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


#de959e Background Color

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

This div background color is #de959e


#de959e Border Color

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

This div border color is #de959e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de959e


Comments

No comments written yet.

Please login to write comment.