Color Hex Logo

#de588d Color Hex

#DE588D
(222,88,141)
0 Favorites   0 Comments

Color spaces of #de588d

RGB 22288141
HSL0.930.670.61
HSV336°60°87°
CMYK 0.000.600.36   0.13
XYZ38.421624.432127.8901
Yxy24.43210.42340.2692
Hunter Lab49.428852.24961.1459
CIE-Lab56.517957.1227-1.9857

#de588d color RGB value is (222,88,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 10001101
Octal 336 130 215
Decimal 222 88 141
Hex DE 58 8D

RGB Percentages of Color #de588d

%49.22
%19.51
%31.26

CMYK Percentages of Color #de588d

%0
%60
%36
%13

Triadic Colors of #de588d

#de588d #8dde58 #588dde

Analogous Colors of #de588d

#de588d #de6658 #de58d0

Monochromatic Colors of #de588d

#de588d

Complementary Color

#de588d #58dea9

#de588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de588d Color CSS Codes

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

#de588d Text Font Color

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

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


#de588d Background Color

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

This div background color is #de588d


#de588d Border Color

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

This div border color is #de588d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de588d


Comments

No comments written yet.

Please login to write comment.