Color Hex Logo

#dd87ab Color Hex

#DD87AB
(221,135,171)
0 Favorites   0 Comments

Color spaces of #dd87ab

RGB 221135171
HSL0.930.560.70
HSV335°39°87°
CMYK 0.000.390.23   0.13
XYZ45.833535.640442.9917
Yxy35.64040.36820.2863
Hunter Lab59.699632.5666-0.9070
CIE-Lab66.244237.5881-4.9248

#dd87ab color RGB value is (221,135,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 10101011
Octal 335 207 253
Decimal 221 135 171
Hex DD 87 AB

RGB Percentages of Color #dd87ab

%41.94
%25.62
%32.45

CMYK Percentages of Color #dd87ab

%0
%39
%23
%13

Triadic Colors of #dd87ab

#dd87ab #abdd87 #87abdd

Analogous Colors of #dd87ab

#dd87ab #dd8e87 #dd87d6

Monochromatic Colors of #dd87ab

#dd87ab

Complementary Color

#dd87ab #87ddb9

#dd87ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd87ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd87ab Color CSS Codes

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

#dd87ab Text Font Color

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

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


#dd87ab Background Color

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

This div background color is #dd87ab


#dd87ab Border Color

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

This div border color is #dd87ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd87ab


Comments

No comments written yet.

Please login to write comment.