Color Hex Logo

#dd87ad Color Hex

#DD87AD
(221,135,173)
0 Favorites   0 Comments

Color spaces of #dd87ad

RGB 221135173
HSL0.930.560.70
HSV333°39°87°
CMYK 0.000.390.22   0.13
XYZ46.025635.717244.0035
Yxy35.71720.36600.2840
Hunter Lab59.763932.8804-1.8199
CIE-Lab66.303337.8807-5.9652

#dd87ad color RGB value is (221,135,173).

#dd87ad hex color red value is 221, green value is 135 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dd87ad hue: 0.93 , saturation: 0.56 and the lightness value of dd87ad is 0.70.

The process color (four color CMYK) of #dd87ad color hex is 0.00, 0.39, 0.22, 0.13. Web safe color of #dd87ad is #cc9999. Color #dd87ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 10101101
Octal 335 207 255
Decimal 221 135 173
Hex DD 87 AD

RGB Percentages of Color #dd87ad

%41.78
%25.52
%32.70

CMYK Percentages of Color #dd87ad

%0
%39
%22
%13

Triadic Colors of #dd87ad

#dd87ad #addd87 #87addd

Analogous Colors of #dd87ad

#dd87ad #dd8c87 #dd87d8

Monochromatic Colors of #dd87ad

#dd87ad

Complementary Color

#dd87ad #87ddb7

#dd87ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd87ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd87ad Color CSS Codes

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

#dd87ad Text Font Color

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

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


#dd87ad Background Color

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

This div background color is #dd87ad


#dd87ad Border Color

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

This div border color is #dd87ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd87ad


Comments

No comments written yet.

Please login to write comment.