Color spaces of #898eee
RGB | 137 | 142 | 238 |
---|---|---|---|
HSL | 0.66 | 0.75 | 0.74 |
HSV | 237° | 42° | 93° |
CMYK | 0.42 | 0.40 | 0.00 0.07 |
XYZ | 35.4221 | 30.8374 | 84.9742 |
Yxy | 30.8374 | 0.2342 | 0.2039 |
Hunter Lab | 55.5314 | 16.6806 | -51.8536 |
CIE-Lab | 62.3701 | 22.0150 | -49.0152 |
#898eee color RGB value is (137,142,238).
#898eee hex color red value is 137, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #898eee hue: 0.66 , saturation: 0.75 and the lightness value of 898eee is 0.74.
The process color (four color CMYK) of #898eee color hex is 0.42, 0.40, 0.00, 0.07. Web safe color of #898eee is #9999ff. Color #898eee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10001110 | 11101110 |
Octal | 211 | 216 | 356 |
Decimal | 137 | 142 | 238 |
Hex | 89 | 8E | EE |
Shades of #898eee
Tints of #898eee
RGB Percentages of Color #898eee
CMYK Percentages of Color #898eee
Complementary Color
#898eee | #eee989 |
#898eee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#898eee Color Preview on White Background
Lorem ipsum dolor sit amet.
#898eee Color CSS Codes
.mybgcolor {background-color:#898eee; } .myforecolor {color:#898eee; } .mybordercolor {border:3px solid #898eee; }
#898eee Text Font Color
<p style="color:#898eee">Text here</p>
This sample text font color is #898eee
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.
#898eee Background Color
<div style="background-color:#898eee">
Div content here</div>
This div background color is #898eee
#898eee Border Color
<div style="border:3px solid #898eee">
Div here</div>
This div border color is #898eee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,142,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #898eee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #898eee; -webkit-box-shadow: 1px 1px 3px 2px #898eee; box-shadow: 1px 1px 3px 2px #898eee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,142,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #898eee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #898eee; -webkit-box-shadow: 1px 1px 3px 2px #898eee; box-shadow: 1px 1px 3px 2px #898eee;">
Div content here</div>
This div box has shadow with color #898eee
Comments
No comments written yet.
Please login to write comment.