Color spaces of #512caf
RGB | 81 | 44 | 175 |
---|---|---|---|
HSL | 0.71 | 0.60 | 0.43 |
HSV | 257° | 75° | 69° |
CMYK | 0.54 | 0.75 | 0.00 0.31 |
XYZ | 12.0319 | 6.6458 | 41.2061 |
Yxy | 6.6458 | 0.2009 | 0.1110 |
Hunter Lab | 25.7794 | 38.1963 | -76.7240 |
CIE-Lab | 30.9866 | 48.5265 | -63.6538 |
#512caf color RGB value is (81,44,175).
#512caf hex color red value is 81, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #512caf hue: 0.71 , saturation: 0.60 and the lightness value of 512caf is 0.43.
The process color (four color CMYK) of #512caf color hex is 0.54, 0.75, 0.00, 0.31. Web safe color of #512caf is #663399. Color #512caf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00101100 | 10101111 |
Octal | 121 | 54 | 257 |
Decimal | 81 | 44 | 175 |
Hex | 51 | 2C | AF |
Shades of #512caf
Tints of #512caf
RGB Percentages of Color #512caf
CMYK Percentages of Color #512caf
Complementary Color
#512caf | #8aaf2c |
#512caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#512caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#512caf Color CSS Codes
.mybgcolor {background-color:#512caf; } .myforecolor {color:#512caf; } .mybordercolor {border:3px solid #512caf; }
#512caf Text Font Color
<p style="color:#512caf">Text here</p>
This sample text font color is #512caf
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.
#512caf Background Color
<div style="background-color:#512caf">
Div content here</div>
This div background color is #512caf
#512caf Border Color
<div style="border:3px solid #512caf">
Div here</div>
This div border color is #512caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,44,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #512caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #512caf; -webkit-box-shadow: 1px 1px 3px 2px #512caf; box-shadow: 1px 1px 3px 2px #512caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,44,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #512caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #512caf; -webkit-box-shadow: 1px 1px 3px 2px #512caf; box-shadow: 1px 1px 3px 2px #512caf;">
Div content here</div>
This div box has shadow with color #512caf
Comments
No comments written yet.
Please login to write comment.