Color spaces of #997aef
RGB | 153 | 122 | 239 |
---|---|---|---|
HSL | 0.71 | 0.79 | 0.71 |
HSV | 256° | 49° | 94° |
CMYK | 0.36 | 0.49 | 0.00 0.06 |
XYZ | 35.6764 | 26.9234 | 84.9777 |
Yxy | 26.9234 | 0.2417 | 0.1824 |
Hunter Lab | 51.8878 | 31.9274 | -60.7791 |
CIE-Lab | 58.9034 | 37.8169 | -54.9949 |
#997aef color RGB value is (153,122,239).
#997aef hex color red value is 153, green value is 122 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #997aef hue: 0.71 , saturation: 0.79 and the lightness value of 997aef is 0.71.
The process color (four color CMYK) of #997aef color hex is 0.36, 0.49, 0.00, 0.06. Web safe color of #997aef is #9966ff. Color #997aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01111010 | 11101111 |
Octal | 231 | 172 | 357 |
Decimal | 153 | 122 | 239 |
Hex | 99 | 7A | EF |
Shades of #997aef
Tints of #997aef
RGB Percentages of Color #997aef
CMYK Percentages of Color #997aef
Complementary Color
#997aef | #d0ef7a |
#997aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#997aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#997aef Color CSS Codes
.mybgcolor {background-color:#997aef; } .myforecolor {color:#997aef; } .mybordercolor {border:3px solid #997aef; }
#997aef Text Font Color
<p style="color:#997aef">Text here</p>
This sample text font color is #997aef
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.
#997aef Background Color
<div style="background-color:#997aef">
Div content here</div>
This div background color is #997aef
#997aef Border Color
<div style="border:3px solid #997aef">
Div here</div>
This div border color is #997aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,122,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #997aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #997aef; -webkit-box-shadow: 1px 1px 3px 2px #997aef; box-shadow: 1px 1px 3px 2px #997aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,122,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #997aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #997aef; -webkit-box-shadow: 1px 1px 3px 2px #997aef; box-shadow: 1px 1px 3px 2px #997aef;">
Div content here</div>
This div box has shadow with color #997aef
Comments
No comments written yet.
Please login to write comment.