Color Hex Logo

#de588f Color Hex

#DE588F
(222,88,143)
0 Favorites   0 Comments

Color spaces of #de588f

RGB 22288143
HSL0.930.670.61
HSV335°60°87°
CMYK 0.000.600.36   0.13
XYZ38.571824.492228.6811
Yxy24.49220.42040.2670
Hunter Lab49.489652.51470.2819
CIE-Lab56.577357.3477-3.0729

#de588f color RGB value is (222,88,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10001111
Octal 336 130 217
Decimal 222 88 143
Hex DE 58 8F

RGB Percentages of Color #de588f

%49.01
%19.43
%31.57

CMYK Percentages of Color #de588f

%0
%60
%36
%13

Triadic Colors of #de588f

#de588f #8fde58 #588fde

Analogous Colors of #de588f

#de588f #de6458 #de58d2

Monochromatic Colors of #de588f

#de588f

Complementary Color

#de588f #58dea7

#de588f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de588f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de588f Color CSS Codes

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

#de588f Text Font Color

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

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


#de588f Background Color

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

This div background color is #de588f


#de588f Border Color

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

This div border color is #de588f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de588f


Comments

No comments written yet.

Please login to write comment.