Color spaces of #512782
RGB | 81 | 39 | 130 |
---|---|---|---|
HSL | 0.74 | 0.54 | 0.33 |
HSV | 268° | 70° | 51° |
CMYK | 0.38 | 0.70 | 0.00 0.49 |
XYZ | 8.1481 | 4.8121 | 21.6185 |
Yxy | 4.8121 | 0.2356 | 0.1392 |
Hunter Lab | 21.9365 | 27.9132 | -43.0750 |
CIE-Lab | 26.1926 | 38.6019 | -43.9311 |
#512782 color RGB value is (81,39,130).
#512782 hex color red value is 81, green value is 39 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #512782 hue: 0.74 , saturation: 0.54 and the lightness value of 512782 is 0.33.
The process color (four color CMYK) of #512782 color hex is 0.38, 0.70, 0.00, 0.49. Web safe color of #512782 is #663399. Color #512782 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00100111 | 10000010 |
Octal | 121 | 47 | 202 |
Decimal | 81 | 39 | 130 |
Hex | 51 | 27 | 82 |
Shades of #512782
Tints of #512782
RGB Percentages of Color #512782
CMYK Percentages of Color #512782
Complementary Color
#512782 | #588227 |
#512782 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#512782 Color Preview on White Background
Lorem ipsum dolor sit amet.
#512782 Color CSS Codes
.mybgcolor {background-color:#512782; } .myforecolor {color:#512782; } .mybordercolor {border:3px solid #512782; }
#512782 Text Font Color
<p style="color:#512782">Text here</p>
This sample text font color is #512782
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.
#512782 Background Color
<div style="background-color:#512782">
Div content here</div>
This div background color is #512782
#512782 Border Color
<div style="border:3px solid #512782">
Div here</div>
This div border color is #512782
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,39,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #512782; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #512782; -webkit-box-shadow: 1px 1px 3px 2px #512782; box-shadow: 1px 1px 3px 2px #512782; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,39,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #512782">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #512782; -webkit-box-shadow: 1px 1px 3px 2px #512782; box-shadow: 1px 1px 3px 2px #512782;">
Div content here</div>
This div box has shadow with color #512782
Comments
No comments written yet.
Please login to write comment.