Color Hex Logo

#c010ea Color Hex

#C010EA
(192,16,234)
0 Favorites   0 Comments

Color spaces of #c010ea

RGB 19216234
HSL0.800.870.49
HSV288°93°92°
CMYK 0.180.930.00   0.08
XYZ36.774817.517679.2849
Yxy17.51760.27530.1311
Hunter Lab41.854083.5934-83.0164
CIE-Lab48.905784.5744-68.0249

#c010ea color RGB value is (192,16,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010000 11101010
Octal 300 20 352
Decimal 192 16 234
Hex C0 10 EA

RGB Percentages of Color #c010ea

%43.44
%3.62
%52.94

CMYK Percentages of Color #c010ea

%18
%93
%0
%8

Triadic Colors of #c010ea

#c010ea #eac010 #10eac0

Analogous Colors of #c010ea

#c010ea #ea10a7 #5310ea

Monochromatic Colors of #c010ea

#c010ea

Complementary Color

#c010ea #3aea10

#c010ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c010ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c010ea Color CSS Codes

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

#c010ea Text Font Color

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

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


#c010ea Background Color

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

This div background color is #c010ea


#c010ea Border Color

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

This div border color is #c010ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c010ea


Comments

No comments written yet.

Please login to write comment.