Color spaces of #8098bb
RGB | 128 | 152 | 187 |
---|---|---|---|
HSL | 0.60 | 0.30 | 0.62 |
HSV | 216° | 32° | 73° |
CMYK | 0.32 | 0.19 | 0.00 0.27 |
XYZ | 29.1000 | 30.6335 | 51.3928 |
Yxy | 30.6335 | 0.2619 | 0.2757 |
Hunter Lab | 55.3475 | -3.0085 | -16.3103 |
CIE-Lab | 62.1970 | -0.0626 | -20.8974 |
#8098bb color RGB value is (128,152,187).
#8098bb hex color red value is 128, green value is 152 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8098bb hue: 0.60 , saturation: 0.30 and the lightness value of 8098bb is 0.62.
The process color (four color CMYK) of #8098bb color hex is 0.32, 0.19, 0.00, 0.27. Web safe color of #8098bb is #9999cc. Color #8098bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10011000 | 10111011 |
Octal | 200 | 230 | 273 |
Decimal | 128 | 152 | 187 |
Hex | 80 | 98 | BB |
Shades of #8098bb
Tints of #8098bb
RGB Percentages of Color #8098bb
CMYK Percentages of Color #8098bb
Complementary Color
#8098bb | #bba380 |
#8098bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8098bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8098bb Color CSS Codes
.mybgcolor {background-color:#8098bb; } .myforecolor {color:#8098bb; } .mybordercolor {border:3px solid #8098bb; }
#8098bb Text Font Color
<p style="color:#8098bb">Text here</p>
This sample text font color is #8098bb
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.
#8098bb Background Color
<div style="background-color:#8098bb">
Div content here</div>
This div background color is #8098bb
#8098bb Border Color
<div style="border:3px solid #8098bb">
Div here</div>
This div border color is #8098bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,152,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8098bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8098bb; -webkit-box-shadow: 1px 1px 3px 2px #8098bb; box-shadow: 1px 1px 3px 2px #8098bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,152,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8098bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8098bb; -webkit-box-shadow: 1px 1px 3px 2px #8098bb; box-shadow: 1px 1px 3px 2px #8098bb;">
Div content here</div>
This div box has shadow with color #8098bb
Comments
No comments written yet.
Please login to write comment.