Color Hex Logo

#804efc Color Hex

#804EFC
(128,78,252)
0 Favorites   0 Comments

Color spaces of #804efc

RGB 12878252
HSL0.710.970.65
HSV257°69°99°
CMYK 0.490.690.00   0.01
XYZ29.197217.066293.8507
Yxy17.06620.20840.1218
Hunter Lab41.311353.8622-105.7768
CIE-Lab48.343360.0263-79.3999

#804efc color RGB value is (128,78,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11111100
Octal 200 116 374
Decimal 128 78 252
Hex 80 4E FC

RGB Percentages of Color #804efc

%27.95
%17.03
%55.02

CMYK Percentages of Color #804efc

%49
%69
%0
%1

Triadic Colors of #804efc

#804efc #fc804e #4efc80

Analogous Colors of #804efc

#804efc #d74efc #4e73fc

Monochromatic Colors of #804efc

#804efc

Complementary Color

#804efc #cafc4e

#804efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#804efc Color CSS Codes

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

#804efc Text Font Color

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

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


#804efc Background Color

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

This div background color is #804efc


#804efc Border Color

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

This div border color is #804efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804efc


Comments

No comments written yet.

Please login to write comment.