Color spaces of #818fde
RGB | 129 | 143 | 222 |
---|---|---|---|
HSL | 0.64 | 0.58 | 0.69 |
HSV | 231° | 42° | 87° |
CMYK | 0.42 | 0.36 | 0.00 0.13 |
XYZ | 32.0605 | 29.5860 | 73.1281 |
Yxy | 29.5860 | 0.2379 | 0.2195 |
Hunter Lab | 54.3930 | 10.0243 | -41.6367 |
CIE-Lab | 61.2954 | 14.8849 | -41.8800 |
#818fde color RGB value is (129,143,222).
#818fde hex color red value is 129, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #818fde hue: 0.64 , saturation: 0.58 and the lightness value of 818fde is 0.69.
The process color (four color CMYK) of #818fde color hex is 0.42, 0.36, 0.00, 0.13. Web safe color of #818fde is #9999cc. Color #818fde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10001111 | 11011110 |
Octal | 201 | 217 | 336 |
Decimal | 129 | 143 | 222 |
Hex | 81 | 8F | DE |
Shades of #818fde
Tints of #818fde
RGB Percentages of Color #818fde
CMYK Percentages of Color #818fde
Complementary Color
#818fde | #ded081 |
#818fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#818fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#818fde Color CSS Codes
.mybgcolor {background-color:#818fde; } .myforecolor {color:#818fde; } .mybordercolor {border:3px solid #818fde; }
#818fde Text Font Color
<p style="color:#818fde">Text here</p>
This sample text font color is #818fde
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.
#818fde Background Color
<div style="background-color:#818fde">
Div content here</div>
This div background color is #818fde
#818fde Border Color
<div style="border:3px solid #818fde">
Div here</div>
This div border color is #818fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,143,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #818fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #818fde; -webkit-box-shadow: 1px 1px 3px 2px #818fde; box-shadow: 1px 1px 3px 2px #818fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,143,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #818fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #818fde; -webkit-box-shadow: 1px 1px 3px 2px #818fde; box-shadow: 1px 1px 3px 2px #818fde;">
Div content here</div>
This div box has shadow with color #818fde
Comments
No comments written yet.
Please login to write comment.