Color spaces of #809dcb
RGB | 128 | 157 | 203 |
---|---|---|---|
HSL | 0.60 | 0.42 | 0.65 |
HSV | 217° | 37° | 80° |
CMYK | 0.37 | 0.23 | 0.00 0.20 |
XYZ | 31.7386 | 33.0149 | 61.1996 |
Yxy | 33.0149 | 0.2520 | 0.2621 |
Hunter Lab | 57.4586 | -1.9539 | -22.9292 |
CIE-Lab | 64.1730 | 1.3126 | -26.8248 |
#809dcb color RGB value is (128,157,203).
#809dcb hex color red value is 128, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #809dcb hue: 0.60 , saturation: 0.42 and the lightness value of 809dcb is 0.65.
The process color (four color CMYK) of #809dcb color hex is 0.37, 0.23, 0.00, 0.20. Web safe color of #809dcb is #9999cc. Color #809dcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10011101 | 11001011 |
Octal | 200 | 235 | 313 |
Decimal | 128 | 157 | 203 |
Hex | 80 | 9D | CB |
Shades of #809dcb
Tints of #809dcb
RGB Percentages of Color #809dcb
CMYK Percentages of Color #809dcb
Complementary Color
#809dcb | #cbae80 |
#809dcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#809dcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#809dcb Color CSS Codes
.mybgcolor {background-color:#809dcb; } .myforecolor {color:#809dcb; } .mybordercolor {border:3px solid #809dcb; }
#809dcb Text Font Color
<p style="color:#809dcb">Text here</p>
This sample text font color is #809dcb
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.
#809dcb Background Color
<div style="background-color:#809dcb">
Div content here</div>
This div background color is #809dcb
#809dcb Border Color
<div style="border:3px solid #809dcb">
Div here</div>
This div border color is #809dcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,157,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #809dcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #809dcb; -webkit-box-shadow: 1px 1px 3px 2px #809dcb; box-shadow: 1px 1px 3px 2px #809dcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,157,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #809dcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #809dcb; -webkit-box-shadow: 1px 1px 3px 2px #809dcb; box-shadow: 1px 1px 3px 2px #809dcb;">
Div content here</div>
This div box has shadow with color #809dcb
Comments
No comments written yet.
Please login to write comment.