Color Hex Logo

#804eff Color Hex

#804EFF
(128,78,255)
0 Favorites   0 Comments

Color spaces of #804eff

RGB 12878255
HSL0.711.000.65
HSV257°69°100°
CMYK 0.500.690.00   0.00
XYZ29.676517.258096.3747
Yxy17.25800.20710.1204
Hunter Lab41.542754.8135-108.4665
CIE-Lab48.583560.8273-80.6771

#804eff color RGB value is (128,78,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11111111
Octal 200 116 377
Decimal 128 78 255
Hex 80 4E FF

RGB Percentages of Color #804eff

%27.77
%16.92
%55.31

CMYK Percentages of Color #804eff

%50
%69
%0
%0

Triadic Colors of #804eff

#804eff #ff804e #4eff80

Analogous Colors of #804eff

#804eff #d94eff #4e75ff

Monochromatic Colors of #804eff

#804eff

Complementary Color

#804eff #cdff4e

#804eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#804eff Color CSS Codes

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

#804eff Text Font Color

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

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


#804eff Background Color

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

This div background color is #804eff


#804eff Border Color

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

This div border color is #804eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804eff


Comments

No comments written yet.

Please login to write comment.