Color Hex Logo

#de959b Color Hex

#DE959B
(222,149,155)
0 Favorites   0 Comments

Color spaces of #de959b

RGB 222149155
HSL0.990.530.73
HSV355°33°87°
CMYK 0.000.330.30   0.13
XYZ46.788039.391036.1476
Yxy39.39100.38250.3220
Hunter Lab62.762223.23429.7858
CIE-Lab69.033628.26848.1244

#de959b color RGB value is (222,149,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 10011011
Octal 336 225 233
Decimal 222 149 155
Hex DE 95 9B

RGB Percentages of Color #de959b

%42.21
%28.33
%29.47

CMYK Percentages of Color #de959b

%0
%33
%30
%13

Triadic Colors of #de959b

#de959b #9bde95 #959bde

Analogous Colors of #de959b

#de959b #deb495 #de95c0

Monochromatic Colors of #de959b

#de959b

Complementary Color

#de959b #95ded8

#de959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de959b Color CSS Codes

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

#de959b Text Font Color

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

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


#de959b Background Color

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

This div background color is #de959b


#de959b Border Color

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

This div border color is #de959b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de959b


Comments

No comments written yet.

Please login to write comment.