Color Hex Logo

#d87feb Color Hex

#D87FEB
(216,127,235)
0 Favorites   0 Comments

Color spaces of #d87feb

RGB 216127235
HSL0.800.730.71
HSV289°46°92°
CMYK 0.080.460.00   0.08
XYZ50.903735.775882.8198
Yxy35.77580.30030.2111
Hunter Lab59.812947.2398-40.2268
CIE-Lab66.348351.0951-40.5869

#d87feb color RGB value is (216,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111111 11101011
Octal 330 177 353
Decimal 216 127 235
Hex D8 7F EB

RGB Percentages of Color #d87feb

%37.37
%21.97
%40.66

CMYK Percentages of Color #d87feb

%8
%46
%0
%8

Triadic Colors of #d87feb

#d87feb #ebd87f #7febd8

Analogous Colors of #d87feb

#d87feb #eb7fc8 #a27feb

Monochromatic Colors of #d87feb

#d87feb

Complementary Color

#d87feb #92eb7f

#d87feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87feb Color CSS Codes

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

#d87feb Text Font Color

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

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


#d87feb Background Color

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

This div background color is #d87feb


#d87feb Border Color

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

This div border color is #d87feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87feb


Comments

No comments written yet.

Please login to write comment.