Color spaces of #9476cf
RGB | 148 | 118 | 207 |
---|---|---|---|
HSL | 0.72 | 0.48 | 0.64 |
HSV | 260° | 43° | 81° |
CMYK | 0.29 | 0.43 | 0.00 0.19 |
XYZ | 29.9537 | 23.7578 | 62.0385 |
Yxy | 23.7578 | 0.2588 | 0.2053 |
Hunter Lab | 48.7420 | 24.3962 | -41.3446 |
CIE-Lab | 55.8445 | 30.5828 | -41.9350 |
#9476cf color RGB value is (148,118,207).
#9476cf hex color red value is 148, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9476cf hue: 0.72 , saturation: 0.48 and the lightness value of 9476cf is 0.64.
The process color (four color CMYK) of #9476cf color hex is 0.29, 0.43, 0.00, 0.19. Web safe color of #9476cf is #9966cc. Color #9476cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01110110 | 11001111 |
Octal | 224 | 166 | 317 |
Decimal | 148 | 118 | 207 |
Hex | 94 | 76 | CF |
Shades of #9476cf
Tints of #9476cf
RGB Percentages of Color #9476cf
CMYK Percentages of Color #9476cf
Complementary Color
#9476cf | #b1cf76 |
#9476cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9476cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9476cf Color CSS Codes
.mybgcolor {background-color:#9476cf; } .myforecolor {color:#9476cf; } .mybordercolor {border:3px solid #9476cf; }
#9476cf Text Font Color
<p style="color:#9476cf">Text here</p>
This sample text font color is #9476cf
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.
#9476cf Background Color
<div style="background-color:#9476cf">
Div content here</div>
This div background color is #9476cf
#9476cf Border Color
<div style="border:3px solid #9476cf">
Div here</div>
This div border color is #9476cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,118,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9476cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9476cf; -webkit-box-shadow: 1px 1px 3px 2px #9476cf; box-shadow: 1px 1px 3px 2px #9476cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,118,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 #9476cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9476cf; -webkit-box-shadow: 1px 1px 3px 2px #9476cf; box-shadow: 1px 1px 3px 2px #9476cf;">
Div content here</div>
This div box has shadow with color #9476cf
Comments
No comments written yet.
Please login to write comment.