Color spaces of #b403ca
RGB | 180 | 3 | 202 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.40 |
HSV | 293° | 99° | 79° |
CMYK | 0.11 | 0.99 | 0.00 0.21 |
XYZ | 29.5156 | 14.0327 | 57.0300 |
Yxy | 14.0327 | 0.2935 | 0.1395 |
Hunter Lab | 37.4602 | 75.0879 | -64.0418 |
CIE-Lab | 44.2798 | 78.7635 | -57.2864 |
#b403ca color RGB value is (180,3,202).
#b403ca hex color red value is 180, green value is 3 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b403ca hue: 0.81 , saturation: 0.97 and the lightness value of b403ca is 0.40.
The process color (four color CMYK) of #b403ca color hex is 0.11, 0.99, 0.00, 0.21. Web safe color of #b403ca is #cc00cc. Color #b403ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00000011 | 11001010 |
Octal | 264 | 3 | 312 |
Decimal | 180 | 3 | 202 |
Hex | B4 | 3 | CA |
Shades of #b403ca
Tints of #b403ca
RGB Percentages of Color #b403ca
CMYK Percentages of Color #b403ca
Complementary Color
#b403ca | #19ca03 |
#b403ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b403ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b403ca Color CSS Codes
.mybgcolor {background-color:#b403ca; } .myforecolor {color:#b403ca; } .mybordercolor {border:3px solid #b403ca; }
#b403ca Text Font Color
<p style="color:#b403ca">Text here</p>
This sample text font color is #b403ca
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.
#b403ca Background Color
<div style="background-color:#b403ca">
Div content here</div>
This div background color is #b403ca
#b403ca Border Color
<div style="border:3px solid #b403ca">
Div here</div>
This div border color is #b403ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,3,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b403ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b403ca; -webkit-box-shadow: 1px 1px 3px 2px #b403ca; box-shadow: 1px 1px 3px 2px #b403ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,3,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 #b403ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b403ca; -webkit-box-shadow: 1px 1px 3px 2px #b403ca; box-shadow: 1px 1px 3px 2px #b403ca;">
Div content here</div>
This div box has shadow with color #b403ca
Comments
No comments written yet.
Please login to write comment.