Color Hex Logo

#805aba Color Hex

#805ABA
(128,90,186)
0 Favorites   0 Comments

Color spaces of #805aba

RGB 12890186
HSL0.730.410.54
HSV264°52°73°
CMYK 0.310.520.00   0.27
XYZ21.421215.446748.3069
Yxy15.44670.25150.1814
Hunter Lab39.302328.5101-45.3624
CIE-Lab46.240036.0028-45.2282

#805aba color RGB value is (128,90,186).

#805aba hex color red value is 128, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #805aba hue: 0.73 , saturation: 0.41 and the lightness value of 805aba is 0.54.

The process color (four color CMYK) of #805aba color hex is 0.31, 0.52, 0.00, 0.27. Web safe color of #805aba is #9966cc. Color #805aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011010 10111010
Octal 200 132 272
Decimal 128 90 186
Hex 80 5A BA

RGB Percentages of Color #805aba

%31.68
%22.28
%46.04

CMYK Percentages of Color #805aba

%31
%52
%0
%27

Triadic Colors of #805aba

#805aba #ba805a #5aba80

Analogous Colors of #805aba

#805aba #b05aba #5a64ba

Monochromatic Colors of #805aba

#805aba

Complementary Color

#805aba #94ba5a

#805aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#805aba Color CSS Codes

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

#805aba Text Font Color

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

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


#805aba Background Color

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

This div background color is #805aba


#805aba Border Color

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

This div border color is #805aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805aba


Comments

No comments written yet.

Please login to write comment.