Color spaces of #9063bf
RGB | 144 | 99 | 191 |
---|---|---|---|
HSL | 0.75 | 0.42 | 0.57 |
HSV | 269° | 48° | 75° |
CMYK | 0.25 | 0.48 | 0.00 0.25 |
XYZ | 25.3674 | 18.6146 | 51.5462 |
Yxy | 18.6146 | 0.2655 | 0.1949 |
Hunter Lab | 43.1446 | 29.4481 | -40.6343 |
CIE-Lab | 50.2332 | 36.4329 | -41.6794 |
#9063bf color RGB value is (144,99,191).
#9063bf hex color red value is 144, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9063bf hue: 0.75 , saturation: 0.42 and the lightness value of 9063bf is 0.57.
The process color (four color CMYK) of #9063bf color hex is 0.25, 0.48, 0.00, 0.25. Web safe color of #9063bf is #9966cc. Color #9063bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 01100011 | 10111111 |
Octal | 220 | 143 | 277 |
Decimal | 144 | 99 | 191 |
Hex | 90 | 63 | BF |
Shades of #9063bf
Tints of #9063bf
RGB Percentages of Color #9063bf
CMYK Percentages of Color #9063bf
Complementary Color
#9063bf | #92bf63 |
#9063bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9063bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9063bf Color CSS Codes
.mybgcolor {background-color:#9063bf; } .myforecolor {color:#9063bf; } .mybordercolor {border:3px solid #9063bf; }
#9063bf Text Font Color
<p style="color:#9063bf">Text here</p>
This sample text font color is #9063bf
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.
#9063bf Background Color
<div style="background-color:#9063bf">
Div content here</div>
This div background color is #9063bf
#9063bf Border Color
<div style="border:3px solid #9063bf">
Div here</div>
This div border color is #9063bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,99,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9063bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9063bf; -webkit-box-shadow: 1px 1px 3px 2px #9063bf; box-shadow: 1px 1px 3px 2px #9063bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,99,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9063bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9063bf; -webkit-box-shadow: 1px 1px 3px 2px #9063bf; box-shadow: 1px 1px 3px 2px #9063bf;">
Div content here</div>
This div box has shadow with color #9063bf
Comments
No comments written yet.
Please login to write comment.