Color Hex Logo

#de587e Color Hex

#DE587E
(222,88,126)
0 Favorites   0 Comments

Color spaces of #de587e

RGB 22288126
HSL0.950.670.61
HSV343°60°87°
CMYK 0.000.600.43   0.13
XYZ37.379824.015422.4040
Yxy24.01540.44610.2866
Hunter Lab49.005550.39437.1981
CIE-Lab56.103255.53786.2425

#de587e color RGB value is (222,88,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 01111110
Octal 336 130 176
Decimal 222 88 126
Hex DE 58 7E

RGB Percentages of Color #de587e

%50.92
%20.18
%28.90

CMYK Percentages of Color #de587e

%0
%60
%43
%13

Triadic Colors of #de587e

#de587e #7ede58 #587ede

Analogous Colors of #de587e

#de587e #de7558 #de58c1

Monochromatic Colors of #de587e

#de587e

Complementary Color

#de587e #58deb8

#de587e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de587e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de587e Color CSS Codes

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

#de587e Text Font Color

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

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


#de587e Background Color

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

This div background color is #de587e


#de587e Border Color

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

This div border color is #de587e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,88,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 #de587e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de587e


Comments

No comments written yet.

Please login to write comment.