Color Hex Logo

#c010ff Color Hex

#C010FF
(192,16,255)
0 Favorites   0 Comments

Color spaces of #c010ff

RGB 19216255
HSL0.791.000.53
HSV284°94°100°
CMYK 0.250.940.00   0.00
XYZ39.973518.797096.1291
Yxy18.79700.25810.1213
Hunter Lab43.355588.7037-101.1107
CIE-Lab50.448988.1942-77.2976

#c010ff color RGB value is (192,16,255).

#c010ff hex color red value is 192, green value is 16 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c010ff hue: 0.79 , saturation: 1.00 and the lightness value of c010ff is 0.53.

The process color (four color CMYK) of #c010ff color hex is 0.25, 0.94, 0.00, 0.00. Web safe color of #c010ff is #cc00ff. Color #c010ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010000 11111111
Octal 300 20 377
Decimal 192 16 255
Hex C0 10 FF

RGB Percentages of Color #c010ff

%41.47
%3.46
%55.08

CMYK Percentages of Color #c010ff

%25
%94
%0
%0

Triadic Colors of #c010ff

#c010ff #ffc010 #10ffc0

Analogous Colors of #c010ff

#c010ff #ff10c7 #4810ff

Monochromatic Colors of #c010ff

#c010ff

Complementary Color

#c010ff #4fff10

#c010ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c010ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c010ff Color CSS Codes

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

#c010ff Text Font Color

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

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


#c010ff Background Color

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

This div background color is #c010ff


#c010ff Border Color

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

This div border color is #c010ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c010ff

Related Colors


Comments

No comments written yet.

Please login to write comment.