Color Hex Logo

#c013fe Color Hex

#C013FE
(192,19,254)
0 Favorites   0 Comments

Color spaces of #c013fe

RGB 19219254
HSL0.790.990.54
HSV284°93°100°
CMYK 0.240.930.00   0.00
XYZ39.860518.828095.2992
Yxy18.82800.25890.1223
Hunter Lab43.391288.0408-99.8434
CIE-Lab50.485487.6835-76.6810

#c013fe color RGB value is (192,19,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010011 11111110
Octal 300 23 376
Decimal 192 19 254
Hex C0 13 FE

RGB Percentages of Color #c013fe

%41.29
%4.09
%54.62

CMYK Percentages of Color #c013fe

%24
%93
%0
%0

Triadic Colors of #c013fe

#c013fe #fec013 #13fec0

Analogous Colors of #c013fe

#c013fe #fe13c7 #4a13fe

Monochromatic Colors of #c013fe

#c013fe

Complementary Color

#c013fe #51fe13

#c013fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c013fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c013fe Color CSS Codes

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

#c013fe Text Font Color

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

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


#c013fe Background Color

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

This div background color is #c013fe


#c013fe Border Color

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

This div border color is #c013fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c013fe


Comments

No comments written yet.

Please login to write comment.