Color Hex Logo

#d87ddd Color Hex

#D87DDD
(216,125,221)
0 Favorites   0 Comments

Color spaces of #d87ddd

RGB 216125221
HSL0.820.590.68
HSV297°43°87°
CMYK 0.020.430.00   0.13
XYZ48.703734.486672.4962
Yxy34.48660.31280.2215
Hunter Lab58.725345.2693-32.0856
CIE-Lab65.347049.4750-34.3885

#d87ddd color RGB value is (216,125,221).

#d87ddd hex color red value is 216, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d87ddd hue: 0.82 , saturation: 0.59 and the lightness value of d87ddd is 0.68.

The process color (four color CMYK) of #d87ddd color hex is 0.02, 0.43, 0.00, 0.13. Web safe color of #d87ddd is #cc66cc. Color #d87ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111101 11011101
Octal 330 175 335
Decimal 216 125 221
Hex D8 7D DD

RGB Percentages of Color #d87ddd

%38.43
%22.24
%39.32

CMYK Percentages of Color #d87ddd

%2
%43
%0
%13

Triadic Colors of #d87ddd

#d87ddd #ddd87d #7dddd8

Analogous Colors of #d87ddd

#d87ddd #dd7db2 #a87ddd

Monochromatic Colors of #d87ddd

#d87ddd

Complementary Color

#d87ddd #82dd7d

#d87ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87ddd Color CSS Codes

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

#d87ddd Text Font Color

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

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


#d87ddd Background Color

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

This div background color is #d87ddd


#d87ddd Border Color

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

This div border color is #d87ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87ddd


Comments

No comments written yet.

Please login to write comment.