Color Hex Logo

#c010fe Color Hex

#C010FE
(192,16,254)
0 Favorites   0 Comments

Color spaces of #c010fe

RGB 19216254
HSL0.790.990.53
HSV284°94°100°
CMYK 0.240.940.00   0.00
XYZ39.812918.732895.2834
Yxy18.73280.25880.1218
Hunter Lab43.281488.4528-100.2291
CIE-Lab50.373188.0182-76.8639

#c010fe color RGB value is (192,16,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010000 11111110
Octal 300 20 376
Decimal 192 16 254
Hex C0 10 FE

RGB Percentages of Color #c010fe

%41.56
%3.46
%54.98

CMYK Percentages of Color #c010fe

%24
%94
%0
%0

Triadic Colors of #c010fe

#c010fe #fec010 #10fec0

Analogous Colors of #c010fe

#c010fe #fe10c5 #4910fe

Monochromatic Colors of #c010fe

#c010fe

Complementary Color

#c010fe #4efe10

#c010fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c010fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c010fe Color CSS Codes

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

#c010fe Text Font Color

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

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


#c010fe Background Color

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

This div background color is #c010fe


#c010fe Border Color

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

This div border color is #c010fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c010fe


Comments

No comments written yet.

Please login to write comment.