Color spaces of #984abb
RGB | 152 | 74 | 187 |
---|---|---|---|
HSL | 0.78 | 0.45 | 0.51 |
HSV | 281° | 60° | 73° |
CMYK | 0.19 | 0.60 | 0.00 0.27 |
XYZ | 24.3673 | 15.1608 | 48.6557 |
Yxy | 15.1608 | 0.2763 | 0.1719 |
Hunter Lab | 38.9369 | 43.5685 | -46.8333 |
CIE-Lab | 45.8537 | 51.0229 | -46.2606 |
#984abb color RGB value is (152,74,187).
#984abb hex color red value is 152, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #984abb hue: 0.78 , saturation: 0.45 and the lightness value of 984abb is 0.51.
The process color (four color CMYK) of #984abb color hex is 0.19, 0.60, 0.00, 0.27. Web safe color of #984abb is #9933cc. Color #984abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01001010 | 10111011 |
Octal | 230 | 112 | 273 |
Decimal | 152 | 74 | 187 |
Hex | 98 | 4A | BB |
Shades of #984abb
Tints of #984abb
RGB Percentages of Color #984abb
CMYK Percentages of Color #984abb
Complementary Color
#984abb | #6dbb4a |
#984abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#984abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#984abb Color CSS Codes
.mybgcolor {background-color:#984abb; } .myforecolor {color:#984abb; } .mybordercolor {border:3px solid #984abb; }
#984abb Text Font Color
<p style="color:#984abb">Text here</p>
This sample text font color is #984abb
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.
#984abb Background Color
<div style="background-color:#984abb">
Div content here</div>
This div background color is #984abb
#984abb Border Color
<div style="border:3px solid #984abb">
Div here</div>
This div border color is #984abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,74,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #984abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #984abb; -webkit-box-shadow: 1px 1px 3px 2px #984abb; box-shadow: 1px 1px 3px 2px #984abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,74,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #984abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #984abb; -webkit-box-shadow: 1px 1px 3px 2px #984abb; box-shadow: 1px 1px 3px 2px #984abb;">
Div content here</div>
This div box has shadow with color #984abb
Comments
No comments written yet.
Please login to write comment.