Color Hex Logo

#c416fe Color Hex

#C416FE
(196,22,254)
0 Favorites   0 Comments

Color spaces of #c416fe

RGB 19622254
HSL0.790.990.54
HSV285°91°100°
CMYK 0.230.910.00   0.00
XYZ40.941319.465395.3653
Yxy19.46530.26280.1250
Hunter Lab44.119588.4324-97.2730
CIE-Lab51.227287.8384-75.4462

#c416fe color RGB value is (196,22,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010110 11111110
Octal 304 26 376
Decimal 196 22 254
Hex C4 16 FE

RGB Percentages of Color #c416fe

%41.53
%4.66
%53.81

CMYK Percentages of Color #c416fe

%23
%91
%0
%0

Triadic Colors of #c416fe

#c416fe #fec416 #16fec4

Analogous Colors of #c416fe

#c416fe #fe16c4 #5016fe

Monochromatic Colors of #c416fe

#c416fe

Complementary Color

#c416fe #50fe16

#c416fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c416fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c416fe Color CSS Codes

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

#c416fe Text Font Color

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

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


#c416fe Background Color

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

This div background color is #c416fe


#c416fe Border Color

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

This div border color is #c416fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c416fe


Comments

No comments written yet.

Please login to write comment.