Color Hex Logo

#de9195 Color Hex

#DE9195
(222,145,149)
0 Favorites   0 Comments

Color spaces of #de9195

RGB 222145149
HSL0.990.540.72
HSV357°35°87°
CMYK 0.000.350.33   0.13
XYZ45.674437.950333.3516
Yxy37.95030.39050.3244
Hunter Lab61.603824.537111.0237
CIE-Lab67.984029.63519.9816

#de9195 color RGB value is (222,145,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 10010101
Octal 336 221 225
Decimal 222 145 149
Hex DE 91 95

RGB Percentages of Color #de9195

%43.02
%28.10
%28.88

CMYK Percentages of Color #de9195

%0
%35
%33
%13

Triadic Colors of #de9195

#de9195 #95de91 #9195de

Analogous Colors of #de9195

#de9195 #deb491 #de91bc

Monochromatic Colors of #de9195

#de9195

Complementary Color

#de9195 #91deda

#de9195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9195 Color CSS Codes

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

#de9195 Text Font Color

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

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


#de9195 Background Color

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

This div background color is #de9195


#de9195 Border Color

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

This div border color is #de9195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9195


Comments

No comments written yet.

Please login to write comment.