Color spaces of #818aea
RGB | 129 | 138 | 234 |
---|---|---|---|
HSL | 0.65 | 0.71 | 0.71 |
HSV | 235° | 45° | 92° |
CMYK | 0.45 | 0.41 | 0.00 0.08 |
XYZ | 32.9930 | 28.7846 | 81.6590 |
Yxy | 28.7846 | 0.2300 | 0.2007 |
Hunter Lab | 53.6513 | 15.8793 | -52.6854 |
CIE-Lab | 60.5911 | 21.2629 | -49.6561 |
#818aea color RGB value is (129,138,234).
#818aea hex color red value is 129, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #818aea hue: 0.65 , saturation: 0.71 and the lightness value of 818aea is 0.71.
The process color (four color CMYK) of #818aea color hex is 0.45, 0.41, 0.00, 0.08. Web safe color of #818aea is #9999ff. Color #818aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10001010 | 11101010 |
Octal | 201 | 212 | 352 |
Decimal | 129 | 138 | 234 |
Hex | 81 | 8A | EA |
Shades of #818aea
Tints of #818aea
RGB Percentages of Color #818aea
CMYK Percentages of Color #818aea
Complementary Color
#818aea | #eae181 |
#818aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#818aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#818aea Color CSS Codes
.mybgcolor {background-color:#818aea; } .myforecolor {color:#818aea; } .mybordercolor {border:3px solid #818aea; }
#818aea Text Font Color
<p style="color:#818aea">Text here</p>
This sample text font color is #818aea
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.
#818aea Background Color
<div style="background-color:#818aea">
Div content here</div>
This div background color is #818aea
#818aea Border Color
<div style="border:3px solid #818aea">
Div here</div>
This div border color is #818aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,138,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #818aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #818aea; -webkit-box-shadow: 1px 1px 3px 2px #818aea; box-shadow: 1px 1px 3px 2px #818aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,138,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 #818aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #818aea; -webkit-box-shadow: 1px 1px 3px 2px #818aea; box-shadow: 1px 1px 3px 2px #818aea;">
Div content here</div>
This div box has shadow with color #818aea
Comments
No comments written yet.
Please login to write comment.