Color Hex Logo

#d87bcc Color Hex

#D87BCC
(216,123,204)
0 Favorites   0 Comments

Color spaces of #d87bcc

RGB 216123204
HSL0.850.540.66
HSV308°43°85°
CMYK 0.000.430.06   0.15
XYZ46.300933.124561.0801
Yxy33.12450.32950.2358
Hunter Lab57.553942.8802-22.6349
CIE-Lab64.261647.4624-26.5645

#d87bcc color RGB value is (216,123,204).

#d87bcc hex color red value is 216, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d87bcc hue: 0.85 , saturation: 0.54 and the lightness value of d87bcc is 0.66.

The process color (four color CMYK) of #d87bcc color hex is 0.00, 0.43, 0.06, 0.15. Web safe color of #d87bcc is #cc66cc. Color #d87bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111011 11001100
Octal 330 173 314
Decimal 216 123 204
Hex D8 7B CC

RGB Percentages of Color #d87bcc

%39.78
%22.65
%37.57

CMYK Percentages of Color #d87bcc

%0
%43
%6
%15

Triadic Colors of #d87bcc

#d87bcc #ccd87b #7bccd8

Analogous Colors of #d87bcc

#d87bcc #d87b9e #b67bd8

Monochromatic Colors of #d87bcc

#d87bcc

Complementary Color

#d87bcc #7bd887

#d87bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87bcc Color CSS Codes

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

#d87bcc Text Font Color

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

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


#d87bcc Background Color

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

This div background color is #d87bcc


#d87bcc Border Color

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

This div border color is #d87bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87bcc


Comments

No comments written yet.

Please login to write comment.