Color spaces of #b83fbb
RGB | 184 | 63 | 187 |
---|---|---|---|
HSL | 0.83 | 0.50 | 0.49 |
HSV | 299° | 66° | 73° |
CMYK | 0.02 | 0.66 | 0.00 0.27 |
XYZ | 30.5143 | 17.3332 | 48.7511 |
Yxy | 17.3332 | 0.3159 | 0.1794 |
Hunter Lab | 41.6332 | 57.9704 | -40.2835 |
CIE-Lab | 48.6772 | 63.5860 | -41.4924 |
#b83fbb color RGB value is (184,63,187).
#b83fbb hex color red value is 184, green value is 63 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b83fbb hue: 0.83 , saturation: 0.50 and the lightness value of b83fbb is 0.49.
The process color (four color CMYK) of #b83fbb color hex is 0.02, 0.66, 0.00, 0.27. Web safe color of #b83fbb is #cc33cc. Color #b83fbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00111111 | 10111011 |
Octal | 270 | 77 | 273 |
Decimal | 184 | 63 | 187 |
Hex | B8 | 3F | BB |
Shades of #b83fbb
Tints of #b83fbb
RGB Percentages of Color #b83fbb
CMYK Percentages of Color #b83fbb
Complementary Color
#b83fbb | #42bb3f |
#b83fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b83fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b83fbb Color CSS Codes
.mybgcolor {background-color:#b83fbb; } .myforecolor {color:#b83fbb; } .mybordercolor {border:3px solid #b83fbb; }
#b83fbb Text Font Color
<p style="color:#b83fbb">Text here</p>
This sample text font color is #b83fbb
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.
#b83fbb Background Color
<div style="background-color:#b83fbb">
Div content here</div>
This div background color is #b83fbb
#b83fbb Border Color
<div style="border:3px solid #b83fbb">
Div here</div>
This div border color is #b83fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,63,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b83fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b83fbb; -webkit-box-shadow: 1px 1px 3px 2px #b83fbb; box-shadow: 1px 1px 3px 2px #b83fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,63,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 #b83fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b83fbb; -webkit-box-shadow: 1px 1px 3px 2px #b83fbb; box-shadow: 1px 1px 3px 2px #b83fbb;">
Div content here</div>
This div box has shadow with color #b83fbb
Comments
No comments written yet.
Please login to write comment.