Color spaces of #8905bd
RGB | 137 | 5 | 189 |
---|---|---|---|
HSL | 0.79 | 0.95 | 0.38 |
HSV | 283° | 97° | 74° |
CMYK | 0.28 | 0.97 | 0.00 0.26 |
XYZ | 19.5561 | 9.1010 | 48.8701 |
Yxy | 9.1010 | 0.2522 | 0.1174 |
Hunter Lab | 30.1679 | 62.9176 | -74.9287 |
CIE-Lab | 36.1780 | 70.2731 | -63.1670 |
#8905bd color RGB value is (137,5,189).
#8905bd hex color red value is 137, green value is 5 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8905bd hue: 0.79 , saturation: 0.95 and the lightness value of 8905bd is 0.38.
The process color (four color CMYK) of #8905bd color hex is 0.28, 0.97, 0.00, 0.26. Web safe color of #8905bd is #9900cc. Color #8905bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 00000101 | 10111101 |
Octal | 211 | 5 | 275 |
Decimal | 137 | 5 | 189 |
Hex | 89 | 5 | BD |
Shades of #8905bd
Tints of #8905bd
RGB Percentages of Color #8905bd
CMYK Percentages of Color #8905bd
Complementary Color
#8905bd | #39bd05 |
#8905bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8905bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8905bd Color CSS Codes
.mybgcolor {background-color:#8905bd; } .myforecolor {color:#8905bd; } .mybordercolor {border:3px solid #8905bd; }
#8905bd Text Font Color
<p style="color:#8905bd">Text here</p>
This sample text font color is #8905bd
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.
#8905bd Background Color
<div style="background-color:#8905bd">
Div content here</div>
This div background color is #8905bd
#8905bd Border Color
<div style="border:3px solid #8905bd">
Div here</div>
This div border color is #8905bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,5,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8905bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8905bd; -webkit-box-shadow: 1px 1px 3px 2px #8905bd; box-shadow: 1px 1px 3px 2px #8905bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,5,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8905bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8905bd; -webkit-box-shadow: 1px 1px 3px 2px #8905bd; box-shadow: 1px 1px 3px 2px #8905bd;">
Div content here</div>
This div box has shadow with color #8905bd
Comments
No comments written yet.
Please login to write comment.