Color spaces of #917bcf
RGB | 145 | 123 | 207 |
---|---|---|---|
HSL | 0.71 | 0.47 | 0.65 |
HSV | 256° | 41° | 81° |
CMYK | 0.30 | 0.41 | 0.00 0.19 |
XYZ | 30.0225 | 24.6907 | 62.2149 |
Yxy | 24.6907 | 0.2568 | 0.2112 |
Hunter Lab | 49.6897 | 20.8925 | -39.4523 |
CIE-Lab | 56.7728 | 26.8416 | -40.4914 |
#917bcf color RGB value is (145,123,207).
#917bcf hex color red value is 145, green value is 123 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #917bcf hue: 0.71 , saturation: 0.47 and the lightness value of 917bcf is 0.65.
The process color (four color CMYK) of #917bcf color hex is 0.30, 0.41, 0.00, 0.19. Web safe color of #917bcf is #9966cc. Color #917bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01111011 | 11001111 |
Octal | 221 | 173 | 317 |
Decimal | 145 | 123 | 207 |
Hex | 91 | 7B | CF |
Shades of #917bcf
Tints of #917bcf
RGB Percentages of Color #917bcf
CMYK Percentages of Color #917bcf
Complementary Color
#917bcf | #b9cf7b |
#917bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#917bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#917bcf Color CSS Codes
.mybgcolor {background-color:#917bcf; } .myforecolor {color:#917bcf; } .mybordercolor {border:3px solid #917bcf; }
#917bcf Text Font Color
<p style="color:#917bcf">Text here</p>
This sample text font color is #917bcf
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.
#917bcf Background Color
<div style="background-color:#917bcf">
Div content here</div>
This div background color is #917bcf
#917bcf Border Color
<div style="border:3px solid #917bcf">
Div here</div>
This div border color is #917bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,123,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #917bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #917bcf; -webkit-box-shadow: 1px 1px 3px 2px #917bcf; box-shadow: 1px 1px 3px 2px #917bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,123,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 #917bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #917bcf; -webkit-box-shadow: 1px 1px 3px 2px #917bcf; box-shadow: 1px 1px 3px 2px #917bcf;">
Div content here</div>
This div box has shadow with color #917bcf
Comments
No comments written yet.
Please login to write comment.