Color Hex Logo

#804eef Color Hex

#804EEF
(128,78,239)
0 Favorites   0 Comments

Color spaces of #804eef

RGB 12878239
HSL0.720.830.62
HSV259°67°94°
CMYK 0.460.670.00   0.06
XYZ27.206516.270083.3678
Yxy16.27000.21450.1283
Hunter Lab40.336149.8092-94.3070
CIE-Lab47.326756.5596-73.7844

#804eef color RGB value is (128,78,239).

#804eef hex color red value is 128, green value is 78 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #804eef hue: 0.72 , saturation: 0.83 and the lightness value of 804eef is 0.62.

The process color (four color CMYK) of #804eef color hex is 0.46, 0.67, 0.00, 0.06. Web safe color of #804eef is #9966ff. Color #804eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11101111
Octal 200 116 357
Decimal 128 78 239
Hex 80 4E EF

RGB Percentages of Color #804eef

%28.76
%17.53
%53.71

CMYK Percentages of Color #804eef

%46
%67
%0
%6

Triadic Colors of #804eef

#804eef #ef804e #4eef80

Analogous Colors of #804eef

#804eef #d14eef #4e6def

Monochromatic Colors of #804eef

#804eef

Complementary Color

#804eef #bdef4e

#804eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#804eef Color CSS Codes

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

#804eef Text Font Color

<p style="color:#804eef">Text here</p>

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


#804eef Background Color

<div style="background-color:#804eef">
Div content here</div>

This div background color is #804eef


#804eef Border Color

<div style="border:3px solid #804eef">
Div here</div>

This div border color is #804eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804eef


Comments

No comments written yet.

Please login to write comment.