Color spaces of #852fbe
RGB | 133 | 47 | 190 |
---|---|---|---|
HSL | 0.77 | 0.60 | 0.46 |
HSV | 276° | 75° | 75° |
CMYK | 0.30 | 0.75 | 0.00 0.25 |
XYZ | 19.9836 | 10.7373 | 49.7344 |
Yxy | 10.7373 | 0.2484 | 0.1335 |
Hunter Lab | 32.7678 | 51.5153 | -67.0518 |
CIE-Lab | 39.1344 | 59.6654 | -58.9672 |
#852fbe color RGB value is (133,47,190).
#852fbe hex color red value is 133, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #852fbe hue: 0.77 , saturation: 0.60 and the lightness value of 852fbe is 0.46.
The process color (four color CMYK) of #852fbe color hex is 0.30, 0.75, 0.00, 0.25. Web safe color of #852fbe is #9933cc. Color #852fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000101 | 00101111 | 10111110 |
Octal | 205 | 57 | 276 |
Decimal | 133 | 47 | 190 |
Hex | 85 | 2F | BE |
Shades of #852fbe
Tints of #852fbe
RGB Percentages of Color #852fbe
CMYK Percentages of Color #852fbe
Complementary Color
#852fbe | #68be2f |
#852fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#852fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#852fbe Color CSS Codes
.mybgcolor {background-color:#852fbe; } .myforecolor {color:#852fbe; } .mybordercolor {border:3px solid #852fbe; }
#852fbe Text Font Color
<p style="color:#852fbe">Text here</p>
This sample text font color is #852fbe
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.
#852fbe Background Color
<div style="background-color:#852fbe">
Div content here</div>
This div background color is #852fbe
#852fbe Border Color
<div style="border:3px solid #852fbe">
Div here</div>
This div border color is #852fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(133,47,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #852fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #852fbe; -webkit-box-shadow: 1px 1px 3px 2px #852fbe; box-shadow: 1px 1px 3px 2px #852fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,47,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #852fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #852fbe; -webkit-box-shadow: 1px 1px 3px 2px #852fbe; box-shadow: 1px 1px 3px 2px #852fbe;">
Div content here</div>
This div box has shadow with color #852fbe
Comments
No comments written yet.
Please login to write comment.