Color Hex Logo

#d787dd Color Hex

#D787DD
(215,135,221)
0 Favorites   0 Comments

Color spaces of #d787dd

RGB 215135221
HSL0.820.560.70
HSV296°39°87°
CMYK 0.030.390.00   0.13
XYZ49.739436.995572.9259
Yxy36.99550.31150.2317
Hunter Lab60.823939.5284-28.5100
CIE-Lab67.273743.9867-31.4110

#d787dd color RGB value is (215,135,221).

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

The process color (four color CMYK) of #d787dd color hex is 0.03, 0.39, 0.00, 0.13. Web safe color of #d787dd is #cc99cc. Color #d787dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000111 11011101
Octal 327 207 335
Decimal 215 135 221
Hex D7 87 DD

RGB Percentages of Color #d787dd

%37.65
%23.64
%38.70

CMYK Percentages of Color #d787dd

%3
%39
%0
%13

Triadic Colors of #d787dd

#d787dd #ddd787 #87ddd7

Analogous Colors of #d787dd

#d787dd #dd87b8 #ac87dd

Monochromatic Colors of #d787dd

#d787dd

Complementary Color

#d787dd #8ddd87

#d787dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d787dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d787dd Color CSS Codes

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

#d787dd Text Font Color

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

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


#d787dd Background Color

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

This div background color is #d787dd


#d787dd Border Color

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

This div border color is #d787dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,135,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 #d787dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d787dd


Comments

No comments written yet.

Please login to write comment.