Color Hex Logo

#804afe Color Hex

#804AFE
(128,74,254)
0 Favorites   0 Comments

Color spaces of #804afe

RGB 12874254
HSL0.720.990.64
HSV258°71°100°
CMYK 0.500.710.00   0.00
XYZ29.240316.642595.4371
Yxy16.64250.20690.1178
Hunter Lab40.795256.5497-110.1475
CIE-Lab47.806462.5067-81.3921

#804afe color RGB value is (128,74,254).

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

The process color (four color CMYK) of #804afe color hex is 0.50, 0.71, 0.00, 0.00. Web safe color of #804afe is #9933ff. Color #804afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001010 11111110
Octal 200 112 376
Decimal 128 74 254
Hex 80 4A FE

RGB Percentages of Color #804afe

%28.07
%16.23
%55.70

CMYK Percentages of Color #804afe

%50
%71
%0
%0

Triadic Colors of #804afe

#804afe #fe804a #4afe80

Analogous Colors of #804afe

#804afe #da4afe #4a6efe

Monochromatic Colors of #804afe

#804afe

Complementary Color

#804afe #c8fe4a

#804afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#804afe Color CSS Codes

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

#804afe Text Font Color

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

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


#804afe Background Color

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

This div background color is #804afe


#804afe Border Color

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

This div border color is #804afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804afe

Related Colors


Comments

No comments written yet.

Please login to write comment.