Color Hex Logo

#d87cec Color Hex

#D87CEC
(216,124,236)
0 Favorites   0 Comments

Color spaces of #d87cec

RGB 216124236
HSL0.800.750.71
HSV289°47°93°
CMYK 0.080.470.00   0.07
XYZ50.666935.070483.4557
Yxy35.07040.29950.2073
Hunter Lab59.220349.0832-42.0998
CIE-Lab65.803452.8129-41.9923

#d87cec color RGB value is (216,124,236).

#d87cec hex color red value is 216, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d87cec hue: 0.80 , saturation: 0.75 and the lightness value of d87cec is 0.71.

The process color (four color CMYK) of #d87cec color hex is 0.08, 0.47, 0.00, 0.07. Web safe color of #d87cec is #cc66ff. Color #d87cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111100 11101100
Octal 330 174 354
Decimal 216 124 236
Hex D8 7C EC

RGB Percentages of Color #d87cec

%37.50
%21.53
%40.97

CMYK Percentages of Color #d87cec

%8
%47
%0
%7

Triadic Colors of #d87cec

#d87cec #ecd87c #7cecd8

Analogous Colors of #d87cec

#d87cec #ec7cc8 #a07cec

Monochromatic Colors of #d87cec

#d87cec

Complementary Color

#d87cec #90ec7c

#d87cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87cec Color CSS Codes

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

#d87cec Text Font Color

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

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


#d87cec Background Color

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

This div background color is #d87cec


#d87cec Border Color

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

This div border color is #d87cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87cec


Comments

No comments written yet.

Please login to write comment.