Color spaces of #814afd
RGB | 129 | 74 | 253 |
---|---|---|---|
HSL | 0.72 | 0.98 | 0.64 |
HSV | 258° | 71° | 99° |
CMYK | 0.49 | 0.71 | 0.00 0.01 |
XYZ | 29.2317 | 16.6565 | 94.6029 |
Yxy | 16.6565 | 0.2081 | 0.1186 |
Hunter Lab | 40.8124 | 56.4283 | -108.8653 |
CIE-Lab | 47.8243 | 62.3965 | -80.8020 |
#814afd color RGB value is (129,74,253).
#814afd hex color red value is 129, green value is 74 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #814afd hue: 0.72 , saturation: 0.98 and the lightness value of 814afd is 0.64.
The process color (four color CMYK) of #814afd color hex is 0.49, 0.71, 0.00, 0.01. Web safe color of #814afd is #9933ff. Color #814afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01001010 | 11111101 |
Octal | 201 | 112 | 375 |
Decimal | 129 | 74 | 253 |
Hex | 81 | 4A | FD |
Shades of #814afd
Tints of #814afd
RGB Percentages of Color #814afd
CMYK Percentages of Color #814afd
Complementary Color
#814afd | #c6fd4a |
#814afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#814afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#814afd Color CSS Codes
.mybgcolor {background-color:#814afd; } .myforecolor {color:#814afd; } .mybordercolor {border:3px solid #814afd; }
#814afd Text Font Color
<p style="color:#814afd">Text here</p>
This sample text font color is #814afd
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.
#814afd Background Color
<div style="background-color:#814afd">
Div content here</div>
This div background color is #814afd
#814afd Border Color
<div style="border:3px solid #814afd">
Div here</div>
This div border color is #814afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,74,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #814afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #814afd; -webkit-box-shadow: 1px 1px 3px 2px #814afd; box-shadow: 1px 1px 3px 2px #814afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,74,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #814afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #814afd; -webkit-box-shadow: 1px 1px 3px 2px #814afd; box-shadow: 1px 1px 3px 2px #814afd;">
Div content here</div>
This div box has shadow with color #814afd
Comments
No comments written yet.
Please login to write comment.