Color spaces of #bb234a
RGB | 187 | 35 | 74 |
---|---|---|---|
HSL | 0.96 | 0.68 | 0.44 |
HSV | 345° | 81° | 73° |
CMYK | 0.00 | 0.81 | 0.60 0.27 |
XYZ | 22.3306 | 12.2613 | 7.6683 |
Yxy | 12.2613 | 0.5284 | 0.2901 |
Hunter Lab | 35.0161 | 52.5553 | 11.5272 |
CIE-Lab | 41.6284 | 60.1268 | 16.7664 |
#bb234a color RGB value is (187,35,74).
#bb234a hex color red value is 187, green value is 35 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bb234a hue: 0.96 , saturation: 0.68 and the lightness value of bb234a is 0.44.
The process color (four color CMYK) of #bb234a color hex is 0.00, 0.81, 0.60, 0.27. Web safe color of #bb234a is #cc3333. Color #bb234a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00100011 | 01001010 |
Octal | 273 | 43 | 112 |
Decimal | 187 | 35 | 74 |
Hex | BB | 23 | 4A |
Shades of #bb234a
Tints of #bb234a
RGB Percentages of Color #bb234a
CMYK Percentages of Color #bb234a
Complementary Color
#bb234a | #23bb94 |
#bb234a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb234a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb234a Color CSS Codes
.mybgcolor {background-color:#bb234a; } .myforecolor {color:#bb234a; } .mybordercolor {border:3px solid #bb234a; }
#bb234a Text Font Color
<p style="color:#bb234a">Text here</p>
This sample text font color is #bb234a
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.
#bb234a Background Color
<div style="background-color:#bb234a">
Div content here</div>
This div background color is #bb234a
#bb234a Border Color
<div style="border:3px solid #bb234a">
Div here</div>
This div border color is #bb234a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,35,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb234a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb234a; -webkit-box-shadow: 1px 1px 3px 2px #bb234a; box-shadow: 1px 1px 3px 2px #bb234a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,35,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb234a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb234a; -webkit-box-shadow: 1px 1px 3px 2px #bb234a; box-shadow: 1px 1px 3px 2px #bb234a;">
Div content here</div>
This div box has shadow with color #bb234a
Comments
No comments written yet.
Please login to write comment.