Color spaces of #bb237a
RGB | 187 | 35 | 122 |
---|---|---|---|
HSL | 0.90 | 0.68 | 0.44 |
HSV | 326° | 81° | 73° |
CMYK | 0.00 | 0.81 | 0.35 0.27 |
XYZ | 24.6074 | 13.1720 | 19.6578 |
Yxy | 13.1720 | 0.4284 | 0.2293 |
Hunter Lab | 36.2933 | 57.5126 | -6.7084 |
CIE-Lab | 43.0213 | 64.2713 | -11.2764 |
#bb237a color RGB value is (187,35,122).
#bb237a hex color red value is 187, green value is 35 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb237a hue: 0.90 , saturation: 0.68 and the lightness value of bb237a is 0.44.
The process color (four color CMYK) of #bb237a color hex is 0.00, 0.81, 0.35, 0.27. Web safe color of #bb237a is #cc3366. Color #bb237a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00100011 | 01111010 |
Octal | 273 | 43 | 172 |
Decimal | 187 | 35 | 122 |
Hex | BB | 23 | 7A |
Shades of #bb237a
Tints of #bb237a
RGB Percentages of Color #bb237a
CMYK Percentages of Color #bb237a
Complementary Color
#bb237a | #23bb64 |
#bb237a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb237a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb237a Color CSS Codes
.mybgcolor {background-color:#bb237a; } .myforecolor {color:#bb237a; } .mybordercolor {border:3px solid #bb237a; }
#bb237a Text Font Color
<p style="color:#bb237a">Text here</p>
This sample text font color is #bb237a
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.
#bb237a Background Color
<div style="background-color:#bb237a">
Div content here</div>
This div background color is #bb237a
#bb237a Border Color
<div style="border:3px solid #bb237a">
Div here</div>
This div border color is #bb237a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,35,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb237a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb237a; -webkit-box-shadow: 1px 1px 3px 2px #bb237a; box-shadow: 1px 1px 3px 2px #bb237a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,35,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb237a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb237a; -webkit-box-shadow: 1px 1px 3px 2px #bb237a; box-shadow: 1px 1px 3px 2px #bb237a;">
Div content here</div>
This div box has shadow with color #bb237a
Comments
No comments written yet.
Please login to write comment.