Color Hex Logo

#d87fef Color Hex

#D87FEF
(216,127,239)
0 Favorites   0 Comments

Color spaces of #d87fef

RGB 216127239
HSL0.800.780.72
HSV288°47°94°
CMYK 0.100.470.00   0.06
XYZ51.488336.009785.8982
Yxy36.00970.29690.2077
Hunter Lab60.008148.1429-42.8646
CIE-Lab66.527351.8717-42.5126

#d87fef color RGB value is (216,127,239).

#d87fef hex color red value is 216, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d87fef hue: 0.80 , saturation: 0.78 and the lightness value of d87fef is 0.72.

The process color (four color CMYK) of #d87fef color hex is 0.10, 0.47, 0.00, 0.06. Web safe color of #d87fef is #cc66ff. Color #d87fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 11101111
Octal 330 177 357
Decimal 216 127 239
Hex D8 7F EF

RGB Percentages of Color #d87fef

%37.11
%21.82
%41.07

CMYK Percentages of Color #d87fef

%10
%47
%0
%6

Triadic Colors of #d87fef

#d87fef #efd87f #7fefd8

Analogous Colors of #d87fef

#d87fef #ef7fce #a07fef

Monochromatic Colors of #d87fef

#d87fef

Complementary Color

#d87fef #96ef7f

#d87fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87fef Color CSS Codes

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

#d87fef Text Font Color

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

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


#d87fef Background Color

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

This div background color is #d87fef


#d87fef Border Color

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

This div border color is #d87fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87fef


Comments

No comments written yet.

Please login to write comment.