Color spaces of #b403cf
RGB | 180 | 3 | 207 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.41 |
HSV | 292° | 99° | 81° |
CMYK | 0.13 | 0.99 | 0.00 0.19 |
XYZ | 30.1174 | 14.2734 | 60.1992 |
Yxy | 14.2734 | 0.2880 | 0.1365 |
Hunter Lab | 37.7802 | 76.1805 | -68.0271 |
CIE-Lab | 44.6225 | 79.5721 | -59.6282 |
#b403cf color RGB value is (180,3,207).
#b403cf hex color red value is 180, green value is 3 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b403cf hue: 0.81 , saturation: 0.97 and the lightness value of b403cf is 0.41.
The process color (four color CMYK) of #b403cf color hex is 0.13, 0.99, 0.00, 0.19. Web safe color of #b403cf is #cc00cc. Color #b403cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00000011 | 11001111 |
Octal | 264 | 3 | 317 |
Decimal | 180 | 3 | 207 |
Hex | B4 | 3 | CF |
Shades of #b403cf
Tints of #b403cf
RGB Percentages of Color #b403cf
CMYK Percentages of Color #b403cf
Complementary Color
#b403cf | #1ecf03 |
#b403cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b403cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b403cf Color CSS Codes
.mybgcolor {background-color:#b403cf; } .myforecolor {color:#b403cf; } .mybordercolor {border:3px solid #b403cf; }
#b403cf Text Font Color
<p style="color:#b403cf">Text here</p>
This sample text font color is #b403cf
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.
#b403cf Background Color
<div style="background-color:#b403cf">
Div content here</div>
This div background color is #b403cf
#b403cf Border Color
<div style="border:3px solid #b403cf">
Div here</div>
This div border color is #b403cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,3,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b403cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b403cf; -webkit-box-shadow: 1px 1px 3px 2px #b403cf; box-shadow: 1px 1px 3px 2px #b403cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,3,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b403cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b403cf; -webkit-box-shadow: 1px 1px 3px 2px #b403cf; box-shadow: 1px 1px 3px 2px #b403cf;">
Div content here</div>
This div box has shadow with color #b403cf
Comments
No comments written yet.
Please login to write comment.