Color spaces of #511dad
RGB | 81 | 29 | 173 |
---|---|---|---|
HSL | 0.73 | 0.71 | 0.40 |
HSV | 262° | 83° | 68° |
CMYK | 0.53 | 0.83 | 0.00 0.32 |
XYZ | 11.3755 | 5.6452 | 40.0252 |
Yxy | 5.6452 | 0.1994 | 0.0990 |
Hunter Lab | 23.7596 | 43.8819 | -83.2475 |
CIE-Lab | 28.4991 | 54.5974 | -66.5472 |
#511dad color RGB value is (81,29,173).
#511dad hex color red value is 81, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #511dad hue: 0.73 , saturation: 0.71 and the lightness value of 511dad is 0.40.
The process color (four color CMYK) of #511dad color hex is 0.53, 0.83, 0.00, 0.32. Web safe color of #511dad is #663399. Color #511dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00011101 | 10101101 |
Octal | 121 | 35 | 255 |
Decimal | 81 | 29 | 173 |
Hex | 51 | 1D | AD |
Shades of #511dad
Tints of #511dad
RGB Percentages of Color #511dad
CMYK Percentages of Color #511dad
Complementary Color
#511dad | #79ad1d |
#511dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#511dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#511dad Color CSS Codes
.mybgcolor {background-color:#511dad; } .myforecolor {color:#511dad; } .mybordercolor {border:3px solid #511dad; }
#511dad Text Font Color
<p style="color:#511dad">Text here</p>
This sample text font color is #511dad
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.
#511dad Background Color
<div style="background-color:#511dad">
Div content here</div>
This div background color is #511dad
#511dad Border Color
<div style="border:3px solid #511dad">
Div here</div>
This div border color is #511dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,29,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #511dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #511dad; -webkit-box-shadow: 1px 1px 3px 2px #511dad; box-shadow: 1px 1px 3px 2px #511dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,29,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #511dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #511dad; -webkit-box-shadow: 1px 1px 3px 2px #511dad; box-shadow: 1px 1px 3px 2px #511dad;">
Div content here</div>
This div box has shadow with color #511dad
Comments
No comments written yet.
Please login to write comment.