Color spaces of #b31a9a
RGB | 179 | 26 | 154 |
---|---|---|---|
HSL | 0.86 | 0.75 | 0.40 |
HSV | 310° | 85° | 70° |
CMYK | 0.00 | 0.85 | 0.14 0.30 |
XYZ | 24.7925 | 12.6556 | 31.7079 |
Yxy | 12.6556 | 0.3585 | 0.1830 |
Hunter Lab | 35.5747 | 62.1433 | -27.9431 |
CIE-Lab | 42.2397 | 68.4374 | -32.1529 |
#b31a9a color RGB value is (179,26,154).
#b31a9a hex color red value is 179, green value is 26 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b31a9a hue: 0.86 , saturation: 0.75 and the lightness value of b31a9a is 0.40.
The process color (four color CMYK) of #b31a9a color hex is 0.00, 0.85, 0.14, 0.30. Web safe color of #b31a9a is #cc3399. Color #b31a9a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00011010 | 10011010 |
Octal | 263 | 32 | 232 |
Decimal | 179 | 26 | 154 |
Hex | B3 | 1A | 9A |
Shades of #b31a9a
Tints of #b31a9a
RGB Percentages of Color #b31a9a
CMYK Percentages of Color #b31a9a
Complementary Color
#b31a9a | #1ab333 |
#b31a9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b31a9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b31a9a Color CSS Codes
.mybgcolor {background-color:#b31a9a; } .myforecolor {color:#b31a9a; } .mybordercolor {border:3px solid #b31a9a; }
#b31a9a Text Font Color
<p style="color:#b31a9a">Text here</p>
This sample text font color is #b31a9a
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.
#b31a9a Background Color
<div style="background-color:#b31a9a">
Div content here</div>
This div background color is #b31a9a
#b31a9a Border Color
<div style="border:3px solid #b31a9a">
Div here</div>
This div border color is #b31a9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,26,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b31a9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b31a9a; -webkit-box-shadow: 1px 1px 3px 2px #b31a9a; box-shadow: 1px 1px 3px 2px #b31a9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,26,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 #b31a9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b31a9a; -webkit-box-shadow: 1px 1px 3px 2px #b31a9a; box-shadow: 1px 1px 3px 2px #b31a9a;">
Div content here</div>
This div box has shadow with color #b31a9a
Comments
No comments written yet.
Please login to write comment.