Color Hex Logo

#804afb Color Hex

#804AFB
(128,74,251)
0 Favorites   0 Comments

Color spaces of #804afb

RGB 12874251
HSL0.720.960.64
HSV258°71°98°
CMYK 0.490.710.00   0.02
XYZ28.763516.451892.9263
Yxy16.45180.20820.1191
Hunter Lab40.560855.6009-107.4430
CIE-Lab47.561761.7165-80.1205

#804afb color RGB value is (128,74,251).

#804afb hex color red value is 128, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #804afb hue: 0.72 , saturation: 0.96 and the lightness value of 804afb is 0.64.

The process color (four color CMYK) of #804afb color hex is 0.49, 0.71, 0.00, 0.02. Web safe color of #804afb is #9933ff. Color #804afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001010 11111011
Octal 200 112 373
Decimal 128 74 251
Hex 80 4A FB

RGB Percentages of Color #804afb

%28.26
%16.34
%55.41

CMYK Percentages of Color #804afb

%49
%71
%0
%2

Triadic Colors of #804afb

#804afb #fb804a #4afb80

Analogous Colors of #804afb

#804afb #d94afb #4a6dfb

Monochromatic Colors of #804afb

#804afb

Complementary Color

#804afb #c5fb4a

#804afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#804afb Color CSS Codes

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

#804afb Text Font Color

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

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


#804afb Background Color

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

This div background color is #804afb


#804afb Border Color

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

This div border color is #804afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804afb


Comments

No comments written yet.

Please login to write comment.