Color Hex Logo

#804bfc Color Hex

#804BFC
(128,75,252)
0 Favorites   0 Comments

Color spaces of #804bfc

RGB 12875252
HSL0.720.970.64
HSV258°70°99°
CMYK 0.490.700.00   0.01
XYZ28.988916.649693.7813
Yxy16.64960.20790.1194
Hunter Lab40.803955.4074-107.7059
CIE-Lab47.815561.4974-80.2631

#804bfc color RGB value is (128,75,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001011 11111100
Octal 200 113 374
Decimal 128 75 252
Hex 80 4B FC

RGB Percentages of Color #804bfc

%28.13
%16.48
%55.38

CMYK Percentages of Color #804bfc

%49
%70
%0
%1

Triadic Colors of #804bfc

#804bfc #fc804b #4bfc80

Analogous Colors of #804bfc

#804bfc #d94bfc #4b6ffc

Monochromatic Colors of #804bfc

#804bfc

Complementary Color

#804bfc #c7fc4b

#804bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#804bfc Color CSS Codes

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

#804bfc Text Font Color

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

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


#804bfc Background Color

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

This div background color is #804bfc


#804bfc Border Color

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

This div border color is #804bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804bfc


Comments

No comments written yet.

Please login to write comment.