Color spaces of #808ceb
RGB | 128 | 140 | 235 |
---|---|---|---|
HSL | 0.65 | 0.73 | 0.71 |
HSV | 233° | 46° | 92° |
CMYK | 0.46 | 0.40 | 0.00 0.08 |
XYZ | 33.2756 | 29.3435 | 82.5073 |
Yxy | 29.3435 | 0.2293 | 0.2022 |
Hunter Lab | 54.1696 | 14.8530 | -52.3875 |
CIE-Lab | 61.0836 | 20.1404 | -49.4340 |
#808ceb color RGB value is (128,140,235).
#808ceb hex color red value is 128, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #808ceb hue: 0.65 , saturation: 0.73 and the lightness value of 808ceb is 0.71.
The process color (four color CMYK) of #808ceb color hex is 0.46, 0.40, 0.00, 0.08. Web safe color of #808ceb is #9999ff. Color #808ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10001100 | 11101011 |
Octal | 200 | 214 | 353 |
Decimal | 128 | 140 | 235 |
Hex | 80 | 8C | EB |
Shades of #808ceb
Tints of #808ceb
RGB Percentages of Color #808ceb
CMYK Percentages of Color #808ceb
Complementary Color
#808ceb | #ebdf80 |
#808ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#808ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#808ceb Color CSS Codes
.mybgcolor {background-color:#808ceb; } .myforecolor {color:#808ceb; } .mybordercolor {border:3px solid #808ceb; }
#808ceb Text Font Color
<p style="color:#808ceb">Text here</p>
This sample text font color is #808ceb
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.
#808ceb Background Color
<div style="background-color:#808ceb">
Div content here</div>
This div background color is #808ceb
#808ceb Border Color
<div style="border:3px solid #808ceb">
Div here</div>
This div border color is #808ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,140,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #808ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #808ceb; -webkit-box-shadow: 1px 1px 3px 2px #808ceb; box-shadow: 1px 1px 3px 2px #808ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,140,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #808ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #808ceb; -webkit-box-shadow: 1px 1px 3px 2px #808ceb; box-shadow: 1px 1px 3px 2px #808ceb;">
Div content here</div>
This div box has shadow with color #808ceb
Comments
No comments written yet.
Please login to write comment.