Color Hex Logo

#de597e Color Hex

#DE597E
(222,89,126)
0 Favorites   0 Comments

Color spaces of #de597e

RGB 22289126
HSL0.950.670.61
HSV343°60°87°
CMYK 0.000.600.43   0.13
XYZ37.462524.180722.4315
Yxy24.18070.44560.2876
Hunter Lab49.173949.93377.3756
CIE-Lab56.268355.09636.4788

#de597e color RGB value is (222,89,126).

#de597e hex color red value is 222, green value is 89 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #de597e hue: 0.95 , saturation: 0.67 and the lightness value of de597e is 0.61.

The process color (four color CMYK) of #de597e color hex is 0.00, 0.60, 0.43, 0.13. Web safe color of #de597e is #cc6666. Color #de597e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 01111110
Octal 336 131 176
Decimal 222 89 126
Hex DE 59 7E

RGB Percentages of Color #de597e

%50.80
%20.37
%28.83

CMYK Percentages of Color #de597e

%0
%60
%43
%13

Triadic Colors of #de597e

#de597e #7ede59 #597ede

Analogous Colors of #de597e

#de597e #de7759 #de59c1

Monochromatic Colors of #de597e

#de597e

Complementary Color

#de597e #59deb9

#de597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de597e Color CSS Codes

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

#de597e Text Font Color

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

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


#de597e Background Color

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

This div background color is #de597e


#de597e Border Color

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

This div border color is #de597e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de597e


Comments

No comments written yet.

Please login to write comment.