Color Hex Logo

#d87efd Color Hex

#D87EFD
(216,126,253)
0 Favorites   0 Comments

Color spaces of #d87efd

RGB 216126253
HSL0.780.970.74
HSV283°50°99°
CMYK 0.150.500.00   0.01
XYZ53.509436.612597.1752
Yxy36.61250.28570.1955
Hunter Lab60.508351.9638-52.8629
CIE-Lab66.985355.1626-49.4800

#d87efd color RGB value is (216,126,253).

#d87efd hex color red value is 216, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d87efd hue: 0.78 , saturation: 0.97 and the lightness value of d87efd is 0.74.

The process color (four color CMYK) of #d87efd color hex is 0.15, 0.50, 0.00, 0.01. Web safe color of #d87efd is #cc66ff. Color #d87efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111110 11111101
Octal 330 176 375
Decimal 216 126 253
Hex D8 7E FD

RGB Percentages of Color #d87efd

%36.30
%21.18
%42.52

CMYK Percentages of Color #d87efd

%15
%50
%0
%1

Triadic Colors of #d87efd

#d87efd #fdd87e #7efdd8

Analogous Colors of #d87efd

#d87efd #fd7ee3 #997efd

Monochromatic Colors of #d87efd

#d87efd

Complementary Color

#d87efd #a3fd7e

#d87efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87efd Color CSS Codes

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

#d87efd Text Font Color

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

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


#d87efd Background Color

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

This div background color is #d87efd


#d87efd Border Color

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

This div border color is #d87efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87efd


Comments

No comments written yet.

Please login to write comment.