Color Hex Logo

#802890 Color Hex

#802890
(128,40,144)
0 Favorites   0 Comments

Color spaces of #802890

RGB 12840144
HSL0.810.570.36
HSV291°72°56°
CMYK 0.110.720.00   0.44
XYZ14.69498.120427.1784
Yxy8.12040.29390.1624
Hunter Lab28.496342.1798-36.6005
CIE-Lab34.232451.8380-39.3192

#802890 color RGB value is (128,40,144).

#802890 hex color red value is 128, green value is 40 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #802890 hue: 0.81 , saturation: 0.57 and the lightness value of 802890 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101000 10010000
Octal 200 50 220
Decimal 128 40 144
Hex 80 28 90

RGB Percentages of Color #802890

%41.03
%12.82
%46.15

CMYK Percentages of Color #802890

%11
%72
%0
%44

Triadic Colors of #802890

#802890 #908028 #289080

Analogous Colors of #802890

#802890 #90286c #4c2890

Monochromatic Colors of #802890

#802890

Complementary Color

#802890 #389028

#802890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802890 Color CSS Codes

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

#802890 Text Font Color

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

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


#802890 Background Color

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

This div background color is #802890


#802890 Border Color

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

This div border color is #802890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802890


Comments

No comments written yet.

Please login to write comment.