Color Hex Logo

#c414ff Color Hex

#C414FF
(196,20,255)
0 Favorites   0 Comments

Color spaces of #c414ff

RGB 19620255
HSL0.791.000.54
HSV285°92°100°
CMYK 0.230.920.00   0.00
XYZ41.065119.456196.1988
Yxy19.45610.26200.1241
Hunter Lab44.109188.9908-98.4310
CIE-Lab51.216688.2643-76.0203

#c414ff color RGB value is (196,20,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 11111111
Octal 304 24 377
Decimal 196 20 255
Hex C4 14 FF

RGB Percentages of Color #c414ff

%41.61
%4.25
%54.14

CMYK Percentages of Color #c414ff

%23
%92
%0
%0

Triadic Colors of #c414ff

#c414ff #ffc414 #14ffc4

Analogous Colors of #c414ff

#c414ff #ff14c5 #4f14ff

Monochromatic Colors of #c414ff

#c414ff

Complementary Color

#c414ff #4fff14

#c414ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c414ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c414ff Color CSS Codes

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

#c414ff Text Font Color

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

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


#c414ff Background Color

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

This div background color is #c414ff


#c414ff Border Color

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

This div border color is #c414ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c414ff


Comments

No comments written yet.

Please login to write comment.