Color Hex Logo

#806fab Color Hex

#806FAB
(128,111,171)
0 Favorites   0 Comments

Color spaces of #806fab

RGB 128111171
HSL0.710.260.55
HSV257°35°67°
CMYK 0.250.350.00   0.33
XYZ21.937218.898341.0196
Yxy18.89830.26800.2309
Hunter Lab43.472213.9995-25.5145
CIE-Lab50.568019.7716-29.6741

#806fab color RGB value is (128,111,171).

#806fab hex color red value is 128, green value is 111 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #806fab hue: 0.71 , saturation: 0.26 and the lightness value of 806fab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101111 10101011
Octal 200 157 253
Decimal 128 111 171
Hex 80 6F AB

RGB Percentages of Color #806fab

%31.22
%27.07
%41.71

CMYK Percentages of Color #806fab

%25
%35
%0
%33

Triadic Colors of #806fab

#806fab #ab806f #6fab80

Analogous Colors of #806fab

#806fab #9e6fab #6f7cab

Monochromatic Colors of #806fab

#806fab

Complementary Color

#806fab #9aab6f

#806fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#806fab Color CSS Codes

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

#806fab Text Font Color

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

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


#806fab Background Color

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

This div background color is #806fab


#806fab Border Color

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

This div border color is #806fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806fab


Comments

No comments written yet.

Please login to write comment.