Color spaces of #b502ca
RGB | 181 | 2 | 202 |
---|---|---|---|
HSL | 0.82 | 0.98 | 0.40 |
HSV | 294° | 99° | 79° |
CMYK | 0.10 | 0.99 | 0.00 0.21 |
XYZ | 29.7384 | 14.1314 | 57.0374 |
Yxy | 14.1314 | 0.2947 | 0.1400 |
Hunter Lab | 37.5918 | 75.4237 | -63.6456 |
CIE-Lab | 44.4208 | 79.0056 | -57.0503 |
#b502ca color RGB value is (181,2,202).
#b502ca hex color red value is 181, green value is 2 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b502ca hue: 0.82 , saturation: 0.98 and the lightness value of b502ca is 0.40.
The process color (four color CMYK) of #b502ca color hex is 0.10, 0.99, 0.00, 0.21. Web safe color of #b502ca is #cc00cc. Color #b502ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00000010 | 11001010 |
Octal | 265 | 2 | 312 |
Decimal | 181 | 2 | 202 |
Hex | B5 | 2 | CA |
Shades of #b502ca
Tints of #b502ca
RGB Percentages of Color #b502ca
CMYK Percentages of Color #b502ca
Complementary Color
#b502ca | #17ca02 |
#b502ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b502ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b502ca Color CSS Codes
.mybgcolor {background-color:#b502ca; } .myforecolor {color:#b502ca; } .mybordercolor {border:3px solid #b502ca; }
#b502ca Text Font Color
<p style="color:#b502ca">Text here</p>
This sample text font color is #b502ca
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.
#b502ca Background Color
<div style="background-color:#b502ca">
Div content here</div>
This div background color is #b502ca
#b502ca Border Color
<div style="border:3px solid #b502ca">
Div here</div>
This div border color is #b502ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,2,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b502ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b502ca; -webkit-box-shadow: 1px 1px 3px 2px #b502ca; box-shadow: 1px 1px 3px 2px #b502ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,2,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 #b502ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b502ca; -webkit-box-shadow: 1px 1px 3px 2px #b502ca; box-shadow: 1px 1px 3px 2px #b502ca;">
Div content here</div>
This div box has shadow with color #b502ca
Comments
No comments written yet.
Please login to write comment.