Color spaces of #808efc
RGB | 128 | 142 | 252 |
---|---|---|---|
HSL | 0.65 | 0.95 | 0.75 |
HSV | 233° | 49° | 99° |
CMYK | 0.49 | 0.44 | 0.00 0.01 |
XYZ | 36.1458 | 30.9635 | 96.1669 |
Yxy | 30.9635 | 0.2214 | 0.1896 |
Hunter Lab | 55.6449 | 18.5716 | -63.5151 |
CIE-Lab | 62.4768 | 23.9891 | -56.5849 |
#808efc color RGB value is (128,142,252).
#808efc hex color red value is 128, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #808efc hue: 0.65 , saturation: 0.95 and the lightness value of 808efc is 0.75.
The process color (four color CMYK) of #808efc color hex is 0.49, 0.44, 0.00, 0.01. Web safe color of #808efc is #9999ff. Color #808efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10001110 | 11111100 |
Octal | 200 | 216 | 374 |
Decimal | 128 | 142 | 252 |
Hex | 80 | 8E | FC |
Shades of #808efc
Tints of #808efc
RGB Percentages of Color #808efc
CMYK Percentages of Color #808efc
Complementary Color
#808efc | #fcee80 |
#808efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#808efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#808efc Color CSS Codes
.mybgcolor {background-color:#808efc; } .myforecolor {color:#808efc; } .mybordercolor {border:3px solid #808efc; }
#808efc Text Font Color
<p style="color:#808efc">Text here</p>
This sample text font color is #808efc
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.
#808efc Background Color
<div style="background-color:#808efc">
Div content here</div>
This div background color is #808efc
#808efc Border Color
<div style="border:3px solid #808efc">
Div here</div>
This div border color is #808efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,142,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #808efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #808efc; -webkit-box-shadow: 1px 1px 3px 2px #808efc; box-shadow: 1px 1px 3px 2px #808efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,142,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #808efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #808efc; -webkit-box-shadow: 1px 1px 3px 2px #808efc; box-shadow: 1px 1px 3px 2px #808efc;">
Div content here</div>
This div box has shadow with color #808efc
Comments
No comments written yet.
Please login to write comment.