Color Hex Logo

#dd87bf Color Hex

#DD87BF
(221,135,191)
0 Favorites   0 Comments

Color spaces of #dd87bf

RGB 221135191
HSL0.890.560.70
HSV321°39°87°
CMYK 0.000.390.14   0.13
XYZ47.886736.461753.8041
Yxy36.46170.34660.2639
Hunter Lab60.383535.8869-10.5613
CIE-Lab66.871240.6552-15.2368

#dd87bf color RGB value is (221,135,191).

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

The process color (four color CMYK) of #dd87bf color hex is 0.00, 0.39, 0.14, 0.13. Web safe color of #dd87bf is #cc99cc. Color #dd87bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 10111111
Octal 335 207 277
Decimal 221 135 191
Hex DD 87 BF

RGB Percentages of Color #dd87bf

%40.40
%24.68
%34.92

CMYK Percentages of Color #dd87bf

%0
%39
%14
%13

Triadic Colors of #dd87bf

#dd87bf #bfdd87 #87bfdd

Analogous Colors of #dd87bf

#dd87bf #dd8794 #d087dd

Monochromatic Colors of #dd87bf

#dd87bf

Complementary Color

#dd87bf #87dda5

#dd87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd87bf Color CSS Codes

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

#dd87bf Text Font Color

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

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


#dd87bf Background Color

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

This div background color is #dd87bf


#dd87bf Border Color

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

This div border color is #dd87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd87bf


Comments

No comments written yet.

Please login to write comment.