Color Hex Logo

#c011fe Color Hex

#C011FE
(192,17,254)
0 Favorites   0 Comments

Color spaces of #c011fe

RGB 19217254
HSL0.790.990.53
HSV284°93°100°
CMYK 0.240.930.00   0.00
XYZ39.828118.763195.2884
Yxy18.76310.25880.1219
Hunter Lab43.316488.3216-100.1060
CIE-Lab50.408987.9117-76.8056

#c011fe color RGB value is (192,17,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 11111110
Octal 300 21 376
Decimal 192 17 254
Hex C0 11 FE

RGB Percentages of Color #c011fe

%41.47
%3.67
%54.86

CMYK Percentages of Color #c011fe

%24
%93
%0
%0

Triadic Colors of #c011fe

#c011fe #fec011 #11fec0

Analogous Colors of #c011fe

#c011fe #fe11c6 #4911fe

Monochromatic Colors of #c011fe

#c011fe

Complementary Color

#c011fe #4ffe11

#c011fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c011fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c011fe Color CSS Codes

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

#c011fe Text Font Color

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

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


#c011fe Background Color

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

This div background color is #c011fe


#c011fe Border Color

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

This div border color is #c011fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c011fe


Comments

No comments written yet.

Please login to write comment.