Color Hex Logo

#804cfc Color Hex

#804CFC
(128,76,252)
0 Favorites   0 Comments

Color spaces of #804cfc

RGB 12876252
HSL0.720.970.64
HSV258°70°99°
CMYK 0.490.700.00   0.01
XYZ29.057216.786493.8041
Yxy16.78640.20810.1202
Hunter Lab40.971254.8944-107.0654
CIE-Lab47.989861.0103-79.9780

#804cfc color RGB value is (128,76,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001100 11111100
Octal 200 114 374
Decimal 128 76 252
Hex 80 4C FC

RGB Percentages of Color #804cfc

%28.07
%16.67
%55.26

CMYK Percentages of Color #804cfc

%49
%70
%0
%1

Triadic Colors of #804cfc

#804cfc #fc804c #4cfc80

Analogous Colors of #804cfc

#804cfc #d84cfc #4c70fc

Monochromatic Colors of #804cfc

#804cfc

Complementary Color

#804cfc #c8fc4c

#804cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#804cfc Color CSS Codes

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

#804cfc Text Font Color

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

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


#804cfc Background Color

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

This div background color is #804cfc


#804cfc Border Color

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

This div border color is #804cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804cfc


Comments

No comments written yet.

Please login to write comment.