Color spaces of #b800ba
RGB | 184 | 0 | 186 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.36 |
HSV | 299° | 100° | 73° |
CMYK | 0.01 | 1.00 | 0.00 0.27 |
XYZ | 28.6301 | 13.7355 | 47.5966 |
Yxy | 13.7355 | 0.3182 | 0.1527 |
Hunter Lab | 37.0614 | 73.0344 | -50.2009 |
CIE-Lab | 43.8512 | 77.1905 | -48.5955 |
#b800ba color RGB value is (184,0,186).
#b800ba hex color red value is 184, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b800ba hue: 0.83 , saturation: 1.00 and the lightness value of b800ba is 0.36.
The process color (four color CMYK) of #b800ba color hex is 0.01, 1.00, 0.00, 0.27. Web safe color of #b800ba is #cc00cc. Color #b800ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00000000 | 10111010 |
Octal | 270 | 0 | 272 |
Decimal | 184 | 0 | 186 |
Hex | B8 | 0 | BA |
Shades of #b800ba
Tints of #b800ba
RGB Percentages of Color #b800ba
CMYK Percentages of Color #b800ba
Complementary Color
#b800ba | #02ba00 |
#b800ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b800ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b800ba Color CSS Codes
.mybgcolor {background-color:#b800ba; } .myforecolor {color:#b800ba; } .mybordercolor {border:3px solid #b800ba; }
#b800ba Text Font Color
<p style="color:#b800ba">Text here</p>
This sample text font color is #b800ba
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.
#b800ba Background Color
<div style="background-color:#b800ba">
Div content here</div>
This div background color is #b800ba
#b800ba Border Color
<div style="border:3px solid #b800ba">
Div here</div>
This div border color is #b800ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,0,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b800ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b800ba; -webkit-box-shadow: 1px 1px 3px 2px #b800ba; box-shadow: 1px 1px 3px 2px #b800ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,0,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 #b800ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b800ba; -webkit-box-shadow: 1px 1px 3px 2px #b800ba; box-shadow: 1px 1px 3px 2px #b800ba;">
Div content here</div>
This div box has shadow with color #b800ba
Comments
No comments written yet.
Please login to write comment.