Color spaces of #b5258a
RGB | 181 | 37 | 138 |
---|---|---|---|
HSL | 0.88 | 0.66 | 0.43 |
HSV | 318° | 80° | 71° |
CMYK | 0.00 | 0.80 | 0.24 0.29 |
XYZ | 24.3051 | 12.9819 | 25.2695 |
Yxy | 12.9819 | 0.3885 | 0.2075 |
Hunter Lab | 36.0304 | 57.3579 | -16.3611 |
CIE-Lab | 42.7360 | 64.1908 | -21.6378 |
#b5258a color RGB value is (181,37,138).
#b5258a hex color red value is 181, green value is 37 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b5258a hue: 0.88 , saturation: 0.66 and the lightness value of b5258a is 0.43.
The process color (four color CMYK) of #b5258a color hex is 0.00, 0.80, 0.24, 0.29. Web safe color of #b5258a is #cc3399. Color #b5258a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00100101 | 10001010 |
Octal | 265 | 45 | 212 |
Decimal | 181 | 37 | 138 |
Hex | B5 | 25 | 8A |
Shades of #b5258a
Tints of #b5258a
RGB Percentages of Color #b5258a
CMYK Percentages of Color #b5258a
Complementary Color
#b5258a | #25b550 |
#b5258a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5258a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5258a Color CSS Codes
.mybgcolor {background-color:#b5258a; } .myforecolor {color:#b5258a; } .mybordercolor {border:3px solid #b5258a; }
#b5258a Text Font Color
<p style="color:#b5258a">Text here</p>
This sample text font color is #b5258a
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.
#b5258a Background Color
<div style="background-color:#b5258a">
Div content here</div>
This div background color is #b5258a
#b5258a Border Color
<div style="border:3px solid #b5258a">
Div here</div>
This div border color is #b5258a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,37,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5258a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5258a; -webkit-box-shadow: 1px 1px 3px 2px #b5258a; box-shadow: 1px 1px 3px 2px #b5258a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,37,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5258a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5258a; -webkit-box-shadow: 1px 1px 3px 2px #b5258a; box-shadow: 1px 1px 3px 2px #b5258a;">
Div content here</div>
This div box has shadow with color #b5258a
Comments
No comments written yet.
Please login to write comment.