Color Hex Logo

#c30efe Color Hex

#C30EFE
(195,14,254)
0 Favorites   0 Comments

Color spaces of #c30efe

RGB 19514254
HSL0.790.990.53
HSV285°94°100°
CMYK 0.230.940.00   0.00
XYZ40.552119.071995.3098
Yxy19.07190.26170.1231
Hunter Lab43.671489.3255-98.8264
CIE-Lab50.771288.6034-76.1952

#c30efe color RGB value is (195,14,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001110 11111110
Octal 303 16 376
Decimal 195 14 254
Hex C3 E FE

RGB Percentages of Color #c30efe

%42.12
%3.02
%54.86

CMYK Percentages of Color #c30efe

%23
%94
%0
%0

Triadic Colors of #c30efe

#c30efe #fec30e #0efec3

Analogous Colors of #c30efe

#c30efe #fe0ec1 #4b0efe

Monochromatic Colors of #c30efe

#c30efe

Complementary Color

#c30efe #49fe0e

#c30efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30efe Color CSS Codes

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

#c30efe Text Font Color

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

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


#c30efe Background Color

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

This div background color is #c30efe


#c30efe Border Color

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

This div border color is #c30efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30efe

Related Colors


Comments

No comments written yet.

Please login to write comment.