Color spaces of #b621ac
RGB | 182 | 33 | 172 |
---|---|---|---|
HSL | 0.84 | 0.69 | 0.42 |
HSV | 304° | 82° | 71° |
CMYK | 0.00 | 0.82 | 0.05 0.29 |
XYZ | 27.2817 | 14.0114 | 40.2963 |
Yxy | 14.0114 | 0.3344 | 0.1717 |
Hunter Lab | 37.4318 | 64.5918 | -37.6249 |
CIE-Lab | 44.2493 | 70.1279 | -39.7144 |
#b621ac color RGB value is (182,33,172).
#b621ac hex color red value is 182, green value is 33 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b621ac hue: 0.84 , saturation: 0.69 and the lightness value of b621ac is 0.42.
The process color (four color CMYK) of #b621ac color hex is 0.00, 0.82, 0.05, 0.29. Web safe color of #b621ac is #cc3399. Color #b621ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00100001 | 10101100 |
Octal | 266 | 41 | 254 |
Decimal | 182 | 33 | 172 |
Hex | B6 | 21 | AC |
Shades of #b621ac
Tints of #b621ac
RGB Percentages of Color #b621ac
CMYK Percentages of Color #b621ac
Complementary Color
#b621ac | #21b62b |
#b621ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b621ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b621ac Color CSS Codes
.mybgcolor {background-color:#b621ac; } .myforecolor {color:#b621ac; } .mybordercolor {border:3px solid #b621ac; }
#b621ac Text Font Color
<p style="color:#b621ac">Text here</p>
This sample text font color is #b621ac
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.
#b621ac Background Color
<div style="background-color:#b621ac">
Div content here</div>
This div background color is #b621ac
#b621ac Border Color
<div style="border:3px solid #b621ac">
Div here</div>
This div border color is #b621ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,33,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b621ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b621ac; -webkit-box-shadow: 1px 1px 3px 2px #b621ac; box-shadow: 1px 1px 3px 2px #b621ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,33,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b621ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b621ac; -webkit-box-shadow: 1px 1px 3px 2px #b621ac; box-shadow: 1px 1px 3px 2px #b621ac;">
Div content here</div>
This div box has shadow with color #b621ac
Comments
No comments written yet.
Please login to write comment.