Color Hex Logo

#806cb5 Color Hex

#806CB5
(128,108,181)
0 Favorites   0 Comments

Color spaces of #806cb5

RGB 128108181
HSL0.710.330.57
HSV256°40°71°
CMYK 0.290.400.00   0.29
XYZ22.605118.650546.1246
Yxy18.65050.25870.2134
Hunter Lab43.186217.8569-33.0937
CIE-Lab50.275824.1128-35.9375

#806cb5 color RGB value is (128,108,181).

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

The process color (four color CMYK) of #806cb5 color hex is 0.29, 0.40, 0.00, 0.29. Web safe color of #806cb5 is #9966cc. Color #806cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 10110101
Octal 200 154 265
Decimal 128 108 181
Hex 80 6C B5

RGB Percentages of Color #806cb5

%30.70
%25.90
%43.41

CMYK Percentages of Color #806cb5

%29
%40
%0
%29

Triadic Colors of #806cb5

#806cb5 #b5806c #6cb580

Analogous Colors of #806cb5

#806cb5 #a56cb5 #6c7db5

Monochromatic Colors of #806cb5

#806cb5

Complementary Color

#806cb5 #a1b56c

#806cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806cb5 Color CSS Codes

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

#806cb5 Text Font Color

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

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


#806cb5 Background Color

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

This div background color is #806cb5


#806cb5 Border Color

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

This div border color is #806cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806cb5


Comments

No comments written yet.

Please login to write comment.