Color Hex Logo

#802baa Color Hex

#802BAA
(128,43,170)
0 Favorites   0 Comments

Color spaces of #802baa

RGB 12843170
HSL0.780.600.42
HSV280°75°67°
CMYK 0.250.750.00   0.33
XYZ17.02179.219238.9126
Yxy9.21920.26130.1415
Hunter Lab30.363146.9324-54.7303
CIE-Lab36.402955.9580-51.5798

#802baa color RGB value is (128,43,170).

#802baa hex color red value is 128, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #802baa hue: 0.78 , saturation: 0.60 and the lightness value of 802baa is 0.42.

The process color (four color CMYK) of #802baa color hex is 0.25, 0.75, 0.00, 0.33. Web safe color of #802baa is #993399. Color #802baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101011 10101010
Octal 200 53 252
Decimal 128 43 170
Hex 80 2B AA

RGB Percentages of Color #802baa

%37.54
%12.61
%49.85

CMYK Percentages of Color #802baa

%25
%75
%0
%33

Triadic Colors of #802baa

#802baa #aa802b #2baa80

Analogous Colors of #802baa

#802baa #aa2b95 #412baa

Monochromatic Colors of #802baa

#802baa

Complementary Color

#802baa #55aa2b

#802baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#802baa Color CSS Codes

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

#802baa Text Font Color

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

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


#802baa Background Color

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

This div background color is #802baa


#802baa Border Color

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

This div border color is #802baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,43,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802baa;
  -webkit-box-shadow: 1px 1px 3px 2px #802baa;
  box-shadow:         1px 1px 3px 2px #802baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802baa


Comments

No comments written yet.

Please login to write comment.