Color spaces of #b762ac
RGB | 183 | 98 | 172 |
---|---|---|---|
HSL | 0.85 | 0.37 | 0.55 |
HSV | 308° | 46° | 72° |
CMYK | 0.00 | 0.46 | 0.06 0.28 |
XYZ | 31.3425 | 21.7812 | 41.5820 |
Yxy | 21.7812 | 0.3309 | 0.2300 |
Hunter Lab | 46.6703 | 38.2026 | -20.1565 |
CIE-Lab | 53.7941 | 44.6001 | -24.7691 |
#b762ac color RGB value is (183,98,172).
#b762ac hex color red value is 183, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b762ac hue: 0.85 , saturation: 0.37 and the lightness value of b762ac is 0.55.
The process color (four color CMYK) of #b762ac color hex is 0.00, 0.46, 0.06, 0.28. Web safe color of #b762ac is #cc6699. Color #b762ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01100010 | 10101100 |
Octal | 267 | 142 | 254 |
Decimal | 183 | 98 | 172 |
Hex | B7 | 62 | AC |
Shades of #b762ac
Tints of #b762ac
RGB Percentages of Color #b762ac
CMYK Percentages of Color #b762ac
Complementary Color
#b762ac | #62b76d |
#b762ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b762ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b762ac Color CSS Codes
.mybgcolor {background-color:#b762ac; } .myforecolor {color:#b762ac; } .mybordercolor {border:3px solid #b762ac; }
#b762ac Text Font Color
<p style="color:#b762ac">Text here</p>
This sample text font color is #b762ac
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.
#b762ac Background Color
<div style="background-color:#b762ac">
Div content here</div>
This div background color is #b762ac
#b762ac Border Color
<div style="border:3px solid #b762ac">
Div here</div>
This div border color is #b762ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,98,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b762ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b762ac; -webkit-box-shadow: 1px 1px 3px 2px #b762ac; box-shadow: 1px 1px 3px 2px #b762ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,98,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 #b762ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b762ac; -webkit-box-shadow: 1px 1px 3px 2px #b762ac; box-shadow: 1px 1px 3px 2px #b762ac;">
Div content here</div>
This div box has shadow with color #b762ac
Comments
No comments written yet.
Please login to write comment.