Color Hex Logo

#d860fc Color Hex

#D860FC
(216,96,252)
0 Favorites   0 Comments

Color spaces of #d860fc

RGB 21696252
HSL0.790.960.68
HSV286°62°99°
CMYK 0.140.620.00   0.01
XYZ50.072529.992995.2456
Yxy29.99290.28560.1711
Hunter Lab54.765867.3629-64.7778
CIE-Lab61.648169.1322-57.3990

#d860fc color RGB value is (216,96,252).

#d860fc hex color red value is 216, green value is 96 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d860fc hue: 0.79 , saturation: 0.96 and the lightness value of d860fc is 0.68.

The process color (four color CMYK) of #d860fc color hex is 0.14, 0.62, 0.00, 0.01. Web safe color of #d860fc is #cc66ff. Color #d860fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100000 11111100
Octal 330 140 374
Decimal 216 96 252
Hex D8 60 FC

RGB Percentages of Color #d860fc

%38.30
%17.02
%44.68

CMYK Percentages of Color #d860fc

%14
%62
%0
%1

Triadic Colors of #d860fc

#d860fc #fcd860 #60fcd8

Analogous Colors of #d860fc

#d860fc #fc60d2 #8a60fc

Monochromatic Colors of #d860fc

#d860fc

Complementary Color

#d860fc #84fc60

#d860fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d860fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d860fc Color CSS Codes

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

#d860fc Text Font Color

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

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


#d860fc Background Color

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

This div background color is #d860fc


#d860fc Border Color

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

This div border color is #d860fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d860fc

Related Colors


Comments

No comments written yet.

Please login to write comment.