Color Hex Logo

#804eeb Color Hex

#804EEB
(128,78,235)
0 Favorites   0 Comments

Color spaces of #804eeb

RGB 12878235
HSL0.720.800.61
HSV259°67°92°
CMYK 0.460.670.00   0.08
XYZ26.621916.036180.2894
Yxy16.03610.21650.1304
Hunter Lab40.045148.5875-90.8434
CIE-Lab47.021855.4967-72.0297

#804eeb color RGB value is (128,78,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11101011
Octal 200 116 353
Decimal 128 78 235
Hex 80 4E EB

RGB Percentages of Color #804eeb

%29.02
%17.69
%53.29

CMYK Percentages of Color #804eeb

%46
%67
%0
%8

Triadic Colors of #804eeb

#804eeb #eb804e #4eeb80

Analogous Colors of #804eeb

#804eeb #cf4eeb #4e6beb

Monochromatic Colors of #804eeb

#804eeb

Complementary Color

#804eeb #b9eb4e

#804eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#804eeb Color CSS Codes

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

#804eeb Text Font Color

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

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


#804eeb Background Color

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

This div background color is #804eeb


#804eeb Border Color

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

This div border color is #804eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804eeb


Comments

No comments written yet.

Please login to write comment.