Color Hex Logo

#dd859f Color Hex

#DD859F
(221,133,159)
0 Favorites   0 Comments

Color spaces of #dd859f

RGB 221133159
HSL0.950.560.69
HSV342°40°87°
CMYK 0.000.400.28   0.13
XYZ44.464334.650437.1456
Yxy34.65040.38250.2980
Hunter Lab58.864631.81983.7912
CIE-Lab65.475636.95750.7271

#dd859f color RGB value is (221,133,159).

#dd859f hex color red value is 221, green value is 133 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dd859f hue: 0.95 , saturation: 0.56 and the lightness value of dd859f is 0.69.

The process color (four color CMYK) of #dd859f color hex is 0.00, 0.40, 0.28, 0.13. Web safe color of #dd859f is #cc9999. Color #dd859f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000101 10011111
Octal 335 205 237
Decimal 221 133 159
Hex DD 85 9F

RGB Percentages of Color #dd859f

%43.08
%25.93
%30.99

CMYK Percentages of Color #dd859f

%0
%40
%28
%13

Triadic Colors of #dd859f

#dd859f #9fdd85 #859fdd

Analogous Colors of #dd859f

#dd859f #dd9785 #dd85cb

Monochromatic Colors of #dd859f

#dd859f

Complementary Color

#dd859f #85ddc3

#dd859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd859f Color CSS Codes

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

#dd859f Text Font Color

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

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


#dd859f Background Color

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

This div background color is #dd859f


#dd859f Border Color

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

This div border color is #dd859f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd859f


Comments

No comments written yet.

Please login to write comment.