Color Hex Logo

#d857fa Color Hex

#D857FA
(216,87,250)
0 Favorites   0 Comments

Color spaces of #d857fa

RGB 21687250
HSL0.800.940.66
HSV287°65°98°
CMYK 0.140.650.00   0.02
XYZ48.982428.317493.3266
Yxy28.31740.28710.1660
Hunter Lab53.214171.1806-66.7326
CIE-Lab60.174472.5323-58.6465

#d857fa color RGB value is (216,87,250).

#d857fa hex color red value is 216, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d857fa hue: 0.80 , saturation: 0.94 and the lightness value of d857fa is 0.66.

The process color (four color CMYK) of #d857fa color hex is 0.14, 0.65, 0.00, 0.02. Web safe color of #d857fa is #cc66ff. Color #d857fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010111 11111010
Octal 330 127 372
Decimal 216 87 250
Hex D8 57 FA

RGB Percentages of Color #d857fa

%39.06
%15.73
%45.21

CMYK Percentages of Color #d857fa

%14
%65
%0
%2

Triadic Colors of #d857fa

#d857fa #fad857 #57fad8

Analogous Colors of #d857fa

#d857fa #fa57cb #8757fa

Monochromatic Colors of #d857fa

#d857fa

Complementary Color

#d857fa #79fa57

#d857fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d857fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d857fa Color CSS Codes

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

#d857fa Text Font Color

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

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


#d857fa Background Color

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

This div background color is #d857fa


#d857fa Border Color

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

This div border color is #d857fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d857fa


Comments

No comments written yet.

Please login to write comment.