Color spaces of #512ae6
RGB | 81 | 42 | 230 |
---|---|---|---|
HSL | 0.70 | 0.79 | 0.53 |
HSV | 252° | 82° | 90° |
CMYK | 0.65 | 0.82 | 0.00 0.10 |
XYZ | 18.5042 | 9.1184 | 75.6477 |
Yxy | 9.1184 | 0.1792 | 0.0883 |
Hunter Lab | 30.1967 | 56.5386 | -127.3936 |
CIE-Lab | 36.2113 | 64.7396 | -87.1173 |
#512ae6 color RGB value is (81,42,230).
#512ae6 hex color red value is 81, green value is 42 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #512ae6 hue: 0.70 , saturation: 0.79 and the lightness value of 512ae6 is 0.53.
The process color (four color CMYK) of #512ae6 color hex is 0.65, 0.82, 0.00, 0.10. Web safe color of #512ae6 is #6633ff. Color #512ae6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00101010 | 11100110 |
Octal | 121 | 52 | 346 |
Decimal | 81 | 42 | 230 |
Hex | 51 | 2A | E6 |
Shades of #512ae6
Tints of #512ae6
RGB Percentages of Color #512ae6
CMYK Percentages of Color #512ae6
Complementary Color
#512ae6 | #bfe62a |
#512ae6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#512ae6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#512ae6 Color CSS Codes
.mybgcolor {background-color:#512ae6; } .myforecolor {color:#512ae6; } .mybordercolor {border:3px solid #512ae6; }
#512ae6 Text Font Color
<p style="color:#512ae6">Text here</p>
This sample text font color is #512ae6
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.
#512ae6 Background Color
<div style="background-color:#512ae6">
Div content here</div>
This div background color is #512ae6
#512ae6 Border Color
<div style="border:3px solid #512ae6">
Div here</div>
This div border color is #512ae6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,42,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #512ae6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #512ae6; -webkit-box-shadow: 1px 1px 3px 2px #512ae6; box-shadow: 1px 1px 3px 2px #512ae6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,42,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #512ae6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #512ae6; -webkit-box-shadow: 1px 1px 3px 2px #512ae6; box-shadow: 1px 1px 3px 2px #512ae6;">
Div content here</div>
This div box has shadow with color #512ae6
Comments
No comments written yet.
Please login to write comment.