Color Hex Logo

#c916fc Color Hex

#C916FC
(201,22,252)
0 Favorites   0 Comments

Color spaces of #c916fc

RGB 20122252
HSL0.800.970.54
HSV287°91°99°
CMYK 0.200.910.00   0.01
XYZ41.945020.019693.7489
Yxy20.01960.26940.1286
Hunter Lab44.743389.0358-92.9078
CIE-Lab51.859488.1744-73.2689

#c916fc color RGB value is (201,22,252).

#c916fc hex color red value is 201, green value is 22 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c916fc hue: 0.80 , saturation: 0.97 and the lightness value of c916fc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010110 11111100
Octal 311 26 374
Decimal 201 22 252
Hex C9 16 FC

RGB Percentages of Color #c916fc

%42.32
%4.63
%53.05

CMYK Percentages of Color #c916fc

%20
%91
%0
%1

Triadic Colors of #c916fc

#c916fc #fcc916 #16fcc9

Analogous Colors of #c916fc

#c916fc #fc16bc #5616fc

Monochromatic Colors of #c916fc

#c916fc

Complementary Color

#c916fc #49fc16

#c916fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c916fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c916fc Color CSS Codes

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

#c916fc Text Font Color

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

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


#c916fc Background Color

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

This div background color is #c916fc


#c916fc Border Color

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

This div border color is #c916fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c916fc


Comments

No comments written yet.

Please login to write comment.