Color Hex Logo

#de909e Color Hex

#DE909E
(222,144,158)
0 Favorites   0 Comments

Color spaces of #de909e

RGB 222144158
HSL0.970.540.72
HSV349°35°87°
CMYK 0.000.350.29   0.13
XYZ46.269037.944737.2332
Yxy37.94470.38100.3124
Hunter Lab61.599326.27787.2821
CIE-Lab67.979831.34514.9350

#de909e color RGB value is (222,144,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010000 10011110
Octal 336 220 236
Decimal 222 144 158
Hex DE 90 9E

RGB Percentages of Color #de909e

%42.37
%27.48
%30.15

CMYK Percentages of Color #de909e

%0
%35
%29
%13

Triadic Colors of #de909e

#de909e #9ede90 #909ede

Analogous Colors of #de909e

#de909e #dea990 #de90c5

Monochromatic Colors of #de909e

#de909e

Complementary Color

#de909e #90ded0

#de909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de909e Color CSS Codes

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

#de909e Text Font Color

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

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


#de909e Background Color

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

This div background color is #de909e


#de909e Border Color

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

This div border color is #de909e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de909e


Comments

No comments written yet.

Please login to write comment.