Color Hex Logo

#c30eea Color Hex

#C30EEA
(195,14,234)
0 Favorites   0 Comments

Color spaces of #c30eea

RGB 19514234
HSL0.800.890.49
HSV289°94°92°
CMYK 0.170.940.00   0.08
XYZ37.514017.856779.3114
Yxy17.85670.27850.1326
Hunter Lab42.257284.5141-81.6998
CIE-Lab49.321885.2057-67.3275

#c30eea color RGB value is (195,14,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001110 11101010
Octal 303 16 352
Decimal 195 14 234
Hex C3 E EA

RGB Percentages of Color #c30eea

%44.02
%3.16
%52.82

CMYK Percentages of Color #c30eea

%17
%94
%0
%8

Triadic Colors of #c30eea

#c30eea #eac30e #0eeac3

Analogous Colors of #c30eea

#c30eea #ea0ea3 #550eea

Monochromatic Colors of #c30eea

#c30eea

Complementary Color

#c30eea #35ea0e

#c30eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30eea Color CSS Codes

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

#c30eea Text Font Color

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

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


#c30eea Background Color

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

This div background color is #c30eea


#c30eea Border Color

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

This div border color is #c30eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30eea


Comments

No comments written yet.

Please login to write comment.