Color Hex Logo

#806baa Color Hex

#806BAA
(128,107,170)
0 Favorites   0 Comments

Color spaces of #806baa

RGB 128107170
HSL0.720.270.54
HSV260°37°67°
CMYK 0.250.370.00   0.33
XYZ21.415518.006940.3772
Yxy18.00690.26840.2257
Hunter Lab42.434515.8234-26.7113
CIE-Lab49.504521.9050-30.7498

#806baa color RGB value is (128,107,170).

#806baa hex color red value is 128, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #806baa hue: 0.72 , saturation: 0.27 and the lightness value of 806baa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 10101010
Octal 200 153 252
Decimal 128 107 170
Hex 80 6B AA

RGB Percentages of Color #806baa

%31.60
%26.42
%41.98

CMYK Percentages of Color #806baa

%25
%37
%0
%33

Triadic Colors of #806baa

#806baa #aa806b #6baa80

Analogous Colors of #806baa

#806baa #a06baa #6b76aa

Monochromatic Colors of #806baa

#806baa

Complementary Color

#806baa #95aa6b

#806baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#806baa Color CSS Codes

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

#806baa Text Font Color

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

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


#806baa Background Color

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

This div background color is #806baa


#806baa Border Color

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

This div border color is #806baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806baa


Comments

No comments written yet.

Please login to write comment.