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