Color spaces of #898edd
RGB | 137 | 142 | 221 |
---|---|---|---|
HSL | 0.66 | 0.55 | 0.70 |
HSV | 236° | 38° | 87° |
CMYK | 0.38 | 0.36 | 0.00 0.13 |
XYZ | 33.0407 | 29.8848 | 72.4335 |
Yxy | 29.8848 | 0.2441 | 0.2208 |
Hunter Lab | 54.6670 | 12.2181 | -40.2921 |
CIE-Lab | 61.5547 | 17.2786 | -40.8765 |
#898edd color RGB value is (137,142,221).
#898edd hex color red value is 137, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #898edd hue: 0.66 , saturation: 0.55 and the lightness value of 898edd is 0.70.
The process color (four color CMYK) of #898edd color hex is 0.38, 0.36, 0.00, 0.13. Web safe color of #898edd is #9999cc. Color #898edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10001110 | 11011101 |
Octal | 211 | 216 | 335 |
Decimal | 137 | 142 | 221 |
Hex | 89 | 8E | DD |
Shades of #898edd
Tints of #898edd
RGB Percentages of Color #898edd
CMYK Percentages of Color #898edd
Complementary Color
#898edd | #ddd889 |
#898edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#898edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#898edd Color CSS Codes
.mybgcolor {background-color:#898edd; } .myforecolor {color:#898edd; } .mybordercolor {border:3px solid #898edd; }
#898edd Text Font Color
<p style="color:#898edd">Text here</p>
This sample text font color is #898edd
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.
#898edd Background Color
<div style="background-color:#898edd">
Div content here</div>
This div background color is #898edd
#898edd Border Color
<div style="border:3px solid #898edd">
Div here</div>
This div border color is #898edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,142,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #898edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #898edd; -webkit-box-shadow: 1px 1px 3px 2px #898edd; box-shadow: 1px 1px 3px 2px #898edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,142,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 #898edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #898edd; -webkit-box-shadow: 1px 1px 3px 2px #898edd; box-shadow: 1px 1px 3px 2px #898edd;">
Div content here</div>
This div box has shadow with color #898edd
Comments
No comments written yet.
Please login to write comment.