Color Hex Logo

#804ede Color Hex

#804EDE
(128,78,222)
0 Favorites   0 Comments

Color spaces of #804ede

RGB 12878222
HSL0.720.690.59
HSV261°65°87°
CMYK 0.420.650.00   0.13
XYZ24.811315.311970.7550
Yxy15.31190.22380.1381
Hunter Lab39.130444.7027-79.8159
CIE-Lab46.058552.0578-66.2350

#804ede color RGB value is (128,78,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 11011110
Octal 200 116 336
Decimal 128 78 222
Hex 80 4E DE

RGB Percentages of Color #804ede

%29.91
%18.22
%51.87

CMYK Percentages of Color #804ede

%42
%65
%0
%13

Triadic Colors of #804ede

#804ede #de804e #4ede80

Analogous Colors of #804ede

#804ede #c84ede #4e64de

Monochromatic Colors of #804ede

#804ede

Complementary Color

#804ede #acde4e

#804ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#804ede Color CSS Codes

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

#804ede Text Font Color

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

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


#804ede Background Color

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

This div background color is #804ede


#804ede Border Color

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

This div border color is #804ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804ede


Comments

No comments written yet.

Please login to write comment.