Color Hex Logo

#de5e9a Color Hex

#DE5E9A
(222,94,154)
0 Favorites   0 Comments

Color spaces of #de5e9a

RGB 22294154
HSL0.920.660.62
HSV332°58°87°
CMYK 0.000.580.31   0.13
XYZ39.959625.868133.4588
Yxy25.86810.40250.2605
Hunter Lab50.860751.2355-3.4016
CIE-Lab57.911655.9836-7.5287

#de5e9a color RGB value is (222,94,154).

#de5e9a hex color red value is 222, green value is 94 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #de5e9a hue: 0.92 , saturation: 0.66 and the lightness value of de5e9a is 0.62.

The process color (four color CMYK) of #de5e9a color hex is 0.00, 0.58, 0.31, 0.13. Web safe color of #de5e9a is #cc6699. Color #de5e9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011110 10011010
Octal 336 136 232
Decimal 222 94 154
Hex DE 5E 9A

RGB Percentages of Color #de5e9a

%47.23
%20.00
%32.77

CMYK Percentages of Color #de5e9a

%0
%58
%31
%13

Triadic Colors of #de5e9a

#de5e9a #9ade5e #5e9ade

Analogous Colors of #de5e9a

#de5e9a #de625e #de5eda

Monochromatic Colors of #de5e9a

#de5e9a

Complementary Color

#de5e9a #5edea2

#de5e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5e9a Color CSS Codes

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

#de5e9a Text Font Color

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

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


#de5e9a Background Color

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

This div background color is #de5e9a


#de5e9a Border Color

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

This div border color is #de5e9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5e9a


Comments

No comments written yet.

Please login to write comment.