Color spaces of #af15cb
RGB | 175 | 21 | 203 |
---|---|---|---|
HSL | 0.81 | 0.81 | 0.44 |
HSV | 291° | 90° | 80° |
CMYK | 0.14 | 0.90 | 0.00 0.20 |
XYZ | 28.7269 | 13.9621 | 57.6808 |
Yxy | 13.9621 | 0.2862 | 0.1391 |
Hunter Lab | 37.3659 | 71.8405 | -65.3684 |
CIE-Lab | 44.1785 | 76.1569 | -58.0719 |
#af15cb color RGB value is (175,21,203).
#af15cb hex color red value is 175, green value is 21 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af15cb hue: 0.81 , saturation: 0.81 and the lightness value of af15cb is 0.44.
The process color (four color CMYK) of #af15cb color hex is 0.14, 0.90, 0.00, 0.20. Web safe color of #af15cb is #9900cc. Color #af15cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00010101 | 11001011 |
Octal | 257 | 25 | 313 |
Decimal | 175 | 21 | 203 |
Hex | AF | 15 | CB |
Shades of #af15cb
Tints of #af15cb
RGB Percentages of Color #af15cb
CMYK Percentages of Color #af15cb
Complementary Color
#af15cb | #31cb15 |
#af15cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af15cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#af15cb Color CSS Codes
.mybgcolor {background-color:#af15cb; } .myforecolor {color:#af15cb; } .mybordercolor {border:3px solid #af15cb; }
#af15cb Text Font Color
<p style="color:#af15cb">Text here</p>
This sample text font color is #af15cb
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.
#af15cb Background Color
<div style="background-color:#af15cb">
Div content here</div>
This div background color is #af15cb
#af15cb Border Color
<div style="border:3px solid #af15cb">
Div here</div>
This div border color is #af15cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,21,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af15cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af15cb; -webkit-box-shadow: 1px 1px 3px 2px #af15cb; box-shadow: 1px 1px 3px 2px #af15cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,21,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af15cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af15cb; -webkit-box-shadow: 1px 1px 3px 2px #af15cb; box-shadow: 1px 1px 3px 2px #af15cb;">
Div content here</div>
This div box has shadow with color #af15cb
Comments
No comments written yet.
Please login to write comment.