Color spaces of #898ecc
RGB | 137 | 142 | 204 |
---|---|---|---|
HSL | 0.65 | 0.40 | 0.67 |
HSV | 236° | 33° | 80° |
CMYK | 0.33 | 0.30 | 0.00 0.20 |
XYZ | 30.8886 | 29.0240 | 61.1009 |
Yxy | 29.0240 | 0.2552 | 0.2398 |
Hunter Lab | 53.8739 | 8.0635 | -29.5318 |
CIE-Lab | 60.8028 | 12.7144 | -32.5466 |
#898ecc color RGB value is (137,142,204).
#898ecc hex color red value is 137, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #898ecc hue: 0.65 , saturation: 0.40 and the lightness value of 898ecc is 0.67.
The process color (four color CMYK) of #898ecc color hex is 0.33, 0.30, 0.00, 0.20. Web safe color of #898ecc is #9999cc. Color #898ecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10001110 | 11001100 |
Octal | 211 | 216 | 314 |
Decimal | 137 | 142 | 204 |
Hex | 89 | 8E | CC |
Shades of #898ecc
Tints of #898ecc
RGB Percentages of Color #898ecc
CMYK Percentages of Color #898ecc
Complementary Color
#898ecc | #ccc789 |
#898ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#898ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#898ecc Color CSS Codes
.mybgcolor {background-color:#898ecc; } .myforecolor {color:#898ecc; } .mybordercolor {border:3px solid #898ecc; }
#898ecc Text Font Color
<p style="color:#898ecc">Text here</p>
This sample text font color is #898ecc
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.
#898ecc Background Color
<div style="background-color:#898ecc">
Div content here</div>
This div background color is #898ecc
#898ecc Border Color
<div style="border:3px solid #898ecc">
Div here</div>
This div border color is #898ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,142,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #898ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #898ecc; -webkit-box-shadow: 1px 1px 3px 2px #898ecc; box-shadow: 1px 1px 3px 2px #898ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,142,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #898ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #898ecc; -webkit-box-shadow: 1px 1px 3px 2px #898ecc; box-shadow: 1px 1px 3px 2px #898ecc;">
Div content here</div>
This div box has shadow with color #898ecc
Comments
No comments written yet.
Please login to write comment.