Color Hex Logo

#800efe Color Hex

#800EFE
(128,14,254)
0 Favorites   0 Comments

Color spaces of #800efe

RGB 12814254
HSL0.750.990.53
HSV269°94°100°
CMYK 0.500.940.00   0.00
XYZ26.948512.059094.6732
Yxy12.05900.20160.0902
Hunter Lab34.726177.7509-137.3332
CIE-Lab41.309781.4501-92.0812

#800efe color RGB value is (128,14,254).

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

The process color (four color CMYK) of #800efe color hex is 0.50, 0.94, 0.00, 0.00. Web safe color of #800efe is #9900ff. Color #800efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001110 11111110
Octal 200 16 376
Decimal 128 14 254
Hex 80 E FE

RGB Percentages of Color #800efe

%32.32
%3.54
%64.14

CMYK Percentages of Color #800efe

%50
%94
%0
%0

Triadic Colors of #800efe

#800efe #fe800e #0efe80

Analogous Colors of #800efe

#800efe #f80efe #0e14fe

Monochromatic Colors of #800efe

#800efe

Complementary Color

#800efe #8cfe0e

#800efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#800efe Color CSS Codes

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

#800efe Text Font Color

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

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


#800efe Background Color

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

This div background color is #800efe


#800efe Border Color

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

This div border color is #800efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800efe

Related Colors


Comments

No comments written yet.

Please login to write comment.