Color Hex Logo

#c010ed Color Hex

#C010ED
(192,16,237)
0 Favorites   0 Comments

Color spaces of #c010ed

RGB 19216237
HSL0.800.870.50
HSV288°93°93°
CMYK 0.190.930.00   0.07
XYZ37.209617.691581.5744
Yxy17.69150.27260.1296
Hunter Lab42.061384.3032-85.5452
CIE-Lab49.119885.0820-69.3714

#c010ed color RGB value is (192,16,237).

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

The process color (four color CMYK) of #c010ed color hex is 0.19, 0.93, 0.00, 0.07. Web safe color of #c010ed is #cc00ff. Color #c010ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010000 11101101
Octal 300 20 355
Decimal 192 16 237
Hex C0 10 ED

RGB Percentages of Color #c010ed

%43.15
%3.60
%53.26

CMYK Percentages of Color #c010ed

%19
%93
%0
%7

Triadic Colors of #c010ed

#c010ed #edc010 #10edc0

Analogous Colors of #c010ed

#c010ed #ed10ac #5210ed

Monochromatic Colors of #c010ed

#c010ed

Complementary Color

#c010ed #3ded10

#c010ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c010ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c010ed Color CSS Codes

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

#c010ed Text Font Color

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

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


#c010ed Background Color

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

This div background color is #c010ed


#c010ed Border Color

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

This div border color is #c010ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c010ed


Comments

No comments written yet.

Please login to write comment.