Color Hex Logo

#c816fe Color Hex

#C816FE
(200,22,254)
0 Favorites   0 Comments

Color spaces of #c816fe

RGB 20022254
HSL0.790.990.54
HSV286°91°100°
CMYK 0.210.910.00   0.00
XYZ41.995720.008995.4146
Yxy20.00890.26680.1271
Hunter Lab44.731389.3038-95.1573
CIE-Lab51.847388.3799-74.4100

#c816fe color RGB value is (200,22,254).

#c816fe hex color red value is 200, green value is 22 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c816fe hue: 0.79 , saturation: 0.99 and the lightness value of c816fe is 0.54.

The process color (four color CMYK) of #c816fe color hex is 0.21, 0.91, 0.00, 0.00. Web safe color of #c816fe is #cc00ff. Color #c816fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010110 11111110
Octal 310 26 376
Decimal 200 22 254
Hex C8 16 FE

RGB Percentages of Color #c816fe

%42.02
%4.62
%53.36

CMYK Percentages of Color #c816fe

%21
%91
%0
%0

Triadic Colors of #c816fe

#c816fe #fec816 #16fec8

Analogous Colors of #c816fe

#c816fe #fe16c0 #5416fe

Monochromatic Colors of #c816fe

#c816fe

Complementary Color

#c816fe #4cfe16

#c816fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c816fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c816fe Color CSS Codes

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

#c816fe Text Font Color

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

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


#c816fe Background Color

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

This div background color is #c816fe


#c816fe Border Color

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

This div border color is #c816fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,22,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c816fe

Related Colors


Comments

No comments written yet.

Please login to write comment.