Color Hex Logo

#dd589b Color Hex

#DD589B
(221,88,155)
0 Favorites   0 Comments

Color spaces of #dd589b

RGB 22188155
HSL0.920.660.61
HSV330°60°87°
CMYK 0.000.600.30   0.13
XYZ39.224924.718233.7140
Yxy24.71820.40170.2531
Hunter Lab49.717453.8234-5.4031
CIE-Lab56.799858.4661-9.7879

#dd589b color RGB value is (221,88,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 10011011
Octal 335 130 233
Decimal 221 88 155
Hex DD 58 9B

RGB Percentages of Color #dd589b

%47.63
%18.97
%33.41

CMYK Percentages of Color #dd589b

%0
%60
%30
%13

Triadic Colors of #dd589b

#dd589b #9bdd58 #589bdd

Analogous Colors of #dd589b

#dd589b #dd5858 #dd58dd

Monochromatic Colors of #dd589b

#dd589b

Complementary Color

#dd589b #58dd9a

#dd589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd589b Color CSS Codes

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

#dd589b Text Font Color

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

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


#dd589b Background Color

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

This div background color is #dd589b


#dd589b Border Color

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

This div border color is #dd589b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #dd589b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd589b


Comments

No comments written yet.

Please login to write comment.