Color spaces of #b63dbb
RGB | 182 | 61 | 187 |
---|---|---|---|
HSL | 0.83 | 0.51 | 0.49 |
HSV | 298° | 67° | 73° |
CMYK | 0.03 | 0.67 | 0.00 0.27 |
XYZ | 29.9298 | 16.8704 | 48.6926 |
Yxy | 16.8704 | 0.3134 | 0.1767 |
Hunter Lab | 41.0736 | 58.1919 | -41.5366 |
CIE-Lab | 48.0963 | 63.8895 | -42.4326 |
#b63dbb color RGB value is (182,61,187).
#b63dbb hex color red value is 182, green value is 61 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b63dbb hue: 0.83 , saturation: 0.51 and the lightness value of b63dbb is 0.49.
The process color (four color CMYK) of #b63dbb color hex is 0.03, 0.67, 0.00, 0.27. Web safe color of #b63dbb is #cc33cc. Color #b63dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00111101 | 10111011 |
Octal | 266 | 75 | 273 |
Decimal | 182 | 61 | 187 |
Hex | B6 | 3D | BB |
Shades of #b63dbb
Tints of #b63dbb
RGB Percentages of Color #b63dbb
CMYK Percentages of Color #b63dbb
Complementary Color
#b63dbb | #42bb3d |
#b63dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b63dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b63dbb Color CSS Codes
.mybgcolor {background-color:#b63dbb; } .myforecolor {color:#b63dbb; } .mybordercolor {border:3px solid #b63dbb; }
#b63dbb Text Font Color
<p style="color:#b63dbb">Text here</p>
This sample text font color is #b63dbb
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.
#b63dbb Background Color
<div style="background-color:#b63dbb">
Div content here</div>
This div background color is #b63dbb
#b63dbb Border Color
<div style="border:3px solid #b63dbb">
Div here</div>
This div border color is #b63dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,61,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b63dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b63dbb; -webkit-box-shadow: 1px 1px 3px 2px #b63dbb; box-shadow: 1px 1px 3px 2px #b63dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,61,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 #b63dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b63dbb; -webkit-box-shadow: 1px 1px 3px 2px #b63dbb; box-shadow: 1px 1px 3px 2px #b63dbb;">
Div content here</div>
This div box has shadow with color #b63dbb
Comments
No comments written yet.
Please login to write comment.