Color Hex Logo

#800efc Color Hex

#800EFC
(128,14,252)
0 Favorites   0 Comments

Color spaces of #800efc

RGB 12814252
HSL0.750.980.52
HSV269°94°99°
CMYK 0.490.940.00   0.01
XYZ26.629811.931592.9949
Yxy11.93150.20240.0907
Hunter Lab34.542077.1642-135.4427
CIE-Lab41.107081.0237-91.2959

#800efc color RGB value is (128,14,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001110 11111100
Octal 200 16 374
Decimal 128 14 252
Hex 80 E FC

RGB Percentages of Color #800efc

%32.49
%3.55
%63.96

CMYK Percentages of Color #800efc

%49
%94
%0
%1

Triadic Colors of #800efc

#800efc #fc800e #0efc80

Analogous Colors of #800efc

#800efc #f70efc #0e13fc

Monochromatic Colors of #800efc

#800efc

Complementary Color

#800efc #8afc0e

#800efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#800efc Color CSS Codes

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

#800efc Text Font Color

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

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


#800efc Background Color

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

This div background color is #800efc


#800efc Border Color

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

This div border color is #800efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800efc


Comments

No comments written yet.

Please login to write comment.