Color Hex Logo

#804ade Color Hex

#804ADE
(128,74,222)
0 Favorites   0 Comments

Color spaces of #804ade

RGB 12874222
HSL0.730.690.58
HSV262°67°87°
CMYK 0.420.670.00   0.13
XYZ24.535714.760770.6632
Yxy14.76070.22310.1342
Hunter Lab38.419746.7599-82.1551
CIE-Lab45.304754.1192-67.4597

#804ade color RGB value is (128,74,222).

#804ade hex color red value is 128, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #804ade hue: 0.73 , saturation: 0.69 and the lightness value of 804ade is 0.58.

The process color (four color CMYK) of #804ade color hex is 0.42, 0.67, 0.00, 0.13. Web safe color of #804ade is #9933cc. Color #804ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001010 11011110
Octal 200 112 336
Decimal 128 74 222
Hex 80 4A DE

RGB Percentages of Color #804ade

%30.19
%17.45
%52.36

CMYK Percentages of Color #804ade

%42
%67
%0
%13

Triadic Colors of #804ade

#804ade #de804a #4ade80

Analogous Colors of #804ade

#804ade #ca4ade #4a5ede

Monochromatic Colors of #804ade

#804ade

Complementary Color

#804ade #a8de4a

#804ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#804ade Color CSS Codes

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

#804ade Text Font Color

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

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


#804ade Background Color

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

This div background color is #804ade


#804ade Border Color

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

This div border color is #804ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804ade


Comments

No comments written yet.

Please login to write comment.