Color Hex Logo

#c860fc Color Hex

#C860FC
(200,96,252)
0 Favorites   0 Comments

Color spaces of #c860fc

RGB 20096252
HSL0.780.960.68
HSV280°62°99°
CMYK 0.210.620.00   0.01
XYZ45.573027.673495.0350
Yxy27.67340.27080.1644
Hunter Lab52.605562.5778-70.2871
CIE-Lab59.592565.5151-60.8020

#c860fc color RGB value is (200,96,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 11111100
Octal 310 140 374
Decimal 200 96 252
Hex C8 60 FC

RGB Percentages of Color #c860fc

%36.50
%17.52
%45.99

CMYK Percentages of Color #c860fc

%21
%62
%0
%1

Triadic Colors of #c860fc

#c860fc #fcc860 #60fcc8

Analogous Colors of #c860fc

#c860fc #fc60e2 #7a60fc

Monochromatic Colors of #c860fc

#c860fc

Complementary Color

#c860fc #94fc60

#c860fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c860fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c860fc Color CSS Codes

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

#c860fc Text Font Color

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

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


#c860fc Background Color

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

This div background color is #c860fc


#c860fc Border Color

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

This div border color is #c860fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c860fc


Comments

No comments written yet.

Please login to write comment.