Color spaces of #b62cbb
RGB | 182 | 44 | 187 |
---|---|---|---|
HSL | 0.83 | 0.62 | 0.45 |
HSV | 298° | 76° | 73° |
CMYK | 0.03 | 0.76 | 0.00 0.27 |
XYZ | 29.1617 | 15.3343 | 48.4365 |
Yxy | 15.3343 | 0.3138 | 0.1650 |
Hunter Lab | 39.1590 | 64.4005 | -45.9255 |
CIE-Lab | 46.0887 | 69.6078 | -45.6254 |
#b62cbb color RGB value is (182,44,187).
#b62cbb hex color red value is 182, green value is 44 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b62cbb hue: 0.83 , saturation: 0.62 and the lightness value of b62cbb is 0.45.
The process color (four color CMYK) of #b62cbb color hex is 0.03, 0.76, 0.00, 0.27. Web safe color of #b62cbb is #cc33cc. Color #b62cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00101100 | 10111011 |
Octal | 266 | 54 | 273 |
Decimal | 182 | 44 | 187 |
Hex | B6 | 2C | BB |
Shades of #b62cbb
Tints of #b62cbb
RGB Percentages of Color #b62cbb
CMYK Percentages of Color #b62cbb
Complementary Color
#b62cbb | #31bb2c |
#b62cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b62cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b62cbb Color CSS Codes
.mybgcolor {background-color:#b62cbb; } .myforecolor {color:#b62cbb; } .mybordercolor {border:3px solid #b62cbb; }
#b62cbb Text Font Color
<p style="color:#b62cbb">Text here</p>
This sample text font color is #b62cbb
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.
#b62cbb Background Color
<div style="background-color:#b62cbb">
Div content here</div>
This div background color is #b62cbb
#b62cbb Border Color
<div style="border:3px solid #b62cbb">
Div here</div>
This div border color is #b62cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,44,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b62cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b62cbb; -webkit-box-shadow: 1px 1px 3px 2px #b62cbb; box-shadow: 1px 1px 3px 2px #b62cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,44,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b62cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b62cbb; -webkit-box-shadow: 1px 1px 3px 2px #b62cbb; box-shadow: 1px 1px 3px 2px #b62cbb;">
Div content here</div>
This div box has shadow with color #b62cbb
Comments
No comments written yet.
Please login to write comment.