Color Hex Logo

#de589d Color Hex

#DE589D
(222,88,157)
0 Favorites   0 Comments

Color spaces of #de589d

RGB 22288157
HSL0.910.670.61
HSV329°60°87°
CMYK 0.000.600.29   0.13
XYZ39.699724.943434.6204
Yxy24.94340.39990.2513
Hunter Lab49.943454.4877-6.1391
CIE-Lab57.020259.0120-10.6098

#de589d color RGB value is (222,88,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10011101
Octal 336 130 235
Decimal 222 88 157
Hex DE 58 9D

RGB Percentages of Color #de589d

%47.54
%18.84
%33.62

CMYK Percentages of Color #de589d

%0
%60
%29
%13

Triadic Colors of #de589d

#de589d #9dde58 #589dde

Analogous Colors of #de589d

#de589d #de585a #dc58de

Monochromatic Colors of #de589d

#de589d

Complementary Color

#de589d #58de99

#de589d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de589d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de589d Color CSS Codes

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

#de589d Text Font Color

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

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


#de589d Background Color

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

This div background color is #de589d


#de589d Border Color

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

This div border color is #de589d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de589d


Comments

No comments written yet.

Please login to write comment.