Color Hex Logo

#c30eee Color Hex

#C30EEE
(195,14,238)
0 Favorites   0 Comments

Color spaces of #c30eee

RGB 19514238
HSL0.800.890.49
HSV288°94°93°
CMYK 0.180.940.00   0.07
XYZ38.095318.089282.3726
Yxy18.08920.27490.1306
Hunter Lab42.531485.4522-85.0578
CIE-Lab49.604185.8737-69.1269

#c30eee color RGB value is (195,14,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001110 11101110
Octal 303 16 356
Decimal 195 14 238
Hex C3 E EE

RGB Percentages of Color #c30eee

%43.62
%3.13
%53.24

CMYK Percentages of Color #c30eee

%18
%94
%0
%7

Triadic Colors of #c30eee

#c30eee #eec30e #0eeec3

Analogous Colors of #c30eee

#c30eee #ee0ea9 #530eee

Monochromatic Colors of #c30eee

#c30eee

Complementary Color

#c30eee #39ee0e

#c30eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30eee Color CSS Codes

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

#c30eee Text Font Color

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

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


#c30eee Background Color

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

This div background color is #c30eee


#c30eee Border Color

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

This div border color is #c30eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30eee


Comments

No comments written yet.

Please login to write comment.