Color Hex Logo

#d287ce Color Hex

#D287CE
(210,135,206)
0 Favorites   0 Comments

Color spaces of #d287ce

RGB 210135206
HSL0.840.450.68
HSV303°36°82°
CMYK 0.000.360.02   0.18
XYZ46.382935.485862.7973
Yxy35.48580.32060.2453
Hunter Lab59.570034.7379-20.8032
CIE-Lab66.125239.6619-24.8830

#d287ce color RGB value is (210,135,206).

#d287ce hex color red value is 210, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d287ce hue: 0.84 , saturation: 0.45 and the lightness value of d287ce is 0.68.

The process color (four color CMYK) of #d287ce color hex is 0.00, 0.36, 0.02, 0.18. Web safe color of #d287ce is #cc99cc. Color #d287ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000111 11001110
Octal 322 207 316
Decimal 210 135 206
Hex D2 87 CE

RGB Percentages of Color #d287ce

%38.11
%24.50
%37.39

CMYK Percentages of Color #d287ce

%0
%36
%2
%18

Triadic Colors of #d287ce

#d287ce #ced287 #87ced2

Analogous Colors of #d287ce

#d287ce #d287a9 #b187d2

Monochromatic Colors of #d287ce

#d287ce

Complementary Color

#d287ce #87d28b

#d287ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d287ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d287ce Color CSS Codes

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

#d287ce Text Font Color

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

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


#d287ce Background Color

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

This div background color is #d287ce


#d287ce Border Color

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

This div border color is #d287ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d287ce


Comments

No comments written yet.

Please login to write comment.