Color Hex Logo

#c716fc Color Hex

#C716FC
(199,22,252)
0 Favorites   0 Comments

Color spaces of #c716fc

RGB 19922252
HSL0.790.970.54
HSV286°91°99°
CMYK 0.210.910.00   0.01
XYZ41.410819.744293.7239
Yxy19.74420.26740.1275
Hunter Lab44.434488.5933-93.9540
CIE-Lab51.546887.8989-73.7910

#c716fc color RGB value is (199,22,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010110 11111100
Octal 307 26 374
Decimal 199 22 252
Hex C7 16 FC

RGB Percentages of Color #c716fc

%42.07
%4.65
%53.28

CMYK Percentages of Color #c716fc

%21
%91
%0
%1

Triadic Colors of #c716fc

#c716fc #fcc716 #16fcc7

Analogous Colors of #c716fc

#c716fc #fc16be #5416fc

Monochromatic Colors of #c716fc

#c716fc

Complementary Color

#c716fc #4bfc16

#c716fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c716fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c716fc Color CSS Codes

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

#c716fc Text Font Color

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

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


#c716fc Background Color

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

This div background color is #c716fc


#c716fc Border Color

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

This div border color is #c716fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c716fc


Comments

No comments written yet.

Please login to write comment.