Color Hex Logo

#c414ce Color Hex

#C414CE
(196,20,206)
0 Favorites   0 Comments

Color spaces of #c414ce

RGB 19620206
HSL0.820.820.44
HSV297°90°81°
CMYK 0.050.900.00   0.19
XYZ34.155716.692359.8143
Yxy16.69230.30860.1508
Hunter Lab40.856277.7272-58.2024
CIE-Lab47.870080.1755-53.6785

#c414ce color RGB value is (196,20,206).

#c414ce hex color red value is 196, green value is 20 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c414ce hue: 0.82 , saturation: 0.82 and the lightness value of c414ce is 0.44.

The process color (four color CMYK) of #c414ce color hex is 0.05, 0.90, 0.00, 0.19. Web safe color of #c414ce is #cc00cc. Color #c414ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 11001110
Octal 304 24 316
Decimal 196 20 206
Hex C4 14 CE

RGB Percentages of Color #c414ce

%46.45
%4.74
%48.82

CMYK Percentages of Color #c414ce

%5
%90
%0
%19

Triadic Colors of #c414ce

#c414ce #cec414 #14cec4

Analogous Colors of #c414ce

#c414ce #ce147b #6714ce

Monochromatic Colors of #c414ce

#c414ce

Complementary Color

#c414ce #1ece14

#c414ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c414ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c414ce Color CSS Codes

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

#c414ce Text Font Color

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

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


#c414ce Background Color

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

This div background color is #c414ce


#c414ce Border Color

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

This div border color is #c414ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c414ce


Comments

No comments written yet.

Please login to write comment.