Color Hex Logo

#c866fc Color Hex

#C866FC
(200,102,252)
0 Favorites   0 Comments

Color spaces of #c866fc

RGB 200102252
HSL0.780.960.69
HSV279°60°99°
CMYK 0.210.600.00   0.01
XYZ46.141528.810495.2245
Yxy28.81040.27110.1693
Hunter Lab53.675359.5141-67.6127
CIE-Lab60.613962.7330-59.1679

#c866fc color RGB value is (200,102,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100110 11111100
Octal 310 146 374
Decimal 200 102 252
Hex C8 66 FC

RGB Percentages of Color #c866fc

%36.10
%18.41
%45.49

CMYK Percentages of Color #c866fc

%21
%60
%0
%1

Triadic Colors of #c866fc

#c866fc #fcc866 #66fcc8

Analogous Colors of #c866fc

#c866fc #fc66e5 #7d66fc

Monochromatic Colors of #c866fc

#c866fc

Complementary Color

#c866fc #9afc66

#c866fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c866fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c866fc Color CSS Codes

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

#c866fc Text Font Color

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

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


#c866fc Background Color

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

This div background color is #c866fc


#c866fc Border Color

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

This div border color is #c866fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c866fc

Related Colors


Comments

No comments written yet.

Please login to write comment.