Color spaces of #b529bf
RGB | 181 | 41 | 191 |
---|---|---|---|
HSL | 0.82 | 0.65 | 0.45 |
HSV | 296° | 79° | 75° |
CMYK | 0.05 | 0.79 | 0.00 0.25 |
XYZ | 29.2530 | 15.1712 | 50.6768 |
Yxy | 15.1712 | 0.3076 | 0.1595 |
Hunter Lab | 38.9502 | 65.8969 | -49.8750 |
CIE-Lab | 45.8678 | 70.9116 | -48.3247 |
#b529bf color RGB value is (181,41,191).
#b529bf hex color red value is 181, green value is 41 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b529bf hue: 0.82 , saturation: 0.65 and the lightness value of b529bf is 0.45.
The process color (four color CMYK) of #b529bf color hex is 0.05, 0.79, 0.00, 0.25. Web safe color of #b529bf is #cc33cc. Color #b529bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00101001 | 10111111 |
Octal | 265 | 51 | 277 |
Decimal | 181 | 41 | 191 |
Hex | B5 | 29 | BF |
Shades of #b529bf
Tints of #b529bf
RGB Percentages of Color #b529bf
CMYK Percentages of Color #b529bf
Complementary Color
#b529bf | #33bf29 |
#b529bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b529bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b529bf Color CSS Codes
.mybgcolor {background-color:#b529bf; } .myforecolor {color:#b529bf; } .mybordercolor {border:3px solid #b529bf; }
#b529bf Text Font Color
<p style="color:#b529bf">Text here</p>
This sample text font color is #b529bf
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.
#b529bf Background Color
<div style="background-color:#b529bf">
Div content here</div>
This div background color is #b529bf
#b529bf Border Color
<div style="border:3px solid #b529bf">
Div here</div>
This div border color is #b529bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,41,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b529bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b529bf; -webkit-box-shadow: 1px 1px 3px 2px #b529bf; box-shadow: 1px 1px 3px 2px #b529bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,41,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 #b529bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b529bf; -webkit-box-shadow: 1px 1px 3px 2px #b529bf; box-shadow: 1px 1px 3px 2px #b529bf;">
Div content here</div>
This div box has shadow with color #b529bf
Comments
No comments written yet.
Please login to write comment.