Color spaces of #bb3ead
RGB | 187 | 62 | 173 |
---|---|---|---|
HSL | 0.85 | 0.50 | 0.49 |
HSV | 307° | 67° | 73° |
CMYK | 0.00 | 0.67 | 0.07 0.27 |
XYZ | 29.7590 | 17.0272 | 41.2533 |
Yxy | 17.0272 | 0.3380 | 0.1934 |
Hunter Lab | 41.2640 | 56.5195 | -30.3898 |
CIE-Lab | 48.2943 | 62.3878 | -33.8681 |
#bb3ead color RGB value is (187,62,173).
#bb3ead hex color red value is 187, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb3ead hue: 0.85 , saturation: 0.50 and the lightness value of bb3ead is 0.49.
The process color (four color CMYK) of #bb3ead color hex is 0.00, 0.67, 0.07, 0.27. Web safe color of #bb3ead is #cc3399. Color #bb3ead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00111110 | 10101101 |
Octal | 273 | 76 | 255 |
Decimal | 187 | 62 | 173 |
Hex | BB | 3E | AD |
Shades of #bb3ead
Tints of #bb3ead
RGB Percentages of Color #bb3ead
CMYK Percentages of Color #bb3ead
Complementary Color
#bb3ead | #3ebb4c |
#bb3ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb3ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb3ead Color CSS Codes
.mybgcolor {background-color:#bb3ead; } .myforecolor {color:#bb3ead; } .mybordercolor {border:3px solid #bb3ead; }
#bb3ead Text Font Color
<p style="color:#bb3ead">Text here</p>
This sample text font color is #bb3ead
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.
#bb3ead Background Color
<div style="background-color:#bb3ead">
Div content here</div>
This div background color is #bb3ead
#bb3ead Border Color
<div style="border:3px solid #bb3ead">
Div here</div>
This div border color is #bb3ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,62,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb3ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb3ead; -webkit-box-shadow: 1px 1px 3px 2px #bb3ead; box-shadow: 1px 1px 3px 2px #bb3ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,62,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb3ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb3ead; -webkit-box-shadow: 1px 1px 3px 2px #bb3ead; box-shadow: 1px 1px 3px 2px #bb3ead;">
Div content here</div>
This div box has shadow with color #bb3ead
Comments
No comments written yet.
Please login to write comment.