Color spaces of #b371bd
RGB | 179 | 113 | 189 |
---|---|---|---|
HSL | 0.81 | 0.37 | 0.59 |
HSV | 292° | 40° | 74° |
CMYK | 0.05 | 0.40 | 0.00 0.26 |
XYZ | 33.6808 | 25.0681 | 51.2076 |
Yxy | 25.0681 | 0.3063 | 0.2280 |
Hunter Lab | 50.0681 | 32.4579 | -25.5918 |
CIE-Lab | 57.1417 | 38.5559 | -29.4262 |
#b371bd color RGB value is (179,113,189).
#b371bd hex color red value is 179, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b371bd hue: 0.81 , saturation: 0.37 and the lightness value of b371bd is 0.59.
The process color (four color CMYK) of #b371bd color hex is 0.05, 0.40, 0.00, 0.26. Web safe color of #b371bd is #cc66cc. Color #b371bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01110001 | 10111101 |
Octal | 263 | 161 | 275 |
Decimal | 179 | 113 | 189 |
Hex | B3 | 71 | BD |
Shades of #b371bd
Tints of #b371bd
RGB Percentages of Color #b371bd
CMYK Percentages of Color #b371bd
Complementary Color
#b371bd | #7bbd71 |
#b371bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b371bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b371bd Color CSS Codes
.mybgcolor {background-color:#b371bd; } .myforecolor {color:#b371bd; } .mybordercolor {border:3px solid #b371bd; }
#b371bd Text Font Color
<p style="color:#b371bd">Text here</p>
This sample text font color is #b371bd
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.
#b371bd Background Color
<div style="background-color:#b371bd">
Div content here</div>
This div background color is #b371bd
#b371bd Border Color
<div style="border:3px solid #b371bd">
Div here</div>
This div border color is #b371bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,113,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b371bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b371bd; -webkit-box-shadow: 1px 1px 3px 2px #b371bd; box-shadow: 1px 1px 3px 2px #b371bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,113,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b371bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b371bd; -webkit-box-shadow: 1px 1px 3px 2px #b371bd; box-shadow: 1px 1px 3px 2px #b371bd;">
Div content here</div>
This div box has shadow with color #b371bd
Comments
No comments written yet.
Please login to write comment.