Color Hex Logo

#c30fea Color Hex

#C30FEA
(195,15,234)
0 Favorites   0 Comments

Color spaces of #c30fea

RGB 19515234
HSL0.800.880.49
HSV289°94°92°
CMYK 0.170.940.00   0.08
XYZ37.527817.884379.3160
Yxy17.88430.27850.1327
Hunter Lab42.289884.3929-81.5975
CIE-Lab49.355585.1057-67.2730

#c30fea color RGB value is (195,15,234).

#c30fea hex color red value is 195, green value is 15 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c30fea hue: 0.80 , saturation: 0.88 and the lightness value of c30fea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001111 11101010
Octal 303 17 352
Decimal 195 15 234
Hex C3 F EA

RGB Percentages of Color #c30fea

%43.92
%3.38
%52.70

CMYK Percentages of Color #c30fea

%17
%94
%0
%8

Triadic Colors of #c30fea

#c30fea #eac30f #0feac3

Analogous Colors of #c30fea

#c30fea #ea0fa4 #560fea

Monochromatic Colors of #c30fea

#c30fea

Complementary Color

#c30fea #36ea0f

#c30fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30fea Color CSS Codes

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

#c30fea Text Font Color

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

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


#c30fea Background Color

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

This div background color is #c30fea


#c30fea Border Color

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

This div border color is #c30fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,15,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30fea


Comments

No comments written yet.

Please login to write comment.