Color Hex Logo

#c014ea Color Hex

#C014EA
(192,20,234)
0 Favorites   0 Comments

Color spaces of #c014ea

RGB 19220234
HSL0.800.840.50
HSV288°91°92°
CMYK 0.180.910.00   0.08
XYZ36.839717.647379.3065
Yxy17.64730.27530.1319
Hunter Lab42.008783.0211-82.5251
CIE-Lab49.065584.0999-67.7658

#c014ea color RGB value is (192,20,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 11101010
Octal 300 24 352
Decimal 192 20 234
Hex C0 14 EA

RGB Percentages of Color #c014ea

%43.05
%4.48
%52.47

CMYK Percentages of Color #c014ea

%18
%91
%0
%8

Triadic Colors of #c014ea

#c014ea #eac014 #14eac0

Analogous Colors of #c014ea

#c014ea #ea14a9 #5514ea

Monochromatic Colors of #c014ea

#c014ea

Complementary Color

#c014ea #3eea14

#c014ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c014ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c014ea Color CSS Codes

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

#c014ea Text Font Color

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

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


#c014ea Background Color

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

This div background color is #c014ea


#c014ea Border Color

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

This div border color is #c014ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c014ea


Comments

No comments written yet.

Please login to write comment.