Color spaces of #806fcb
RGB | 128 | 111 | 203 |
---|---|---|---|
HSL | 0.70 | 0.47 | 0.62 |
HSV | 251° | 45° | 80° |
CMYK | 0.37 | 0.45 | 0.00 0.20 |
XYZ | 25.3660 | 20.2699 | 59.0755 |
Yxy | 20.2699 | 0.2422 | 0.1936 |
Hunter Lab | 45.0221 | 21.7804 | -46.2816 |
CIE-Lab | 52.1410 | 28.2038 | -45.6375 |
#806fcb color RGB value is (128,111,203).
#806fcb hex color red value is 128, green value is 111 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #806fcb hue: 0.70 , saturation: 0.47 and the lightness value of 806fcb is 0.62.
The process color (four color CMYK) of #806fcb color hex is 0.37, 0.45, 0.00, 0.20. Web safe color of #806fcb is #9966cc. Color #806fcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01101111 | 11001011 |
Octal | 200 | 157 | 313 |
Decimal | 128 | 111 | 203 |
Hex | 80 | 6F | CB |
Shades of #806fcb
Tints of #806fcb
RGB Percentages of Color #806fcb
CMYK Percentages of Color #806fcb
Complementary Color
#806fcb | #bacb6f |
#806fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#806fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#806fcb Color CSS Codes
.mybgcolor {background-color:#806fcb; } .myforecolor {color:#806fcb; } .mybordercolor {border:3px solid #806fcb; }
#806fcb Text Font Color
<p style="color:#806fcb">Text here</p>
This sample text font color is #806fcb
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.
#806fcb Background Color
<div style="background-color:#806fcb">
Div content here</div>
This div background color is #806fcb
#806fcb Border Color
<div style="border:3px solid #806fcb">
Div here</div>
This div border color is #806fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,111,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #806fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #806fcb; -webkit-box-shadow: 1px 1px 3px 2px #806fcb; box-shadow: 1px 1px 3px 2px #806fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,111,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #806fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #806fcb; -webkit-box-shadow: 1px 1px 3px 2px #806fcb; box-shadow: 1px 1px 3px 2px #806fcb;">
Div content here</div>
This div box has shadow with color #806fcb
Comments
No comments written yet.
Please login to write comment.