Color Hex Logo

#806dba Color Hex

#806DBA
(128,109,186)
0 Favorites   0 Comments

Color spaces of #806dba

RGB 128109186
HSL0.710.360.58
HSV255°41°73°
CMYK 0.310.410.00   0.27
XYZ23.233719.071648.9110
Yxy19.07160.25470.2091
Hunter Lab43.671018.5406-35.8343
CIE-Lab50.770924.8241-38.0496

#806dba color RGB value is (128,109,186).

#806dba hex color red value is 128, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #806dba hue: 0.71 , saturation: 0.36 and the lightness value of 806dba is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101101 10111010
Octal 200 155 272
Decimal 128 109 186
Hex 80 6D BA

RGB Percentages of Color #806dba

%30.26
%25.77
%43.97

CMYK Percentages of Color #806dba

%31
%41
%0
%27

Triadic Colors of #806dba

#806dba #ba806d #6dba80

Analogous Colors of #806dba

#806dba #a76dba #6d81ba

Monochromatic Colors of #806dba

#806dba

Complementary Color

#806dba #a7ba6d

#806dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#806dba Color CSS Codes

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

#806dba Text Font Color

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

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


#806dba Background Color

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

This div background color is #806dba


#806dba Border Color

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

This div border color is #806dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806dba

#806dba Color Palettes


Comments

No comments written yet.

Please login to write comment.