Color spaces of #b410ba
RGB | 180 | 16 | 186 |
---|---|---|---|
HSL | 0.83 | 0.84 | 0.40 |
HSV | 298° | 91° | 73° |
CMYK | 0.03 | 0.91 | 0.00 0.27 |
XYZ | 27.8706 | 13.6191 | 47.6142 |
Yxy | 13.6191 | 0.3128 | 0.1528 |
Hunter Lab | 36.9041 | 70.2242 | -50.6640 |
CIE-Lab | 43.6816 | 74.9309 | -48.9066 |
#b410ba color RGB value is (180,16,186).
#b410ba hex color red value is 180, green value is 16 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b410ba hue: 0.83 , saturation: 0.84 and the lightness value of b410ba is 0.40.
The process color (four color CMYK) of #b410ba color hex is 0.03, 0.91, 0.00, 0.27. Web safe color of #b410ba is #cc00cc. Color #b410ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00010000 | 10111010 |
Octal | 264 | 20 | 272 |
Decimal | 180 | 16 | 186 |
Hex | B4 | 10 | BA |
Shades of #b410ba
Tints of #b410ba
RGB Percentages of Color #b410ba
CMYK Percentages of Color #b410ba
Complementary Color
#b410ba | #16ba10 |
#b410ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b410ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b410ba Color CSS Codes
.mybgcolor {background-color:#b410ba; } .myforecolor {color:#b410ba; } .mybordercolor {border:3px solid #b410ba; }
#b410ba Text Font Color
<p style="color:#b410ba">Text here</p>
This sample text font color is #b410ba
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.
#b410ba Background Color
<div style="background-color:#b410ba">
Div content here</div>
This div background color is #b410ba
#b410ba Border Color
<div style="border:3px solid #b410ba">
Div here</div>
This div border color is #b410ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,16,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b410ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b410ba; -webkit-box-shadow: 1px 1px 3px 2px #b410ba; box-shadow: 1px 1px 3px 2px #b410ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,16,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 #b410ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b410ba; -webkit-box-shadow: 1px 1px 3px 2px #b410ba; box-shadow: 1px 1px 3px 2px #b410ba;">
Div content here</div>
This div box has shadow with color #b410ba
Comments
No comments written yet.
Please login to write comment.