Color spaces of #9752cb
RGB | 151 | 82 | 203 |
---|---|---|---|
HSL | 0.76 | 0.54 | 0.56 |
HSV | 274° | 60° | 80° |
CMYK | 0.26 | 0.60 | 0.00 0.20 |
XYZ | 26.5593 | 16.9257 | 58.3671 |
Yxy | 16.9257 | 0.2608 | 0.1662 |
Hunter Lab | 41.1409 | 43.2377 | -55.3169 |
CIE-Lab | 48.1663 | 50.3070 | -51.8358 |
#9752cb color RGB value is (151,82,203).
#9752cb hex color red value is 151, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9752cb hue: 0.76 , saturation: 0.54 and the lightness value of 9752cb is 0.56.
The process color (four color CMYK) of #9752cb color hex is 0.26, 0.60, 0.00, 0.20. Web safe color of #9752cb is #9966cc. Color #9752cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01010010 | 11001011 |
Octal | 227 | 122 | 313 |
Decimal | 151 | 82 | 203 |
Hex | 97 | 52 | CB |
Shades of #9752cb
Tints of #9752cb
RGB Percentages of Color #9752cb
CMYK Percentages of Color #9752cb
Complementary Color
#9752cb | #86cb52 |
#9752cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9752cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9752cb Color CSS Codes
.mybgcolor {background-color:#9752cb; } .myforecolor {color:#9752cb; } .mybordercolor {border:3px solid #9752cb; }
#9752cb Text Font Color
<p style="color:#9752cb">Text here</p>
This sample text font color is #9752cb
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.
#9752cb Background Color
<div style="background-color:#9752cb">
Div content here</div>
This div background color is #9752cb
#9752cb Border Color
<div style="border:3px solid #9752cb">
Div here</div>
This div border color is #9752cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,82,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9752cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9752cb; -webkit-box-shadow: 1px 1px 3px 2px #9752cb; box-shadow: 1px 1px 3px 2px #9752cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,82,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 #9752cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9752cb; -webkit-box-shadow: 1px 1px 3px 2px #9752cb; box-shadow: 1px 1px 3px 2px #9752cb;">
Div content here</div>
This div box has shadow with color #9752cb
Comments
No comments written yet.
Please login to write comment.