Color spaces of #8949fb
RGB | 137 | 73 | 251 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.64 |
HSV | 262° | 71° | 98° |
CMYK | 0.45 | 0.71 | 0.00 0.02 |
XYZ | 30.1117 | 17.0485 | 92.9704 |
Yxy | 17.0485 | 0.2149 | 0.1217 |
Hunter Lab | 41.2898 | 57.9186 | -104.5977 |
CIE-Lab | 48.3211 | 63.6084 | -78.8413 |
#8949fb color RGB value is (137,73,251).
#8949fb hex color red value is 137, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8949fb hue: 0.73 , saturation: 0.96 and the lightness value of 8949fb is 0.64.
The process color (four color CMYK) of #8949fb color hex is 0.45, 0.71, 0.00, 0.02. Web safe color of #8949fb is #9933ff. Color #8949fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01001001 | 11111011 |
Octal | 211 | 111 | 373 |
Decimal | 137 | 73 | 251 |
Hex | 89 | 49 | FB |
Shades of #8949fb
Tints of #8949fb
RGB Percentages of Color #8949fb
CMYK Percentages of Color #8949fb
Complementary Color
#8949fb | #bbfb49 |
#8949fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8949fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8949fb Color CSS Codes
.mybgcolor {background-color:#8949fb; } .myforecolor {color:#8949fb; } .mybordercolor {border:3px solid #8949fb; }
#8949fb Text Font Color
<p style="color:#8949fb">Text here</p>
This sample text font color is #8949fb
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.
#8949fb Background Color
<div style="background-color:#8949fb">
Div content here</div>
This div background color is #8949fb
#8949fb Border Color
<div style="border:3px solid #8949fb">
Div here</div>
This div border color is #8949fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,73,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8949fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8949fb; -webkit-box-shadow: 1px 1px 3px 2px #8949fb; box-shadow: 1px 1px 3px 2px #8949fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,73,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8949fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8949fb; -webkit-box-shadow: 1px 1px 3px 2px #8949fb; box-shadow: 1px 1px 3px 2px #8949fb;">
Div content here</div>
This div box has shadow with color #8949fb
Comments
No comments written yet.
Please login to write comment.