Color spaces of #b347ca
RGB | 179 | 71 | 202 |
---|---|---|---|
HSL | 0.80 | 0.55 | 0.54 |
HSV | 289° | 65° | 79° |
CMYK | 0.11 | 0.65 | 0.00 0.21 |
XYZ | 31.5043 | 18.3545 | 57.7594 |
Yxy | 18.3545 | 0.2927 | 0.1706 |
Hunter Lab | 42.8422 | 56.2876 | -49.9447 |
CIE-Lab | 49.9233 | 61.8780 | -48.2407 |
#b347ca color RGB value is (179,71,202).
#b347ca hex color red value is 179, green value is 71 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b347ca hue: 0.80 , saturation: 0.55 and the lightness value of b347ca is 0.54.
The process color (four color CMYK) of #b347ca color hex is 0.11, 0.65, 0.00, 0.21. Web safe color of #b347ca is #cc33cc. Color #b347ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01000111 | 11001010 |
Octal | 263 | 107 | 312 |
Decimal | 179 | 71 | 202 |
Hex | B3 | 47 | CA |
Shades of #b347ca
Tints of #b347ca
RGB Percentages of Color #b347ca
CMYK Percentages of Color #b347ca
Complementary Color
#b347ca | #5eca47 |
#b347ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b347ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b347ca Color CSS Codes
.mybgcolor {background-color:#b347ca; } .myforecolor {color:#b347ca; } .mybordercolor {border:3px solid #b347ca; }
#b347ca Text Font Color
<p style="color:#b347ca">Text here</p>
This sample text font color is #b347ca
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.
#b347ca Background Color
<div style="background-color:#b347ca">
Div content here</div>
This div background color is #b347ca
#b347ca Border Color
<div style="border:3px solid #b347ca">
Div here</div>
This div border color is #b347ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,71,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b347ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b347ca; -webkit-box-shadow: 1px 1px 3px 2px #b347ca; box-shadow: 1px 1px 3px 2px #b347ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,71,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b347ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b347ca; -webkit-box-shadow: 1px 1px 3px 2px #b347ca; box-shadow: 1px 1px 3px 2px #b347ca;">
Div content here</div>
This div box has shadow with color #b347ca
Comments
No comments written yet.
Please login to write comment.