Color spaces of #b629ac
RGB | 182 | 41 | 172 |
---|---|---|---|
HSL | 0.85 | 0.63 | 0.44 |
HSV | 304° | 77° | 71° |
CMYK | 0.00 | 0.77 | 0.05 0.29 |
XYZ | 27.5307 | 14.5095 | 40.3793 |
Yxy | 14.5095 | 0.3340 | 0.1760 |
Hunter Lab | 38.0913 | 62.3519 | -36.1873 |
CIE-Lab | 44.9549 | 68.0867 | -38.5963 |
#b629ac color RGB value is (182,41,172).
#b629ac hex color red value is 182, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b629ac hue: 0.85 , saturation: 0.63 and the lightness value of b629ac is 0.44.
The process color (four color CMYK) of #b629ac color hex is 0.00, 0.77, 0.05, 0.29. Web safe color of #b629ac is #cc3399. Color #b629ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00101001 | 10101100 |
Octal | 266 | 51 | 254 |
Decimal | 182 | 41 | 172 |
Hex | B6 | 29 | AC |
Shades of #b629ac
Tints of #b629ac
RGB Percentages of Color #b629ac
CMYK Percentages of Color #b629ac
Complementary Color
#b629ac | #29b633 |
#b629ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b629ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b629ac Color CSS Codes
.mybgcolor {background-color:#b629ac; } .myforecolor {color:#b629ac; } .mybordercolor {border:3px solid #b629ac; }
#b629ac Text Font Color
<p style="color:#b629ac">Text here</p>
This sample text font color is #b629ac
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.
#b629ac Background Color
<div style="background-color:#b629ac">
Div content here</div>
This div background color is #b629ac
#b629ac Border Color
<div style="border:3px solid #b629ac">
Div here</div>
This div border color is #b629ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,41,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b629ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b629ac; -webkit-box-shadow: 1px 1px 3px 2px #b629ac; box-shadow: 1px 1px 3px 2px #b629ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,41,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 #b629ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b629ac; -webkit-box-shadow: 1px 1px 3px 2px #b629ac; box-shadow: 1px 1px 3px 2px #b629ac;">
Div content here</div>
This div box has shadow with color #b629ac
Comments
No comments written yet.
Please login to write comment.