Color Hex Logo

#de959c Color Hex

#DE959C
(222,149,156)
0 Favorites   0 Comments

Color spaces of #de959c

RGB 222149156
HSL0.980.530.73
HSV354°33°87°
CMYK 0.000.330.30   0.13
XYZ46.872439.424836.5918
Yxy39.42480.38140.3208
Hunter Lab62.789223.37009.3998
CIE-Lab69.057928.40087.6014

#de959c color RGB value is (222,149,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 10011100
Octal 336 225 234
Decimal 222 149 156
Hex DE 95 9C

RGB Percentages of Color #de959c

%42.13
%28.27
%29.60

CMYK Percentages of Color #de959c

%0
%33
%30
%13

Triadic Colors of #de959c

#de959c #9cde95 #959cde

Analogous Colors of #de959c

#de959c #deb395 #de95c1

Monochromatic Colors of #de959c

#de959c

Complementary Color

#de959c #95ded7

#de959c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de959c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de959c Color CSS Codes

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

#de959c Text Font Color

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

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


#de959c Background Color

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

This div background color is #de959c


#de959c Border Color

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

This div border color is #de959c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de959c


Comments

No comments written yet.

Please login to write comment.