Color Hex Logo

#804890 Color Hex

#804890
(128,72,144)
0 Favorites   0 Comments

Color spaces of #804890

RGB 12872144
HSL0.800.330.42
HSV287°50°56°
CMYK 0.110.500.00   0.44
XYZ16.253511.237527.6980
Yxy11.23750.29450.2036
Hunter Lab33.522427.8825-25.5229
CIE-Lab39.977636.2447-30.2110

#804890 color RGB value is (128,72,144).

#804890 hex color red value is 128, green value is 72 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #804890 hue: 0.80 , saturation: 0.33 and the lightness value of 804890 is 0.42.

The process color (four color CMYK) of #804890 color hex is 0.11, 0.50, 0.00, 0.44. Web safe color of #804890 is #993399. Color #804890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001000 10010000
Octal 200 110 220
Decimal 128 72 144
Hex 80 48 90

RGB Percentages of Color #804890

%37.21
%20.93
%41.86

CMYK Percentages of Color #804890

%11
%50
%0
%44

Triadic Colors of #804890

#804890 #908048 #489080

Analogous Colors of #804890

#804890 #90487c #5c4890

Monochromatic Colors of #804890

#804890

Complementary Color

#804890 #589048

#804890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804890 Color CSS Codes

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

#804890 Text Font Color

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

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


#804890 Background Color

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

This div background color is #804890


#804890 Border Color

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

This div border color is #804890


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,72,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804890; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804890;
  -webkit-box-shadow: 1px 1px 3px 2px #804890;
  box-shadow:         1px 1px 3px 2px #804890; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804890


Comments

No comments written yet.

Please login to write comment.