Color Hex Logo

#800fef Color Hex

#800FEF
(128,15,239)
0 Favorites   0 Comments

Color spaces of #800fef

RGB 12815239
HSL0.750.880.50
HSV270°94°94°
CMYK 0.460.940.00   0.06
XYZ24.652911.162882.5166
Yxy11.16280.20830.0943
Hunter Lab33.410873.2414-123.0445
CIE-Lab39.853378.1226-86.0447

#800fef color RGB value is (128,15,239).

#800fef hex color red value is 128, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #800fef hue: 0.75 , saturation: 0.88 and the lightness value of 800fef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001111 11101111
Octal 200 17 357
Decimal 128 15 239
Hex 80 F EF

RGB Percentages of Color #800fef

%33.51
%3.93
%62.57

CMYK Percentages of Color #800fef

%46
%94
%0
%6

Triadic Colors of #800fef

#800fef #ef800f #0fef80

Analogous Colors of #800fef

#800fef #ef0fee #100fef

Monochromatic Colors of #800fef

#800fef

Complementary Color

#800fef #7eef0f

#800fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#800fef Color CSS Codes

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

#800fef Text Font Color

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

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


#800fef Background Color

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

This div background color is #800fef


#800fef Border Color

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

This div border color is #800fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800fef


Comments

No comments written yet.

Please login to write comment.