Color Hex Logo

#805baa Color Hex

#805BAA
(128,91,170)
0 Favorites   0 Comments

Color spaces of #805baa

RGB 12891170
HSL0.740.320.51
HSV268°46°67°
CMYK 0.250.460.00   0.33
XYZ19.898914.973639.8716
Yxy14.97360.26620.2003
Hunter Lab38.695724.0743-34.0047
CIE-Lab45.598031.3845-36.8828

#805baa color RGB value is (128,91,170).

#805baa hex color red value is 128, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #805baa hue: 0.74 , saturation: 0.32 and the lightness value of 805baa is 0.51.

The process color (four color CMYK) of #805baa color hex is 0.25, 0.46, 0.00, 0.33. Web safe color of #805baa is #996699. Color #805baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011011 10101010
Octal 200 133 252
Decimal 128 91 170
Hex 80 5B AA

RGB Percentages of Color #805baa

%32.90
%23.39
%43.70

CMYK Percentages of Color #805baa

%25
%46
%0
%33

Triadic Colors of #805baa

#805baa #aa805b #5baa80

Analogous Colors of #805baa

#805baa #a85baa #5b5eaa

Monochromatic Colors of #805baa

#805baa

Complementary Color

#805baa #85aa5b

#805baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#805baa Color CSS Codes

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

#805baa Text Font Color

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

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


#805baa Background Color

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

This div background color is #805baa


#805baa Border Color

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

This div border color is #805baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805baa


Comments

No comments written yet.

Please login to write comment.