Color Hex Logo

#8014fe Color Hex

#8014FE
(128,20,254)
0 Favorites   0 Comments

Color spaces of #8014fe

RGB 12820254
HSL0.740.990.54
HSV268°92°100°
CMYK 0.500.920.00   0.00
XYZ27.041612.245394.7043
Yxy12.24530.20180.0914
Hunter Lab34.993376.7004-135.9646
CIE-Lab41.603480.5623-91.5959

#8014fe color RGB value is (128,20,254).

#8014fe hex color red value is 128, green value is 20 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8014fe hue: 0.74 , saturation: 0.99 and the lightness value of 8014fe is 0.54.

The process color (four color CMYK) of #8014fe color hex is 0.50, 0.92, 0.00, 0.00. Web safe color of #8014fe is #9900ff. Color #8014fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010100 11111110
Octal 200 24 376
Decimal 128 20 254
Hex 80 14 FE

RGB Percentages of Color #8014fe

%31.84
%4.98
%63.18

CMYK Percentages of Color #8014fe

%50
%92
%0
%0

Triadic Colors of #8014fe

#8014fe #fe8014 #14fe80

Analogous Colors of #8014fe

#8014fe #f514fe #141dfe

Monochromatic Colors of #8014fe

#8014fe

Complementary Color

#8014fe #92fe14

#8014fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8014fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8014fe Color CSS Codes

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

#8014fe Text Font Color

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

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


#8014fe Background Color

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

This div background color is #8014fe


#8014fe Border Color

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

This div border color is #8014fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8014fe

Related Colors


Comments

No comments written yet.

Please login to write comment.