Color spaces of #b569bf
RGB | 181 | 105 | 191 |
---|---|---|---|
HSL | 0.81 | 0.40 | 0.58 |
HSV | 293° | 45° | 75° |
CMYK | 0.05 | 0.45 | 0.00 0.25 |
XYZ | 33.5116 | 23.6885 | 52.0963 |
Yxy | 23.6885 | 0.3066 | 0.2167 |
Hunter Lab | 48.6708 | 37.7296 | -29.3933 |
CIE-Lab | 55.7746 | 43.8553 | -32.6780 |
#b569bf color RGB value is (181,105,191).
#b569bf hex color red value is 181, green value is 105 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b569bf hue: 0.81 , saturation: 0.40 and the lightness value of b569bf is 0.58.
The process color (four color CMYK) of #b569bf color hex is 0.05, 0.45, 0.00, 0.25. Web safe color of #b569bf is #cc66cc. Color #b569bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01101001 | 10111111 |
Octal | 265 | 151 | 277 |
Decimal | 181 | 105 | 191 |
Hex | B5 | 69 | BF |
Shades of #b569bf
Tints of #b569bf
RGB Percentages of Color #b569bf
CMYK Percentages of Color #b569bf
Complementary Color
#b569bf | #73bf69 |
#b569bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b569bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b569bf Color CSS Codes
.mybgcolor {background-color:#b569bf; } .myforecolor {color:#b569bf; } .mybordercolor {border:3px solid #b569bf; }
#b569bf Text Font Color
<p style="color:#b569bf">Text here</p>
This sample text font color is #b569bf
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.
#b569bf Background Color
<div style="background-color:#b569bf">
Div content here</div>
This div background color is #b569bf
#b569bf Border Color
<div style="border:3px solid #b569bf">
Div here</div>
This div border color is #b569bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,105,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b569bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b569bf; -webkit-box-shadow: 1px 1px 3px 2px #b569bf; box-shadow: 1px 1px 3px 2px #b569bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,105,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b569bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b569bf; -webkit-box-shadow: 1px 1px 3px 2px #b569bf; box-shadow: 1px 1px 3px 2px #b569bf;">
Div content here</div>
This div box has shadow with color #b569bf
Comments
No comments written yet.
Please login to write comment.