Color Hex Logo

#de589b Color Hex

#DE589B
(222,88,155)
0 Favorites   0 Comments

Color spaces of #de589b

RGB 22288155
HSL0.920.670.61
HSV330°60°87°
CMYK 0.000.600.30   0.13
XYZ39.530324.875633.7283
Yxy24.87560.40280.2535
Hunter Lab49.875454.1936-5.1821
CIE-Lab56.954058.7651-9.5412

#de589b color RGB value is (222,88,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10011011
Octal 336 130 233
Decimal 222 88 155
Hex DE 58 9B

RGB Percentages of Color #de589b

%47.74
%18.92
%33.33

CMYK Percentages of Color #de589b

%0
%60
%30
%13

Triadic Colors of #de589b

#de589b #9bde58 #589bde

Analogous Colors of #de589b

#de589b #de5858 #de58de

Monochromatic Colors of #de589b

#de589b

Complementary Color

#de589b #58de9b

#de589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de589b Color CSS Codes

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

#de589b Text Font Color

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

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


#de589b Background Color

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

This div background color is #de589b


#de589b Border Color

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

This div border color is #de589b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de589b


Comments

No comments written yet.

Please login to write comment.