Color Hex Logo

#806ab0 Color Hex

#806AB0
(128,106,176)
0 Favorites   0 Comments

Color spaces of #806ab0

RGB 128106176
HSL0.720.310.55
HSV259°40°69°
CMYK 0.270.400.00   0.31
XYZ21.892618.031943.4009
Yxy18.03190.26270.2164
Hunter Lab42.464017.7149-30.8734
CIE-Lab49.534824.0172-34.1983

#806ab0 color RGB value is (128,106,176).

#806ab0 hex color red value is 128, green value is 106 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #806ab0 hue: 0.72 , saturation: 0.31 and the lightness value of 806ab0 is 0.55.

The process color (four color CMYK) of #806ab0 color hex is 0.27, 0.40, 0.00, 0.31. Web safe color of #806ab0 is #996699. Color #806ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101010 10110000
Octal 200 152 260
Decimal 128 106 176
Hex 80 6A B0

RGB Percentages of Color #806ab0

%31.22
%25.85
%42.93

CMYK Percentages of Color #806ab0

%27
%40
%0
%31

Triadic Colors of #806ab0

#806ab0 #b0806a #6ab080

Analogous Colors of #806ab0

#806ab0 #a36ab0 #6a77b0

Monochromatic Colors of #806ab0

#806ab0

Complementary Color

#806ab0 #9ab06a

#806ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806ab0 Color CSS Codes

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

#806ab0 Text Font Color

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

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


#806ab0 Background Color

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

This div background color is #806ab0


#806ab0 Border Color

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

This div border color is #806ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806ab0


Comments

No comments written yet.

Please login to write comment.