Color spaces of #080eea
RGB | 8 | 14 | 234 |
---|---|---|---|
HSL | 0.66 | 0.93 | 0.47 |
HSV | 238° | 97° | 92° |
CMYK | 0.97 | 0.94 | 0.00 0.08 |
XYZ | 15.1085 | 6.3062 | 78.2628 |
Yxy | 6.3062 | 0.1516 | 0.0633 |
Hunter Lab | 25.1121 | 63.4467 | -167.2006 |
CIE-Lab | 30.1722 | 71.8332 | -99.5476 |
#080eea color RGB value is (8,14,234).
#080eea hex color red value is 8, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #080eea hue: 0.66 , saturation: 0.93 and the lightness value of 080eea is 0.47.
The process color (four color CMYK) of #080eea color hex is 0.97, 0.94, 0.00, 0.08. Web safe color of #080eea is #0000ff. Color #080eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 00001110 | 11101010 |
Octal | 10 | 16 | 352 |
Decimal | 8 | 14 | 234 |
Hex | 8 | E | EA |
Shades of #080eea
Tints of #080eea
RGB Percentages of Color #080eea
CMYK Percentages of Color #080eea
Complementary Color
#080eea | #eae408 |
#080eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#080eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#080eea Color CSS Codes
.mybgcolor {background-color:#080eea; } .myforecolor {color:#080eea; } .mybordercolor {border:3px solid #080eea; }
#080eea Text Font Color
<p style="color:#080eea">Text here</p>
This sample text font color is #080eea
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.
#080eea Background Color
<div style="background-color:#080eea">
Div content here</div>
This div background color is #080eea
#080eea Border Color
<div style="border:3px solid #080eea">
Div here</div>
This div border color is #080eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,14,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #080eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #080eea; -webkit-box-shadow: 1px 1px 3px 2px #080eea; box-shadow: 1px 1px 3px 2px #080eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,14,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #080eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #080eea; -webkit-box-shadow: 1px 1px 3px 2px #080eea; box-shadow: 1px 1px 3px 2px #080eea;">
Div content here</div>
This div box has shadow with color #080eea
Comments
No comments written yet.
Please login to write comment.