Color Hex Logo

#de587c Color Hex

#DE587C
(222,88,124)
0 Favorites   0 Comments

Color spaces of #de587c

RGB 22288124
HSL0.960.670.61
HSV344°60°87°
CMYK 0.000.600.44   0.13
XYZ37.252023.964321.7310
Yxy23.96430.44910.2889
Hunter Lab48.953350.16477.9478
CIE-Lab56.052055.34047.3486

#de587c color RGB value is (222,88,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 01111100
Octal 336 130 174
Decimal 222 88 124
Hex DE 58 7C

RGB Percentages of Color #de587c

%51.15
%20.28
%28.57

CMYK Percentages of Color #de587c

%0
%60
%44
%13

Triadic Colors of #de587c

#de587c #7cde58 #587cde

Analogous Colors of #de587c

#de587c #de7758 #de58bf

Monochromatic Colors of #de587c

#de587c

Complementary Color

#de587c #58deba

#de587c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de587c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de587c Color CSS Codes

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

#de587c Text Font Color

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

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


#de587c Background Color

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

This div background color is #de587c


#de587c Border Color

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

This div border color is #de587c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de587c


Comments

No comments written yet.

Please login to write comment.