Color spaces of #9772cf
RGB | 151 | 114 | 207 |
---|---|---|---|
HSL | 0.73 | 0.49 | 0.63 |
HSV | 264° | 45° | 81° |
CMYK | 0.27 | 0.45 | 0.00 0.19 |
XYZ | 30.0423 | 23.1189 | 61.9105 |
Yxy | 23.1189 | 0.2611 | 0.2009 |
Hunter Lab | 48.0821 | 27.3853 | -42.6843 |
CIE-Lab | 55.1946 | 33.7191 | -42.9414 |
#9772cf color RGB value is (151,114,207).
#9772cf hex color red value is 151, green value is 114 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9772cf hue: 0.73 , saturation: 0.49 and the lightness value of 9772cf is 0.63.
The process color (four color CMYK) of #9772cf color hex is 0.27, 0.45, 0.00, 0.19. Web safe color of #9772cf is #9966cc. Color #9772cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01110010 | 11001111 |
Octal | 227 | 162 | 317 |
Decimal | 151 | 114 | 207 |
Hex | 97 | 72 | CF |
Shades of #9772cf
Tints of #9772cf
RGB Percentages of Color #9772cf
CMYK Percentages of Color #9772cf
Complementary Color
#9772cf | #aacf72 |
#9772cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9772cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9772cf Color CSS Codes
.mybgcolor {background-color:#9772cf; } .myforecolor {color:#9772cf; } .mybordercolor {border:3px solid #9772cf; }
#9772cf Text Font Color
<p style="color:#9772cf">Text here</p>
This sample text font color is #9772cf
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.
#9772cf Background Color
<div style="background-color:#9772cf">
Div content here</div>
This div background color is #9772cf
#9772cf Border Color
<div style="border:3px solid #9772cf">
Div here</div>
This div border color is #9772cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,114,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9772cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9772cf; -webkit-box-shadow: 1px 1px 3px 2px #9772cf; box-shadow: 1px 1px 3px 2px #9772cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,114,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9772cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9772cf; -webkit-box-shadow: 1px 1px 3px 2px #9772cf; box-shadow: 1px 1px 3px 2px #9772cf;">
Div content here</div>
This div box has shadow with color #9772cf
Comments
No comments written yet.
Please login to write comment.