Color spaces of #b715af
RGB | 183 | 21 | 175 |
---|---|---|---|
HSL | 0.84 | 0.79 | 0.40 |
HSV | 303° | 89° | 72° |
CMYK | 0.00 | 0.89 | 0.04 0.28 |
XYZ | 27.5345 | 13.6988 | 41.7503 |
Yxy | 13.6988 | 0.3318 | 0.1651 |
Hunter Lab | 37.0119 | 68.0219 | -40.9722 |
CIE-Lab | 43.7978 | 73.0894 | -42.1995 |
#b715af color RGB value is (183,21,175).
#b715af hex color red value is 183, green value is 21 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b715af hue: 0.84 , saturation: 0.79 and the lightness value of b715af is 0.40.
The process color (four color CMYK) of #b715af color hex is 0.00, 0.89, 0.04, 0.28. Web safe color of #b715af is #cc0099. Color #b715af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00010101 | 10101111 |
Octal | 267 | 25 | 257 |
Decimal | 183 | 21 | 175 |
Hex | B7 | 15 | AF |
Shades of #b715af
Tints of #b715af
RGB Percentages of Color #b715af
CMYK Percentages of Color #b715af
Complementary Color
#b715af | #15b71d |
#b715af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b715af Color Preview on White Background
Lorem ipsum dolor sit amet.
#b715af Color CSS Codes
.mybgcolor {background-color:#b715af; } .myforecolor {color:#b715af; } .mybordercolor {border:3px solid #b715af; }
#b715af Text Font Color
<p style="color:#b715af">Text here</p>
This sample text font color is #b715af
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.
#b715af Background Color
<div style="background-color:#b715af">
Div content here</div>
This div background color is #b715af
#b715af Border Color
<div style="border:3px solid #b715af">
Div here</div>
This div border color is #b715af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,21,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b715af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b715af; -webkit-box-shadow: 1px 1px 3px 2px #b715af; box-shadow: 1px 1px 3px 2px #b715af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,21,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b715af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b715af; -webkit-box-shadow: 1px 1px 3px 2px #b715af; box-shadow: 1px 1px 3px 2px #b715af;">
Div content here</div>
This div box has shadow with color #b715af
Comments
No comments written yet.
Please login to write comment.