Color Hex Logo

#c416ff Color Hex

#C416FF
(196,22,255)
0 Favorites   0 Comments

Color spaces of #c416ff

RGB 19622255
HSL0.791.000.54
HSV285°91°100°
CMYK 0.230.910.00   0.00
XYZ41.101919.529696.2110
Yxy19.52960.26210.1245
Hunter Lab44.192388.6808-98.1455
CIE-Lab51.301188.0128-75.8827

#c416ff color RGB value is (196,22,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010110 11111111
Octal 304 26 377
Decimal 196 22 255
Hex C4 16 FF

RGB Percentages of Color #c416ff

%41.44
%4.65
%53.91

CMYK Percentages of Color #c416ff

%23
%91
%0
%0

Triadic Colors of #c416ff

#c416ff #ffc416 #16ffc4

Analogous Colors of #c416ff

#c416ff #ff16c6 #4f16ff

Monochromatic Colors of #c416ff

#c416ff

Complementary Color

#c416ff #51ff16

#c416ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c416ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c416ff Color CSS Codes

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

#c416ff Text Font Color

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

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


#c416ff Background Color

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

This div background color is #c416ff


#c416ff Border Color

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

This div border color is #c416ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c416ff

Related Colors


Comments

No comments written yet.

Please login to write comment.