Color spaces of #889dcc
RGB | 136 | 157 | 204 |
---|---|---|---|
HSL | 0.62 | 0.40 | 0.67 |
HSV | 221° | 33° | 80° |
CMYK | 0.33 | 0.23 | 0.00 0.20 |
XYZ | 33.1094 | 33.7078 | 61.8879 |
Yxy | 33.7078 | 0.2573 | 0.2619 |
Hunter Lab | 58.0584 | 0.1923 | -22.5598 |
CIE-Lab | 64.7300 | 3.8356 | -26.4809 |
#889dcc color RGB value is (136,157,204).
#889dcc hex color red value is 136, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #889dcc hue: 0.62 , saturation: 0.40 and the lightness value of 889dcc is 0.67.
The process color (four color CMYK) of #889dcc color hex is 0.33, 0.23, 0.00, 0.20. Web safe color of #889dcc is #9999cc. Color #889dcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10011101 | 11001100 |
Octal | 210 | 235 | 314 |
Decimal | 136 | 157 | 204 |
Hex | 88 | 9D | CC |
Shades of #889dcc
Tints of #889dcc
RGB Percentages of Color #889dcc
CMYK Percentages of Color #889dcc
Complementary Color
#889dcc | #ccb788 |
#889dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#889dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#889dcc Color CSS Codes
.mybgcolor {background-color:#889dcc; } .myforecolor {color:#889dcc; } .mybordercolor {border:3px solid #889dcc; }
#889dcc Text Font Color
<p style="color:#889dcc">Text here</p>
This sample text font color is #889dcc
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.
#889dcc Background Color
<div style="background-color:#889dcc">
Div content here</div>
This div background color is #889dcc
#889dcc Border Color
<div style="border:3px solid #889dcc">
Div here</div>
This div border color is #889dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,157,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #889dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #889dcc; -webkit-box-shadow: 1px 1px 3px 2px #889dcc; box-shadow: 1px 1px 3px 2px #889dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,157,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 #889dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #889dcc; -webkit-box-shadow: 1px 1px 3px 2px #889dcc; box-shadow: 1px 1px 3px 2px #889dcc;">
Div content here</div>
This div box has shadow with color #889dcc
Comments
No comments written yet.
Please login to write comment.