Color Hex Logo

#804bfa Color Hex

#804BFA
(128,75,250)
0 Favorites   0 Comments

Color spaces of #804bfa

RGB 12875250
HSL0.720.950.64
HSV258°70°98°
CMYK 0.490.700.00   0.02
XYZ28.673516.523592.1206
Yxy16.52350.20880.1203
Hunter Lab40.649154.7763-105.9109
CIE-Lab47.653960.9686-79.4116

#804bfa color RGB value is (128,75,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001011 11111010
Octal 200 113 372
Decimal 128 75 250
Hex 80 4B FA

RGB Percentages of Color #804bfa

%28.26
%16.56
%55.19

CMYK Percentages of Color #804bfa

%49
%70
%0
%2

Triadic Colors of #804bfa

#804bfa #fa804b #4bfa80

Analogous Colors of #804bfa

#804bfa #d84bfa #4b6efa

Monochromatic Colors of #804bfa

#804bfa

Complementary Color

#804bfa #c5fa4b

#804bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#804bfa Color CSS Codes

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

#804bfa Text Font Color

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

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


#804bfa Background Color

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

This div background color is #804bfa


#804bfa Border Color

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

This div border color is #804bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804bfa


Comments

No comments written yet.

Please login to write comment.