Color spaces of #b327da
RGB | 179 | 39 | 218 |
---|---|---|---|
HSL | 0.80 | 0.71 | 0.50 |
HSV | 287° | 82° | 85° |
CMYK | 0.18 | 0.82 | 0.00 0.15 |
XYZ | 31.9708 | 16.0967 | 67.7516 |
Yxy | 16.0967 | 0.2760 | 0.1390 |
Hunter Lab | 40.1207 | 72.0293 | -72.0382 |
CIE-Lab | 47.1011 | 75.7421 | -61.9507 |
#b327da color RGB value is (179,39,218).
#b327da hex color red value is 179, green value is 39 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b327da hue: 0.80 , saturation: 0.71 and the lightness value of b327da is 0.50.
The process color (four color CMYK) of #b327da color hex is 0.18, 0.82, 0.00, 0.15. Web safe color of #b327da is #cc33cc. Color #b327da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00100111 | 11011010 |
Octal | 263 | 47 | 332 |
Decimal | 179 | 39 | 218 |
Hex | B3 | 27 | DA |
Shades of #b327da
Tints of #b327da
RGB Percentages of Color #b327da
CMYK Percentages of Color #b327da
Complementary Color
#b327da | #4eda27 |
#b327da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b327da Color Preview on White Background
Lorem ipsum dolor sit amet.
#b327da Color CSS Codes
.mybgcolor {background-color:#b327da; } .myforecolor {color:#b327da; } .mybordercolor {border:3px solid #b327da; }
#b327da Text Font Color
<p style="color:#b327da">Text here</p>
This sample text font color is #b327da
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.
#b327da Background Color
<div style="background-color:#b327da">
Div content here</div>
This div background color is #b327da
#b327da Border Color
<div style="border:3px solid #b327da">
Div here</div>
This div border color is #b327da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,39,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b327da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b327da; -webkit-box-shadow: 1px 1px 3px 2px #b327da; box-shadow: 1px 1px 3px 2px #b327da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,39,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b327da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b327da; -webkit-box-shadow: 1px 1px 3px 2px #b327da; box-shadow: 1px 1px 3px 2px #b327da;">
Div content here</div>
This div box has shadow with color #b327da
Comments
No comments written yet.
Please login to write comment.