Color spaces of #858baf
RGB | 133 | 139 | 175 |
---|---|---|---|
HSL | 0.64 | 0.21 | 0.60 |
HSV | 231° | 24° | 69° |
CMYK | 0.24 | 0.21 | 0.00 0.31 |
XYZ | 26.6433 | 26.5469 | 44.2773 |
Yxy | 26.5469 | 0.2734 | 0.2724 |
Hunter Lab | 51.5237 | 2.1373 | -14.8848 |
CIE-Lab | 58.5526 | 5.8828 | -19.6345 |
#858baf color RGB value is (133,139,175).
#858baf hex color red value is 133, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #858baf hue: 0.64 , saturation: 0.21 and the lightness value of 858baf is 0.60.
The process color (four color CMYK) of #858baf color hex is 0.24, 0.21, 0.00, 0.31. Web safe color of #858baf is #999999. Color #858baf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10001011 | 10101111 |
Octal | 205 | 213 | 257 |
Decimal | 133 | 139 | 175 |
Hex | 85 | 8B | AF |
Shades of #858baf
Tints of #858baf
RGB Percentages of Color #858baf
CMYK Percentages of Color #858baf
Complementary Color
#858baf | #afa985 |
#858baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#858baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#858baf Color CSS Codes
.mybgcolor {background-color:#858baf; } .myforecolor {color:#858baf; } .mybordercolor {border:3px solid #858baf; }
#858baf Text Font Color
<p style="color:#858baf">Text here</p>
This sample text font color is #858baf
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.
#858baf Background Color
<div style="background-color:#858baf">
Div content here</div>
This div background color is #858baf
#858baf Border Color
<div style="border:3px solid #858baf">
Div here</div>
This div border color is #858baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,139,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #858baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #858baf; -webkit-box-shadow: 1px 1px 3px 2px #858baf; box-shadow: 1px 1px 3px 2px #858baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,139,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #858baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #858baf; -webkit-box-shadow: 1px 1px 3px 2px #858baf; box-shadow: 1px 1px 3px 2px #858baf;">
Div content here</div>
This div box has shadow with color #858baf
Comments
No comments written yet.
Please login to write comment.