Color Hex Logo

#de588c Color Hex

#DE588C
(222,88,140)
0 Favorites   0 Comments

Color spaces of #de588c

RGB 22288140
HSL0.940.670.61
HSV337°60°87°
CMYK 0.000.600.37   0.13
XYZ38.347524.402527.5000
Yxy24.40250.42490.2704
Hunter Lab49.398952.11841.5729
CIE-Lab56.488657.0111-1.4412

#de588c color RGB value is (222,88,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10001100
Octal 336 130 214
Decimal 222 88 140
Hex DE 58 8C

RGB Percentages of Color #de588c

%49.33
%19.56
%31.11

CMYK Percentages of Color #de588c

%0
%60
%37
%13

Triadic Colors of #de588c

#de588c #8cde58 #588cde

Analogous Colors of #de588c

#de588c #de6758 #de58cf

Monochromatic Colors of #de588c

#de588c

Complementary Color

#de588c #58deaa

#de588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de588c Color CSS Codes

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

#de588c Text Font Color

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

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


#de588c Background Color

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

This div background color is #de588c


#de588c Border Color

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

This div border color is #de588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de588c


Comments

No comments written yet.

Please login to write comment.