Color Hex Logo

#804efa Color Hex

#804EFA
(128,78,250)
0 Favorites   0 Comments

Color spaces of #804efa

RGB 12878250
HSL0.720.950.64
HSV257°69°98°
CMYK 0.490.690.00   0.02
XYZ28.881816.940192.1900
Yxy16.94010.20930.1227
Hunter Lab41.158453.2306-103.9920
CIE-Lab48.184559.4919-78.5444

#804efa color RGB value is (128,78,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11111010
Octal 200 116 372
Decimal 128 78 250
Hex 80 4E FA

RGB Percentages of Color #804efa

%28.07
%17.11
%54.82

CMYK Percentages of Color #804efa

%49
%69
%0
%2

Triadic Colors of #804efa

#804efa #fa804e #4efa80

Analogous Colors of #804efa

#804efa #d64efa #4e72fa

Monochromatic Colors of #804efa

#804efa

Complementary Color

#804efa #c8fa4e

#804efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#804efa Color CSS Codes

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

#804efa Text Font Color

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

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


#804efa Background Color

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

This div background color is #804efa


#804efa Border Color

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

This div border color is #804efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804efa


Comments

No comments written yet.

Please login to write comment.