Color spaces of #512eca
RGB | 81 | 46 | 202 |
---|---|---|---|
HSL | 0.70 | 0.63 | 0.49 |
HSV | 253° | 77° | 79° |
CMYK | 0.60 | 0.77 | 0.00 0.21 |
XYZ | 15.0310 | 7.9676 | 56.6228 |
Yxy | 7.9676 | 0.1888 | 0.1001 |
Hunter Lab | 28.2269 | 45.6551 | -99.1760 |
CIE-Lab | 33.9153 | 55.2352 | -74.7716 |
#512eca color RGB value is (81,46,202).
#512eca hex color red value is 81, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #512eca hue: 0.70 , saturation: 0.63 and the lightness value of 512eca is 0.49.
The process color (four color CMYK) of #512eca color hex is 0.60, 0.77, 0.00, 0.21. Web safe color of #512eca is #6633cc. Color #512eca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00101110 | 11001010 |
Octal | 121 | 56 | 312 |
Decimal | 81 | 46 | 202 |
Hex | 51 | 2E | CA |
Shades of #512eca
Tints of #512eca
RGB Percentages of Color #512eca
CMYK Percentages of Color #512eca
Complementary Color
#512eca | #a7ca2e |
#512eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#512eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#512eca Color CSS Codes
.mybgcolor {background-color:#512eca; } .myforecolor {color:#512eca; } .mybordercolor {border:3px solid #512eca; }
#512eca Text Font Color
<p style="color:#512eca">Text here</p>
This sample text font color is #512eca
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.
#512eca Background Color
<div style="background-color:#512eca">
Div content here</div>
This div background color is #512eca
#512eca Border Color
<div style="border:3px solid #512eca">
Div here</div>
This div border color is #512eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,46,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #512eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #512eca; -webkit-box-shadow: 1px 1px 3px 2px #512eca; box-shadow: 1px 1px 3px 2px #512eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,46,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #512eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #512eca; -webkit-box-shadow: 1px 1px 3px 2px #512eca; box-shadow: 1px 1px 3px 2px #512eca;">
Div content here</div>
This div box has shadow with color #512eca
Comments
No comments written yet.
Please login to write comment.