Color Hex Logo

#c416fd Color Hex

#C416FD
(196,22,253)
0 Favorites   0 Comments

Color spaces of #c416fd

RGB 19622253
HSL0.790.980.54
HSV285°91°99°
CMYK 0.230.910.00   0.01
XYZ40.781519.401494.5239
Yxy19.40140.26360.1254
Hunter Lab44.047088.1842-96.4021
CIE-Lab51.153687.6639-75.0087

#c416fd color RGB value is (196,22,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010110 11111101
Octal 304 26 375
Decimal 196 22 253
Hex C4 16 FD

RGB Percentages of Color #c416fd

%41.61
%4.67
%53.72

CMYK Percentages of Color #c416fd

%23
%91
%0
%1

Triadic Colors of #c416fd

#c416fd #fdc416 #16fdc4

Analogous Colors of #c416fd

#c416fd #fd16c3 #5016fd

Monochromatic Colors of #c416fd

#c416fd

Complementary Color

#c416fd #4ffd16

#c416fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c416fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c416fd Color CSS Codes

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

#c416fd Text Font Color

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

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


#c416fd Background Color

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

This div background color is #c416fd


#c416fd Border Color

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

This div border color is #c416fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c416fd


Comments

No comments written yet.

Please login to write comment.