Color spaces of #bb427b
RGB | 187 | 66 | 123 |
---|---|---|---|
HSL | 0.92 | 0.48 | 0.50 |
HSV | 332° | 65° | 73° |
CMYK | 0.00 | 0.65 | 0.34 0.27 |
XYZ | 26.0169 | 15.8913 | 20.4350 |
Yxy | 15.8913 | 0.4173 | 0.2549 |
Hunter Lab | 39.8639 | 46.7350 | -2.4885 |
CIE-Lab | 46.8316 | 53.8196 | -6.1775 |
#bb427b color RGB value is (187,66,123).
#bb427b hex color red value is 187, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bb427b hue: 0.92 , saturation: 0.48 and the lightness value of bb427b is 0.50.
The process color (four color CMYK) of #bb427b color hex is 0.00, 0.65, 0.34, 0.27. Web safe color of #bb427b is #cc3366. Color #bb427b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01000010 | 01111011 |
Octal | 273 | 102 | 173 |
Decimal | 187 | 66 | 123 |
Hex | BB | 42 | 7B |
Shades of #bb427b
Tints of #bb427b
RGB Percentages of Color #bb427b
CMYK Percentages of Color #bb427b
Complementary Color
#bb427b | #42bb82 |
#bb427b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb427b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb427b Color CSS Codes
.mybgcolor {background-color:#bb427b; } .myforecolor {color:#bb427b; } .mybordercolor {border:3px solid #bb427b; }
#bb427b Text Font Color
<p style="color:#bb427b">Text here</p>
This sample text font color is #bb427b
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.
#bb427b Background Color
<div style="background-color:#bb427b">
Div content here</div>
This div background color is #bb427b
#bb427b Border Color
<div style="border:3px solid #bb427b">
Div here</div>
This div border color is #bb427b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,66,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb427b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb427b; -webkit-box-shadow: 1px 1px 3px 2px #bb427b; box-shadow: 1px 1px 3px 2px #bb427b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,66,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb427b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb427b; -webkit-box-shadow: 1px 1px 3px 2px #bb427b; box-shadow: 1px 1px 3px 2px #bb427b;">
Div content here</div>
This div box has shadow with color #bb427b
Comments
No comments written yet.
Please login to write comment.