Color Hex Logo

#d863fa Color Hex

#D863FA
(216,99,250)
0 Favorites   0 Comments

Color spaces of #d863fa

RGB 21699250
HSL0.800.940.68
HSV286°60°98°
CMYK 0.140.600.00   0.02
XYZ50.036130.424793.6778
Yxy30.42470.28730.1747
Hunter Lab55.158665.3955-62.0833
CIE-Lab62.018967.4358-55.7043

#d863fa color RGB value is (216,99,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100011 11111010
Octal 330 143 372
Decimal 216 99 250
Hex D8 63 FA

RGB Percentages of Color #d863fa

%38.23
%17.52
%44.25

CMYK Percentages of Color #d863fa

%14
%60
%0
%2

Triadic Colors of #d863fa

#d863fa #fad863 #63fad8

Analogous Colors of #d863fa

#d863fa #fa63d1 #8d63fa

Monochromatic Colors of #d863fa

#d863fa

Complementary Color

#d863fa #85fa63

#d863fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d863fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d863fa Color CSS Codes

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

#d863fa Text Font Color

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

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


#d863fa Background Color

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

This div background color is #d863fa


#d863fa Border Color

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

This div border color is #d863fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,99,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 #d863fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d863fa


Comments

No comments written yet.

Please login to write comment.