Color Hex Logo

#c414ed Color Hex

#C414ED
(196,20,237)
0 Favorites   0 Comments

Color spaces of #c414ed

RGB 19620237
HSL0.800.860.50
HSV289°92°93°
CMYK 0.170.920.00   0.07
XYZ38.301218.350581.6441
Yxy18.35050.27700.1327
Hunter Lab42.837584.6321-83.0148
CIE-Lab49.918585.1816-68.0460

#c414ed color RGB value is (196,20,237).

#c414ed hex color red value is 196, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c414ed hue: 0.80 , saturation: 0.86 and the lightness value of c414ed is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 11101101
Octal 304 24 355
Decimal 196 20 237
Hex C4 14 ED

RGB Percentages of Color #c414ed

%43.27
%4.42
%52.32

CMYK Percentages of Color #c414ed

%17
%92
%0
%7

Triadic Colors of #c414ed

#c414ed #edc414 #14edc4

Analogous Colors of #c414ed

#c414ed #ed14aa #5814ed

Monochromatic Colors of #c414ed

#c414ed

Complementary Color

#c414ed #3ded14

#c414ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c414ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c414ed Color CSS Codes

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

#c414ed Text Font Color

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

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


#c414ed Background Color

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

This div background color is #c414ed


#c414ed Border Color

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

This div border color is #c414ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c414ed


Comments

No comments written yet.

Please login to write comment.