Color Hex Logo

#804beb Color Hex

#804BEB
(128,75,235)
0 Favorites   0 Comments

Color spaces of #804beb

RGB 12875235
HSL0.720.800.61
HSV260°68°92°
CMYK 0.460.680.00   0.08
XYZ26.413615.619580.2200
Yxy15.61950.21610.1278
Hunter Lab39.521550.1351-92.6806
CIE-Lab46.471357.0142-72.9269

#804beb color RGB value is (128,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001011 11101011
Octal 200 113 353
Decimal 128 75 235
Hex 80 4B EB

RGB Percentages of Color #804beb

%29.22
%17.12
%53.65

CMYK Percentages of Color #804beb

%46
%68
%0
%8

Triadic Colors of #804beb

#804beb #eb804b #4beb80

Analogous Colors of #804beb

#804beb #d04beb #4b66eb

Monochromatic Colors of #804beb

#804beb

Complementary Color

#804beb #b6eb4b

#804beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#804beb Color CSS Codes

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

#804beb Text Font Color

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

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


#804beb Background Color

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

This div background color is #804beb


#804beb Border Color

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

This div border color is #804beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804beb


Comments

No comments written yet.

Please login to write comment.