Color spaces of #9767fb
RGB | 151 | 103 | 251 |
---|---|---|---|
HSL | 0.72 | 0.95 | 0.69 |
HSV | 259° | 59° | 98° |
CMYK | 0.40 | 0.59 | 0.00 0.02 |
XYZ | 35.0253 | 23.2448 | 93.9075 |
Yxy | 23.2448 | 0.2302 | 0.1527 |
Hunter Lab | 48.2129 | 45.3028 | -81.7342 |
CIE-Lab | 55.3236 | 51.0393 | -67.4033 |
#9767fb color RGB value is (151,103,251).
#9767fb hex color red value is 151, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9767fb hue: 0.72 , saturation: 0.95 and the lightness value of 9767fb is 0.69.
The process color (four color CMYK) of #9767fb color hex is 0.40, 0.59, 0.00, 0.02. Web safe color of #9767fb is #9966ff. Color #9767fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01100111 | 11111011 |
Octal | 227 | 147 | 373 |
Decimal | 151 | 103 | 251 |
Hex | 97 | 67 | FB |
Shades of #9767fb
Tints of #9767fb
RGB Percentages of Color #9767fb
CMYK Percentages of Color #9767fb
Complementary Color
#9767fb | #cbfb67 |
#9767fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9767fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9767fb Color CSS Codes
.mybgcolor {background-color:#9767fb; } .myforecolor {color:#9767fb; } .mybordercolor {border:3px solid #9767fb; }
#9767fb Text Font Color
<p style="color:#9767fb">Text here</p>
This sample text font color is #9767fb
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.
#9767fb Background Color
<div style="background-color:#9767fb">
Div content here</div>
This div background color is #9767fb
#9767fb Border Color
<div style="border:3px solid #9767fb">
Div here</div>
This div border color is #9767fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,103,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9767fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9767fb; -webkit-box-shadow: 1px 1px 3px 2px #9767fb; box-shadow: 1px 1px 3px 2px #9767fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,103,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9767fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9767fb; -webkit-box-shadow: 1px 1px 3px 2px #9767fb; box-shadow: 1px 1px 3px 2px #9767fb;">
Div content here</div>
This div box has shadow with color #9767fb
Comments
No comments written yet.
Please login to write comment.