Color Hex Logo

#804efe Color Hex

#804EFE
(128,78,254)
0 Favorites   0 Comments

Color spaces of #804efe

RGB 12878254
HSL0.710.990.65
HSV257°69°100°
CMYK 0.500.690.00   0.00
XYZ29.515917.193795.5290
Yxy17.19370.20750.1209
Hunter Lab41.465354.4960-107.5684
CIE-Lab48.503260.5604-80.2522

#804efe color RGB value is (128,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11111110
Octal 200 116 376
Decimal 128 78 254
Hex 80 4E FE

RGB Percentages of Color #804efe

%27.83
%16.96
%55.22

CMYK Percentages of Color #804efe

%50
%69
%0
%0

Triadic Colors of #804efe

#804efe #fe804e #4efe80

Analogous Colors of #804efe

#804efe #d84efe #4e74fe

Monochromatic Colors of #804efe

#804efe

Complementary Color

#804efe #ccfe4e

#804efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#804efe Color CSS Codes

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

#804efe Text Font Color

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

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


#804efe Background Color

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

This div background color is #804efe


#804efe Border Color

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

This div border color is #804efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804efe


Comments

No comments written yet.

Please login to write comment.