Color Hex Logo

#804ffc Color Hex

#804FFC
(128,79,252)
0 Favorites   0 Comments

Color spaces of #804ffc

RGB 12879252
HSL0.710.970.65
HSV257°69°99°
CMYK 0.490.690.00   0.01
XYZ29.268817.209493.8746
Yxy17.20940.20850.1226
Hunter Lab41.484253.3416-105.1284
CIE-Lab48.522859.5283-79.1066

#804ffc color RGB value is (128,79,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001111 11111100
Octal 200 117 374
Decimal 128 79 252
Hex 80 4F FC

RGB Percentages of Color #804ffc

%27.89
%17.21
%54.90

CMYK Percentages of Color #804ffc

%49
%69
%0
%1

Triadic Colors of #804ffc

#804ffc #fc804f #4ffc80

Analogous Colors of #804ffc

#804ffc #d74ffc #4f75fc

Monochromatic Colors of #804ffc

#804ffc

Complementary Color

#804ffc #cbfc4f

#804ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#804ffc Color CSS Codes

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

#804ffc Text Font Color

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

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


#804ffc Background Color

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

This div background color is #804ffc


#804ffc Border Color

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

This div border color is #804ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804ffc


Comments

No comments written yet.

Please login to write comment.