Color spaces of #5512ba
RGB | 85 | 18 | 186 |
---|---|---|---|
HSL | 0.73 | 0.82 | 0.40 |
HSV | 264° | 90° | 73° |
CMYK | 0.54 | 0.90 | 0.00 0.27 |
XYZ | 12.8255 | 5.9091 | 46.9190 |
Yxy | 5.9091 | 0.1954 | 0.0900 |
Hunter Lab | 24.3086 | 51.6384 | -97.4218 |
CIE-Lab | 29.1820 | 61.7076 | -73.1636 |
#5512ba color RGB value is (85,18,186).
#5512ba hex color red value is 85, green value is 18 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5512ba hue: 0.73 , saturation: 0.82 and the lightness value of 5512ba is 0.40.
The process color (four color CMYK) of #5512ba color hex is 0.54, 0.90, 0.00, 0.27. Web safe color of #5512ba is #6600cc. Color #5512ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00010010 | 10111010 |
Octal | 125 | 22 | 272 |
Decimal | 85 | 18 | 186 |
Hex | 55 | 12 | BA |
Shades of #5512ba
Tints of #5512ba
RGB Percentages of Color #5512ba
CMYK Percentages of Color #5512ba
Complementary Color
#5512ba | #77ba12 |
#5512ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5512ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#5512ba Color CSS Codes
.mybgcolor {background-color:#5512ba; } .myforecolor {color:#5512ba; } .mybordercolor {border:3px solid #5512ba; }
#5512ba Text Font Color
<p style="color:#5512ba">Text here</p>
This sample text font color is #5512ba
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.
#5512ba Background Color
<div style="background-color:#5512ba">
Div content here</div>
This div background color is #5512ba
#5512ba Border Color
<div style="border:3px solid #5512ba">
Div here</div>
This div border color is #5512ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,18,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5512ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5512ba; -webkit-box-shadow: 1px 1px 3px 2px #5512ba; box-shadow: 1px 1px 3px 2px #5512ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,18,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5512ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5512ba; -webkit-box-shadow: 1px 1px 3px 2px #5512ba; box-shadow: 1px 1px 3px 2px #5512ba;">
Div content here</div>
This div box has shadow with color #5512ba
Comments
No comments written yet.
Please login to write comment.