Color Hex Logo

#806bbd Color Hex

#806BBD
(128,107,189)
0 Favorites   0 Comments

Color spaces of #806bbd

RGB 128107189
HSL0.710.380.58
HSV255°43°74°
CMYK 0.320.430.00   0.26
XYZ23.345118.778750.5383
Yxy18.77870.25190.2027
Hunter Lab43.334420.3263-38.8123
CIE-Lab50.427326.8039-40.3222

#806bbd color RGB value is (128,107,189).

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

The process color (four color CMYK) of #806bbd color hex is 0.32, 0.43, 0.00, 0.26. Web safe color of #806bbd is #9966cc. Color #806bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 10111101
Octal 200 153 275
Decimal 128 107 189
Hex 80 6B BD

RGB Percentages of Color #806bbd

%30.19
%25.24
%44.58

CMYK Percentages of Color #806bbd

%32
%43
%0
%26

Triadic Colors of #806bbd

#806bbd #bd806b #6bbd80

Analogous Colors of #806bbd

#806bbd #a96bbd #6b7fbd

Monochromatic Colors of #806bbd

#806bbd

Complementary Color

#806bbd #a8bd6b

#806bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#806bbd Color CSS Codes

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

#806bbd Text Font Color

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

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


#806bbd Background Color

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

This div background color is #806bbd


#806bbd Border Color

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

This div border color is #806bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806bbd


Comments

No comments written yet.

Please login to write comment.