Color Hex Logo

#c20eea Color Hex

#C20EEA
(194,14,234)
0 Favorites   0 Comments

Color spaces of #c20eea

RGB 19414234
HSL0.800.890.49
HSV289°94°92°
CMYK 0.170.940.00   0.08
XYZ37.256517.723979.2993
Yxy17.72390.27750.1320
Hunter Lab42.099884.2903-82.2091
CIE-Lab49.159585.0644-67.5983

#c20eea color RGB value is (194,14,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001110 11101010
Octal 302 16 352
Decimal 194 14 234
Hex C2 E EA

RGB Percentages of Color #c20eea

%43.89
%3.17
%52.94

CMYK Percentages of Color #c20eea

%17
%94
%0
%8

Triadic Colors of #c20eea

#c20eea #eac20e #0eeac2

Analogous Colors of #c20eea

#c20eea #ea0ea4 #540eea

Monochromatic Colors of #c20eea

#c20eea

Complementary Color

#c20eea #36ea0e

#c20eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20eea Color CSS Codes

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

#c20eea Text Font Color

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

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


#c20eea Background Color

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

This div background color is #c20eea


#c20eea Border Color

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

This div border color is #c20eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20eea


Comments

No comments written yet.

Please login to write comment.