Color Hex Logo

#c013fa Color Hex

#C013FA
(192,19,250)
0 Favorites   0 Comments

Color spaces of #c013fa

RGB 19219250
HSL0.790.960.53
HSV285°92°98°
CMYK 0.230.920.00   0.02
XYZ39.226418.574391.9602
Yxy18.57430.26190.1240
Hunter Lab43.097987.0439-96.3415
CIE-Lab50.185486.9813-74.9372

#c013fa color RGB value is (192,19,250).

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

The process color (four color CMYK) of #c013fa color hex is 0.23, 0.92, 0.00, 0.02. Web safe color of #c013fa is #cc00ff. Color #c013fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010011 11111010
Octal 300 23 372
Decimal 192 19 250
Hex C0 13 FA

RGB Percentages of Color #c013fa

%41.65
%4.12
%54.23

CMYK Percentages of Color #c013fa

%23
%92
%0
%2

Triadic Colors of #c013fa

#c013fa #fac013 #13fac0

Analogous Colors of #c013fa

#c013fa #fa13c1 #4d13fa

Monochromatic Colors of #c013fa

#c013fa

Complementary Color

#c013fa #4dfa13

#c013fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c013fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c013fa Color CSS Codes

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

#c013fa Text Font Color

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

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


#c013fa Background Color

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

This div background color is #c013fa


#c013fa Border Color

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

This div border color is #c013fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c013fa


Comments

No comments written yet.

Please login to write comment.