Color Hex Logo

#c012ea Color Hex

#C012EA
(192,18,234)
0 Favorites   0 Comments

Color spaces of #c012ea

RGB 19218234
HSL0.800.860.49
HSV288°92°92°
CMYK 0.180.920.00   0.08
XYZ36.805817.579679.2952
Yxy17.57960.27530.1315
Hunter Lab41.928083.3191-82.7809
CIE-Lab48.982284.3471-67.9009

#c012ea color RGB value is (192,18,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010010 11101010
Octal 300 22 352
Decimal 192 18 234
Hex C0 12 EA

RGB Percentages of Color #c012ea

%43.24
%4.05
%52.70

CMYK Percentages of Color #c012ea

%18
%92
%0
%8

Triadic Colors of #c012ea

#c012ea #eac012 #12eac0

Analogous Colors of #c012ea

#c012ea #ea12a8 #5412ea

Monochromatic Colors of #c012ea

#c012ea

Complementary Color

#c012ea #3cea12

#c012ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c012ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c012ea Color CSS Codes

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

#c012ea Text Font Color

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

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


#c012ea Background Color

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

This div background color is #c012ea


#c012ea Border Color

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

This div border color is #c012ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c012ea


Comments

No comments written yet.

Please login to write comment.