Color spaces of #8993dd
RGB | 137 | 147 | 221 |
---|---|---|---|
HSL | 0.65 | 0.55 | 0.70 |
HSV | 233° | 38° | 87° |
CMYK | 0.38 | 0.33 | 0.00 0.13 |
XYZ | 33.8014 | 31.4063 | 72.6871 |
Yxy | 31.4063 | 0.2451 | 0.2278 |
Hunter Lab | 56.0413 | 9.5902 | -37.6718 |
CIE-Lab | 62.8491 | 14.3767 | -38.8483 |
#8993dd color RGB value is (137,147,221).
#8993dd hex color red value is 137, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8993dd hue: 0.65 , saturation: 0.55 and the lightness value of 8993dd is 0.70.
The process color (four color CMYK) of #8993dd color hex is 0.38, 0.33, 0.00, 0.13. Web safe color of #8993dd is #9999cc. Color #8993dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10010011 | 11011101 |
Octal | 211 | 223 | 335 |
Decimal | 137 | 147 | 221 |
Hex | 89 | 93 | DD |
Shades of #8993dd
Tints of #8993dd
RGB Percentages of Color #8993dd
CMYK Percentages of Color #8993dd
Complementary Color
#8993dd | #ddd389 |
#8993dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8993dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8993dd Color CSS Codes
.mybgcolor {background-color:#8993dd; } .myforecolor {color:#8993dd; } .mybordercolor {border:3px solid #8993dd; }
#8993dd Text Font Color
<p style="color:#8993dd">Text here</p>
This sample text font color is #8993dd
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.
#8993dd Background Color
<div style="background-color:#8993dd">
Div content here</div>
This div background color is #8993dd
#8993dd Border Color
<div style="border:3px solid #8993dd">
Div here</div>
This div border color is #8993dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,147,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8993dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8993dd; -webkit-box-shadow: 1px 1px 3px 2px #8993dd; box-shadow: 1px 1px 3px 2px #8993dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,147,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8993dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8993dd; -webkit-box-shadow: 1px 1px 3px 2px #8993dd; box-shadow: 1px 1px 3px 2px #8993dd;">
Div content here</div>
This div box has shadow with color #8993dd
Comments
No comments written yet.
Please login to write comment.