Color spaces of #980bae
RGB | 152 | 11 | 174 |
---|---|---|---|
HSL | 0.81 | 0.88 | 0.36 |
HSV | 292° | 94° | 68° |
CMYK | 0.13 | 0.94 | 0.00 0.32 |
XYZ | 20.7085 | 9.9707 | 40.8775 |
Yxy | 9.9707 | 0.2894 | 0.1393 |
Hunter Lab | 31.5764 | 61.8055 | -54.6509 |
CIE-Lab | 37.7898 | 69.0137 | -51.5385 |
#980bae color RGB value is (152,11,174).
#980bae hex color red value is 152, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #980bae hue: 0.81 , saturation: 0.88 and the lightness value of 980bae is 0.36.
The process color (four color CMYK) of #980bae color hex is 0.13, 0.94, 0.00, 0.32. Web safe color of #980bae is #990099. Color #980bae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 00001011 | 10101110 |
Octal | 230 | 13 | 256 |
Decimal | 152 | 11 | 174 |
Hex | 98 | B | AE |
Shades of #980bae
Tints of #980bae
RGB Percentages of Color #980bae
CMYK Percentages of Color #980bae
Complementary Color
#980bae | #21ae0b |
#980bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#980bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#980bae Color CSS Codes
.mybgcolor {background-color:#980bae; } .myforecolor {color:#980bae; } .mybordercolor {border:3px solid #980bae; }
#980bae Text Font Color
<p style="color:#980bae">Text here</p>
This sample text font color is #980bae
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.
#980bae Background Color
<div style="background-color:#980bae">
Div content here</div>
This div background color is #980bae
#980bae Border Color
<div style="border:3px solid #980bae">
Div here</div>
This div border color is #980bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,11,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #980bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #980bae; -webkit-box-shadow: 1px 1px 3px 2px #980bae; box-shadow: 1px 1px 3px 2px #980bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,11,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #980bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #980bae; -webkit-box-shadow: 1px 1px 3px 2px #980bae; box-shadow: 1px 1px 3px 2px #980bae;">
Div content here</div>
This div box has shadow with color #980bae
Comments
No comments written yet.
Please login to write comment.