Color Hex Logo

#dd5f9e Color Hex

#DD5F9E
(221,95,158)
0 Favorites   0 Comments

Color spaces of #dd5f9e

RGB 22195158
HSL0.920.650.62
HSV330°57°87°
CMYK 0.000.570.29   0.13
XYZ40.082626.025235.2585
Yxy26.02520.39540.2567
Hunter Lab51.014950.9721-5.2673
CIE-Lab58.061055.7238-9.6490

#dd5f9e color RGB value is (221,95,158).

#dd5f9e hex color red value is 221, green value is 95 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dd5f9e hue: 0.92 , saturation: 0.65 and the lightness value of dd5f9e is 0.62.

The process color (four color CMYK) of #dd5f9e color hex is 0.00, 0.57, 0.29, 0.13. Web safe color of #dd5f9e is #cc6699. Color #dd5f9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011111 10011110
Octal 335 137 236
Decimal 221 95 158
Hex DD 5F 9E

RGB Percentages of Color #dd5f9e

%46.62
%20.04
%33.33

CMYK Percentages of Color #dd5f9e

%0
%57
%29
%13

Triadic Colors of #dd5f9e

#dd5f9e #9edd5f #5f9edd

Analogous Colors of #dd5f9e

#dd5f9e #dd5f5f #dd5fdd

Monochromatic Colors of #dd5f9e

#dd5f9e

Complementary Color

#dd5f9e #5fdd9e

#dd5f9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5f9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5f9e Color CSS Codes

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

#dd5f9e Text Font Color

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

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


#dd5f9e Background Color

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

This div background color is #dd5f9e


#dd5f9e Border Color

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

This div border color is #dd5f9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5f9e


Comments

No comments written yet.

Please login to write comment.