Color Hex Logo

#806cb2 Color Hex

#806CB2
(128,108,178)
0 Favorites   0 Comments

Color spaces of #806cb2

RGB 128108178
HSL0.710.310.56
HSV257°39°70°
CMYK 0.280.390.00   0.30
XYZ22.300518.528744.5205
Yxy18.52870.26130.2171
Hunter Lab43.045017.1476-31.1909
CIE-Lab50.131223.3383-34.4249

#806cb2 color RGB value is (128,108,178).

#806cb2 hex color red value is 128, green value is 108 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #806cb2 hue: 0.71 , saturation: 0.31 and the lightness value of 806cb2 is 0.56.

The process color (four color CMYK) of #806cb2 color hex is 0.28, 0.39, 0.00, 0.30. Web safe color of #806cb2 is #996699. Color #806cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 10110010
Octal 200 154 262
Decimal 128 108 178
Hex 80 6C B2

RGB Percentages of Color #806cb2

%30.92
%26.09
%43.00

CMYK Percentages of Color #806cb2

%28
%39
%0
%30

Triadic Colors of #806cb2

#806cb2 #b2806c #6cb280

Analogous Colors of #806cb2

#806cb2 #a36cb2 #6c7bb2

Monochromatic Colors of #806cb2

#806cb2

Complementary Color

#806cb2 #9eb26c

#806cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806cb2 Color CSS Codes

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

#806cb2 Text Font Color

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

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


#806cb2 Background Color

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

This div background color is #806cb2


#806cb2 Border Color

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

This div border color is #806cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806cb2


Comments

No comments written yet.

Please login to write comment.