Color spaces of #b359cd
RGB | 179 | 89 | 205 |
---|---|---|---|
HSL | 0.80 | 0.54 | 0.58 |
HSV | 287° | 57° | 80° |
CMYK | 0.13 | 0.57 | 0.00 0.20 |
XYZ | 33.1822 | 21.1362 | 60.0884 |
Yxy | 21.1362 | 0.2900 | 0.1847 |
Hunter Lab | 45.9741 | 48.3791 | -45.3104 |
CIE-Lab | 53.0982 | 54.2300 | -44.9141 |
#b359cd color RGB value is (179,89,205).
#b359cd hex color red value is 179, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b359cd hue: 0.80 , saturation: 0.54 and the lightness value of b359cd is 0.58.
The process color (four color CMYK) of #b359cd color hex is 0.13, 0.57, 0.00, 0.20. Web safe color of #b359cd is #cc66cc. Color #b359cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01011001 | 11001101 |
Octal | 263 | 131 | 315 |
Decimal | 179 | 89 | 205 |
Hex | B3 | 59 | CD |
Shades of #b359cd
Tints of #b359cd
RGB Percentages of Color #b359cd
CMYK Percentages of Color #b359cd
Complementary Color
#b359cd | #73cd59 |
#b359cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b359cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b359cd Color CSS Codes
.mybgcolor {background-color:#b359cd; } .myforecolor {color:#b359cd; } .mybordercolor {border:3px solid #b359cd; }
#b359cd Text Font Color
<p style="color:#b359cd">Text here</p>
This sample text font color is #b359cd
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.
#b359cd Background Color
<div style="background-color:#b359cd">
Div content here</div>
This div background color is #b359cd
#b359cd Border Color
<div style="border:3px solid #b359cd">
Div here</div>
This div border color is #b359cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,89,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b359cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b359cd; -webkit-box-shadow: 1px 1px 3px 2px #b359cd; box-shadow: 1px 1px 3px 2px #b359cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,89,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b359cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b359cd; -webkit-box-shadow: 1px 1px 3px 2px #b359cd; box-shadow: 1px 1px 3px 2px #b359cd;">
Div content here</div>
This div box has shadow with color #b359cd
Comments
No comments written yet.
Please login to write comment.