Color Hex Logo

#de589c Color Hex

#DE589C
(222,88,156)
0 Favorites   0 Comments

Color spaces of #de589c

RGB 22288156
HSL0.920.670.61
HSV330°60°87°
CMYK 0.000.600.30   0.13
XYZ39.614724.909334.1725
Yxy24.90930.40140.2524
Hunter Lab49.909254.3406-5.6590
CIE-Lab56.986958.8885-10.0759

#de589c color RGB value is (222,88,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10011100
Octal 336 130 234
Decimal 222 88 156
Hex DE 58 9C

RGB Percentages of Color #de589c

%47.64
%18.88
%33.48

CMYK Percentages of Color #de589c

%0
%60
%30
%13

Triadic Colors of #de589c

#de589c #9cde58 #589cde

Analogous Colors of #de589c

#de589c #de5859 #dd58de

Monochromatic Colors of #de589c

#de589c

Complementary Color

#de589c #58de9a

#de589c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de589c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de589c Color CSS Codes

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

#de589c Text Font Color

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

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


#de589c Background Color

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

This div background color is #de589c


#de589c Border Color

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

This div border color is #de589c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de589c


Comments

No comments written yet.

Please login to write comment.