Color Hex Logo

#de588e Color Hex

#DE588E
(222,88,142)
0 Favorites   0 Comments

Color spaces of #de588e

RGB 22288142
HSL0.930.670.61
HSV336°60°87°
CMYK 0.000.600.36   0.13
XYZ38.496424.462028.2838
Yxy24.46200.42190.2681
Hunter Lab49.459152.38180.7156
CIE-Lab56.547457.2350-2.5296

#de588e color RGB value is (222,88,142).

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

The process color (four color CMYK) of #de588e color hex is 0.00, 0.60, 0.36, 0.13. Web safe color of #de588e is #cc6699. Color #de588e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10001110
Octal 336 130 216
Decimal 222 88 142
Hex DE 58 8E

RGB Percentages of Color #de588e

%49.12
%19.47
%31.42

CMYK Percentages of Color #de588e

%0
%60
%36
%13

Triadic Colors of #de588e

#de588e #8ede58 #588ede

Analogous Colors of #de588e

#de588e #de6558 #de58d1

Monochromatic Colors of #de588e

#de588e

Complementary Color

#de588e #58dea8

#de588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de588e Color CSS Codes

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

#de588e Text Font Color

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

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


#de588e Background Color

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

This div background color is #de588e


#de588e Border Color

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

This div border color is #de588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de588e


Comments

No comments written yet.

Please login to write comment.