Color Hex Logo

#c80eea Color Hex

#C80EEA
(200,14,234)
0 Favorites   0 Comments

Color spaces of #c80eea

RGB 20014234
HSL0.810.890.49
HSV291°94°92°
CMYK 0.150.940.00   0.08
XYZ38.827718.533979.3729
Yxy18.53390.28400.1355
Hunter Lab43.051085.6498-79.1769
CIE-Lab50.137485.9227-65.9679

#c80eea color RGB value is (200,14,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001110 11101010
Octal 310 16 352
Decimal 200 14 234
Hex C8 E EA

RGB Percentages of Color #c80eea

%44.64
%3.13
%52.23

CMYK Percentages of Color #c80eea

%15
%94
%0
%8

Triadic Colors of #c80eea

#c80eea #eac80e #0eeac8

Analogous Colors of #c80eea

#c80eea #ea0e9e #5a0eea

Monochromatic Colors of #c80eea

#c80eea

Complementary Color

#c80eea #30ea0e

#c80eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80eea Color CSS Codes

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

#c80eea Text Font Color

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

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


#c80eea Background Color

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

This div background color is #c80eea


#c80eea Border Color

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

This div border color is #c80eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80eea


Comments

No comments written yet.

Please login to write comment.