Color Hex Logo

#805aac Color Hex

#805AAC
(128,90,172)
0 Favorites   0 Comments

Color spaces of #805aac

RGB 12890172
HSL0.740.330.51
HSV268°48°67°
CMYK 0.260.480.00   0.33
XYZ20.004614.880140.8475
Yxy14.88010.26410.1965
Hunter Lab38.574725.0631-35.7810
CIE-Lab45.469532.4630-38.2623

#805aac color RGB value is (128,90,172).

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

The process color (four color CMYK) of #805aac color hex is 0.26, 0.48, 0.00, 0.33. Web safe color of #805aac is #996699. Color #805aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011010 10101100
Octal 200 132 254
Decimal 128 90 172
Hex 80 5A AC

RGB Percentages of Color #805aac

%32.82
%23.08
%44.10

CMYK Percentages of Color #805aac

%26
%48
%0
%33

Triadic Colors of #805aac

#805aac #ac805a #5aac80

Analogous Colors of #805aac

#805aac #a95aac #5a5dac

Monochromatic Colors of #805aac

#805aac

Complementary Color

#805aac #86ac5a

#805aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#805aac Color CSS Codes

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

#805aac Text Font Color

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

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


#805aac Background Color

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

This div background color is #805aac


#805aac Border Color

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

This div border color is #805aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805aac


Comments

No comments written yet.

Please login to write comment.