Color Hex Logo

#c010ec Color Hex

#C010EC
(192,16,236)
0 Favorites   0 Comments

Color spaces of #c010ec

RGB 19216236
HSL0.800.870.49
HSV288°93°93°
CMYK 0.190.930.00   0.07
XYZ37.063817.633280.8069
Yxy17.63320.27350.1301
Hunter Lab41.991984.0657-84.7001
CIE-Lab49.048284.9123-68.9234

#c010ec color RGB value is (192,16,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010000 11101100
Octal 300 20 354
Decimal 192 16 236
Hex C0 10 EC

RGB Percentages of Color #c010ec

%43.24
%3.60
%53.15

CMYK Percentages of Color #c010ec

%19
%93
%0
%7

Triadic Colors of #c010ec

#c010ec #ecc010 #10ecc0

Analogous Colors of #c010ec

#c010ec #ec10aa #5210ec

Monochromatic Colors of #c010ec

#c010ec

Complementary Color

#c010ec #3cec10

#c010ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c010ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c010ec Color CSS Codes

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

#c010ec Text Font Color

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

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


#c010ec Background Color

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

This div background color is #c010ec


#c010ec Border Color

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

This div border color is #c010ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c010ec


Comments

No comments written yet.

Please login to write comment.