Color Hex Logo

#805aaf Color Hex

#805AAF
(128,90,175)
0 Favorites   0 Comments

Color spaces of #805aaf

RGB 12890175
HSL0.740.350.52
HSV267°49°69°
CMYK 0.270.490.00   0.31
XYZ20.296114.996742.3824
Yxy14.99670.26130.1931
Hunter Lab38.725625.7822-37.7808
CIE-Lab45.629733.2104-39.7707

#805aaf color RGB value is (128,90,175).

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

The process color (four color CMYK) of #805aaf color hex is 0.27, 0.49, 0.00, 0.31. Web safe color of #805aaf is #996699. Color #805aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011010 10101111
Octal 200 132 257
Decimal 128 90 175
Hex 80 5A AF

RGB Percentages of Color #805aaf

%32.57
%22.90
%44.53

CMYK Percentages of Color #805aaf

%27
%49
%0
%31

Triadic Colors of #805aaf

#805aaf #af805a #5aaf80

Analogous Colors of #805aaf

#805aaf #ab5aaf #5a5faf

Monochromatic Colors of #805aaf

#805aaf

Complementary Color

#805aaf #89af5a

#805aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#805aaf Color CSS Codes

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

#805aaf Text Font Color

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

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


#805aaf Background Color

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

This div background color is #805aaf


#805aaf Border Color

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

This div border color is #805aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805aaf


Comments

No comments written yet.

Please login to write comment.