Color spaces of #b327bf
RGB | 179 | 39 | 191 |
---|---|---|---|
HSL | 0.82 | 0.66 | 0.45 |
HSV | 295° | 80° | 75° |
CMYK | 0.06 | 0.80 | 0.00 0.25 |
XYZ | 28.7199 | 14.7963 | 50.6325 |
Yxy | 14.7963 | 0.3050 | 0.1572 |
Hunter Lab | 38.4660 | 65.9583 | -51.1169 |
CIE-Lab | 45.3539 | 71.0632 | -49.1655 |
#b327bf color RGB value is (179,39,191).
#b327bf hex color red value is 179, green value is 39 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b327bf hue: 0.82 , saturation: 0.66 and the lightness value of b327bf is 0.45.
The process color (four color CMYK) of #b327bf color hex is 0.06, 0.80, 0.00, 0.25. Web safe color of #b327bf is #cc33cc. Color #b327bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00100111 | 10111111 |
Octal | 263 | 47 | 277 |
Decimal | 179 | 39 | 191 |
Hex | B3 | 27 | BF |
Shades of #b327bf
Tints of #b327bf
RGB Percentages of Color #b327bf
CMYK Percentages of Color #b327bf
Complementary Color
#b327bf | #33bf27 |
#b327bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b327bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b327bf Color CSS Codes
.mybgcolor {background-color:#b327bf; } .myforecolor {color:#b327bf; } .mybordercolor {border:3px solid #b327bf; }
#b327bf Text Font Color
<p style="color:#b327bf">Text here</p>
This sample text font color is #b327bf
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.
#b327bf Background Color
<div style="background-color:#b327bf">
Div content here</div>
This div background color is #b327bf
#b327bf Border Color
<div style="border:3px solid #b327bf">
Div here</div>
This div border color is #b327bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,39,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b327bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b327bf; -webkit-box-shadow: 1px 1px 3px 2px #b327bf; box-shadow: 1px 1px 3px 2px #b327bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,39,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 #b327bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b327bf; -webkit-box-shadow: 1px 1px 3px 2px #b327bf; box-shadow: 1px 1px 3px 2px #b327bf;">
Div content here</div>
This div box has shadow with color #b327bf
Comments
No comments written yet.
Please login to write comment.