Color spaces of #858bca
RGB | 133 | 139 | 202 |
---|---|---|---|
HSL | 0.65 | 0.39 | 0.66 |
HSV | 235° | 34° | 79° |
CMYK | 0.34 | 0.31 | 0.00 0.21 |
XYZ | 29.5662 | 27.7161 | 59.6685 |
Yxy | 27.7161 | 0.2528 | 0.2370 |
Hunter Lab | 52.6461 | 8.1155 | -30.3464 |
CIE-Lab | 59.6314 | 12.7863 | -33.2670 |
#858bca color RGB value is (133,139,202).
#858bca hex color red value is 133, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #858bca hue: 0.65 , saturation: 0.39 and the lightness value of 858bca is 0.66.
The process color (four color CMYK) of #858bca color hex is 0.34, 0.31, 0.00, 0.21. Web safe color of #858bca is #9999cc. Color #858bca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 10001011 | 11001010 |
Octal | 205 | 213 | 312 |
Decimal | 133 | 139 | 202 |
Hex | 85 | 8B | CA |
Shades of #858bca
Tints of #858bca
RGB Percentages of Color #858bca
CMYK Percentages of Color #858bca
Complementary Color
#858bca | #cac485 |
#858bca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#858bca Color Preview on White Background
Lorem ipsum dolor sit amet.
#858bca Color CSS Codes
.mybgcolor {background-color:#858bca; } .myforecolor {color:#858bca; } .mybordercolor {border:3px solid #858bca; }
#858bca Text Font Color
<p style="color:#858bca">Text here</p>
This sample text font color is #858bca
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.
#858bca Background Color
<div style="background-color:#858bca">
Div content here</div>
This div background color is #858bca
#858bca Border Color
<div style="border:3px solid #858bca">
Div here</div>
This div border color is #858bca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,139,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #858bca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #858bca; -webkit-box-shadow: 1px 1px 3px 2px #858bca; box-shadow: 1px 1px 3px 2px #858bca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,139,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #858bca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #858bca; -webkit-box-shadow: 1px 1px 3px 2px #858bca; box-shadow: 1px 1px 3px 2px #858bca;">
Div content here</div>
This div box has shadow with color #858bca
Comments
No comments written yet.
Please login to write comment.