Color Hex Logo

#dd588e Color Hex

#DD588E
(221,88,142)
0 Favorites   0 Comments

Color spaces of #dd588e

RGB 22188142
HSL0.930.660.61
HSV336°60°87°
CMYK 0.000.600.36   0.13
XYZ38.191024.304628.2696
Yxy24.30460.42080.2678
Hunter Lab49.299752.00410.5115
CIE-Lab56.391556.9263-2.7771

#dd588e color RGB value is (221,88,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 10001110
Octal 335 130 216
Decimal 221 88 142
Hex DD 58 8E

RGB Percentages of Color #dd588e

%49.00
%19.51
%31.49

CMYK Percentages of Color #dd588e

%0
%60
%36
%13

Triadic Colors of #dd588e

#dd588e #8edd58 #588edd

Analogous Colors of #dd588e

#dd588e #dd6558 #dd58d1

Monochromatic Colors of #dd588e

#dd588e

Complementary Color

#dd588e #58dda7

#dd588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd588e Color CSS Codes

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

#dd588e Text Font Color

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

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


#dd588e Background Color

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

This div background color is #dd588e


#dd588e Border Color

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

This div border color is #dd588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd588e


Comments

No comments written yet.

Please login to write comment.