Color Hex Logo

#c80efe Color Hex

#C80EFE
(200,14,254)
0 Favorites   0 Comments

Color spaces of #c80efe

RGB 20014254
HSL0.800.990.53
HSV287°94°100°
CMYK 0.210.940.00   0.00
XYZ41.865819.749295.3713
Yxy19.74920.26670.1258
Hunter Lab44.440190.3899-96.1322
CIE-Lab51.552589.2576-74.8894

#c80efe color RGB value is (200,14,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001110 11111110
Octal 310 16 376
Decimal 200 14 254
Hex C8 E FE

RGB Percentages of Color #c80efe

%42.74
%2.99
%54.27

CMYK Percentages of Color #c80efe

%21
%94
%0
%0

Triadic Colors of #c80efe

#c80efe #fec80e #0efec8

Analogous Colors of #c80efe

#c80efe #fe0ebc #500efe

Monochromatic Colors of #c80efe

#c80efe

Complementary Color

#c80efe #44fe0e

#c80efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80efe Color CSS Codes

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

#c80efe Text Font Color

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

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


#c80efe Background Color

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

This div background color is #c80efe


#c80efe Border Color

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

This div border color is #c80efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80efe


Comments

No comments written yet.

Please login to write comment.