Color Hex Logo

#8014ef Color Hex

#8014EF
(128,20,239)
0 Favorites   0 Comments

Color spaces of #8014ef

RGB 12820239
HSL0.750.870.51
HSV270°92°94°
CMYK 0.460.920.00   0.06
XYZ24.732211.321582.5431
Yxy11.32150.20850.0955
Hunter Lab33.647472.3216-121.8956
CIE-Lab40.116877.3286-85.6100

#8014ef color RGB value is (128,20,239).

#8014ef hex color red value is 128, green value is 20 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8014ef hue: 0.75 , saturation: 0.87 and the lightness value of 8014ef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010100 11101111
Octal 200 24 357
Decimal 128 20 239
Hex 80 14 EF

RGB Percentages of Color #8014ef

%33.07
%5.17
%61.76

CMYK Percentages of Color #8014ef

%46
%92
%0
%6

Triadic Colors of #8014ef

#8014ef #ef8014 #14ef80

Analogous Colors of #8014ef

#8014ef #ee14ef #1415ef

Monochromatic Colors of #8014ef

#8014ef

Complementary Color

#8014ef #83ef14

#8014ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8014ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8014ef Color CSS Codes

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

#8014ef Text Font Color

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

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


#8014ef Background Color

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

This div background color is #8014ef


#8014ef Border Color

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

This div border color is #8014ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8014ef


Comments

No comments written yet.

Please login to write comment.