Color spaces of #b655bb
RGB | 182 | 85 | 187 |
---|---|---|---|
HSL | 0.83 | 0.43 | 0.53 |
HSV | 297° | 55° | 73° |
CMYK | 0.03 | 0.55 | 0.00 0.27 |
XYZ | 31.5095 | 20.0299 | 49.2191 |
Yxy | 20.0299 | 0.3127 | 0.1988 |
Hunter Lab | 44.7548 | 47.3517 | -33.8759 |
CIE-Lab | 51.8710 | 53.5017 | -36.4738 |
#b655bb color RGB value is (182,85,187).
#b655bb hex color red value is 182, green value is 85 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b655bb hue: 0.83 , saturation: 0.43 and the lightness value of b655bb is 0.53.
The process color (four color CMYK) of #b655bb color hex is 0.03, 0.55, 0.00, 0.27. Web safe color of #b655bb is #cc66cc. Color #b655bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01010101 | 10111011 |
Octal | 266 | 125 | 273 |
Decimal | 182 | 85 | 187 |
Hex | B6 | 55 | BB |
Shades of #b655bb
Tints of #b655bb
RGB Percentages of Color #b655bb
CMYK Percentages of Color #b655bb
Complementary Color
#b655bb | #5abb55 |
#b655bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b655bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b655bb Color CSS Codes
.mybgcolor {background-color:#b655bb; } .myforecolor {color:#b655bb; } .mybordercolor {border:3px solid #b655bb; }
#b655bb Text Font Color
<p style="color:#b655bb">Text here</p>
This sample text font color is #b655bb
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.
#b655bb Background Color
<div style="background-color:#b655bb">
Div content here</div>
This div background color is #b655bb
#b655bb Border Color
<div style="border:3px solid #b655bb">
Div here</div>
This div border color is #b655bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,85,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b655bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b655bb; -webkit-box-shadow: 1px 1px 3px 2px #b655bb; box-shadow: 1px 1px 3px 2px #b655bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,85,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 #b655bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b655bb; -webkit-box-shadow: 1px 1px 3px 2px #b655bb; box-shadow: 1px 1px 3px 2px #b655bb;">
Div content here</div>
This div box has shadow with color #b655bb
Comments
No comments written yet.
Please login to write comment.