Color spaces of #808acb
RGB | 128 | 138 | 203 |
---|---|---|---|
HSL | 0.64 | 0.42 | 0.65 |
HSV | 232° | 37° | 80° |
CMYK | 0.37 | 0.32 | 0.00 0.20 |
XYZ | 28.7701 | 27.0779 | 60.2101 |
Yxy | 27.0779 | 0.2479 | 0.2333 |
Hunter Lab | 52.0364 | 7.6260 | -32.1775 |
CIE-Lab | 59.0464 | 12.2395 | -34.7694 |
#808acb color RGB value is (128,138,203).
#808acb hex color red value is 128, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #808acb hue: 0.64 , saturation: 0.42 and the lightness value of 808acb is 0.65.
The process color (four color CMYK) of #808acb color hex is 0.37, 0.32, 0.00, 0.20. Web safe color of #808acb is #9999cc. Color #808acb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10001010 | 11001011 |
Octal | 200 | 212 | 313 |
Decimal | 128 | 138 | 203 |
Hex | 80 | 8A | CB |
Shades of #808acb
Tints of #808acb
RGB Percentages of Color #808acb
CMYK Percentages of Color #808acb
Complementary Color
#808acb | #cbc180 |
#808acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#808acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#808acb Color CSS Codes
.mybgcolor {background-color:#808acb; } .myforecolor {color:#808acb; } .mybordercolor {border:3px solid #808acb; }
#808acb Text Font Color
<p style="color:#808acb">Text here</p>
This sample text font color is #808acb
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.
#808acb Background Color
<div style="background-color:#808acb">
Div content here</div>
This div background color is #808acb
#808acb Border Color
<div style="border:3px solid #808acb">
Div here</div>
This div border color is #808acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,138,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #808acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #808acb; -webkit-box-shadow: 1px 1px 3px 2px #808acb; box-shadow: 1px 1px 3px 2px #808acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,138,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 #808acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #808acb; -webkit-box-shadow: 1px 1px 3px 2px #808acb; box-shadow: 1px 1px 3px 2px #808acb;">
Div content here</div>
This div box has shadow with color #808acb
Comments
No comments written yet.
Please login to write comment.