Color spaces of #b5419a
RGB | 181 | 65 | 154 |
---|---|---|---|
HSL | 0.87 | 0.47 | 0.48 |
HSV | 314° | 64° | 71° |
CMYK | 0.00 | 0.64 | 0.15 0.29 |
XYZ | 26.7791 | 15.9374 | 32.2367 |
Yxy | 15.9374 | 0.3573 | 0.2126 |
Hunter Lab | 39.9217 | 49.8733 | -19.9314 |
CIE-Lab | 46.8923 | 56.6978 | -24.8641 |
#b5419a color RGB value is (181,65,154).
#b5419a hex color red value is 181, green value is 65 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b5419a hue: 0.87 , saturation: 0.47 and the lightness value of b5419a is 0.48.
The process color (four color CMYK) of #b5419a color hex is 0.00, 0.64, 0.15, 0.29. Web safe color of #b5419a is #cc3399. Color #b5419a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01000001 | 10011010 |
Octal | 265 | 101 | 232 |
Decimal | 181 | 65 | 154 |
Hex | B5 | 41 | 9A |
Shades of #b5419a
Tints of #b5419a
RGB Percentages of Color #b5419a
CMYK Percentages of Color #b5419a
Complementary Color
#b5419a | #41b55c |
#b5419a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5419a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5419a Color CSS Codes
.mybgcolor {background-color:#b5419a; } .myforecolor {color:#b5419a; } .mybordercolor {border:3px solid #b5419a; }
#b5419a Text Font Color
<p style="color:#b5419a">Text here</p>
This sample text font color is #b5419a
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.
#b5419a Background Color
<div style="background-color:#b5419a">
Div content here</div>
This div background color is #b5419a
#b5419a Border Color
<div style="border:3px solid #b5419a">
Div here</div>
This div border color is #b5419a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,65,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5419a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5419a; -webkit-box-shadow: 1px 1px 3px 2px #b5419a; box-shadow: 1px 1px 3px 2px #b5419a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,65,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5419a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5419a; -webkit-box-shadow: 1px 1px 3px 2px #b5419a; box-shadow: 1px 1px 3px 2px #b5419a;">
Div content here</div>
This div box has shadow with color #b5419a
Comments
No comments written yet.
Please login to write comment.