Color Hex Logo

#d787ce Color Hex

#D787CE
(215,135,206)
0 Favorites   0 Comments

Color spaces of #d787ce

RGB 215135206
HSL0.850.500.69
HSV307°37°84°
CMYK 0.000.370.04   0.16
XYZ47.828936.231362.8650
Yxy36.23130.32550.2466
Hunter Lab60.192436.4993-19.7878
CIE-Lab66.696341.2491-23.9581

#d787ce color RGB value is (215,135,206).

#d787ce hex color red value is 215, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d787ce hue: 0.85 , saturation: 0.50 and the lightness value of d787ce is 0.69.

The process color (four color CMYK) of #d787ce color hex is 0.00, 0.37, 0.04, 0.16. Web safe color of #d787ce is #cc99cc. Color #d787ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000111 11001110
Octal 327 207 316
Decimal 215 135 206
Hex D7 87 CE

RGB Percentages of Color #d787ce

%38.67
%24.28
%37.05

CMYK Percentages of Color #d787ce

%0
%37
%4
%16

Triadic Colors of #d787ce

#d787ce #ced787 #87ced7

Analogous Colors of #d787ce

#d787ce #d787a6 #b887d7

Monochromatic Colors of #d787ce

#d787ce

Complementary Color

#d787ce #87d790

#d787ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d787ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d787ce Color CSS Codes

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

#d787ce Text Font Color

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

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


#d787ce Background Color

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

This div background color is #d787ce


#d787ce Border Color

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

This div border color is #d787ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d787ce


Comments

No comments written yet.

Please login to write comment.