Color spaces of #b75fbb
RGB | 183 | 95 | 187 |
---|---|---|---|
HSL | 0.83 | 0.40 | 0.55 |
HSV | 297° | 49° | 73° |
CMYK | 0.02 | 0.49 | 0.00 0.27 |
XYZ | 32.5903 | 21.8396 | 49.5115 |
Yxy | 21.8396 | 0.3135 | 0.2101 |
Hunter Lab | 46.7329 | 42.6988 | -30.1023 |
CIE-Lab | 53.8564 | 48.8561 | -33.3540 |
#b75fbb color RGB value is (183,95,187).
#b75fbb hex color red value is 183, green value is 95 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b75fbb hue: 0.83 , saturation: 0.40 and the lightness value of b75fbb is 0.55.
The process color (four color CMYK) of #b75fbb color hex is 0.02, 0.49, 0.00, 0.27. Web safe color of #b75fbb is #cc66cc. Color #b75fbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01011111 | 10111011 |
Octal | 267 | 137 | 273 |
Decimal | 183 | 95 | 187 |
Hex | B7 | 5F | BB |
Shades of #b75fbb
Tints of #b75fbb
RGB Percentages of Color #b75fbb
CMYK Percentages of Color #b75fbb
Complementary Color
#b75fbb | #63bb5f |
#b75fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b75fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b75fbb Color CSS Codes
.mybgcolor {background-color:#b75fbb; } .myforecolor {color:#b75fbb; } .mybordercolor {border:3px solid #b75fbb; }
#b75fbb Text Font Color
<p style="color:#b75fbb">Text here</p>
This sample text font color is #b75fbb
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.
#b75fbb Background Color
<div style="background-color:#b75fbb">
Div content here</div>
This div background color is #b75fbb
#b75fbb Border Color
<div style="border:3px solid #b75fbb">
Div here</div>
This div border color is #b75fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,95,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b75fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b75fbb; -webkit-box-shadow: 1px 1px 3px 2px #b75fbb; box-shadow: 1px 1px 3px 2px #b75fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,95,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 #b75fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b75fbb; -webkit-box-shadow: 1px 1px 3px 2px #b75fbb; box-shadow: 1px 1px 3px 2px #b75fbb;">
Div content here</div>
This div box has shadow with color #b75fbb
Comments
No comments written yet.
Please login to write comment.