Color Hex Logo

#c30cfe Color Hex

#C30CFE
(195,12,254)
0 Favorites   0 Comments

Color spaces of #c30cfe

RGB 19512254
HSL0.790.990.52
HSV285°95°100°
CMYK 0.230.950.00   0.00
XYZ40.526519.020895.3013
Yxy19.02080.26170.1228
Hunter Lab43.612889.5456-99.0295
CIE-Lab50.711588.7815-76.2924

#c30cfe color RGB value is (195,12,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001100 11111110
Octal 303 14 376
Decimal 195 12 254
Hex C3 C FE

RGB Percentages of Color #c30cfe

%42.30
%2.60
%55.10

CMYK Percentages of Color #c30cfe

%23
%95
%0
%0

Triadic Colors of #c30cfe

#c30cfe #fec30c #0cfec3

Analogous Colors of #c30cfe

#c30cfe #fe0cc0 #4a0cfe

Monochromatic Colors of #c30cfe

#c30cfe

Complementary Color

#c30cfe #47fe0c

#c30cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30cfe Color CSS Codes

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

#c30cfe Text Font Color

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

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


#c30cfe Background Color

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

This div background color is #c30cfe


#c30cfe Border Color

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

This div border color is #c30cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30cfe


Comments

No comments written yet.

Please login to write comment.