Color spaces of #af256e
RGB | 175 | 37 | 110 |
---|---|---|---|
HSL | 0.91 | 0.65 | 0.42 |
HSV | 328° | 79° | 69° |
CMYK | 0.00 | 0.79 | 0.37 0.31 |
XYZ | 21.1552 | 11.5629 | 15.8687 |
Yxy | 11.5629 | 0.4354 | 0.2380 |
Hunter Lab | 34.0043 | 51.5434 | -3.8658 |
CIE-Lab | 40.5128 | 59.4244 | -7.8145 |
#af256e color RGB value is (175,37,110).
#af256e hex color red value is 175, green value is 37 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af256e hue: 0.91 , saturation: 0.65 and the lightness value of af256e is 0.42.
The process color (four color CMYK) of #af256e color hex is 0.00, 0.79, 0.37, 0.31. Web safe color of #af256e is #993366. Color #af256e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00100101 | 01101110 |
Octal | 257 | 45 | 156 |
Decimal | 175 | 37 | 110 |
Hex | AF | 25 | 6E |
Shades of #af256e
Tints of #af256e
RGB Percentages of Color #af256e
CMYK Percentages of Color #af256e
Complementary Color
#af256e | #25af66 |
#af256e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af256e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af256e Color CSS Codes
.mybgcolor {background-color:#af256e; } .myforecolor {color:#af256e; } .mybordercolor {border:3px solid #af256e; }
#af256e Text Font Color
<p style="color:#af256e">Text here</p>
This sample text font color is #af256e
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.
#af256e Background Color
<div style="background-color:#af256e">
Div content here</div>
This div background color is #af256e
#af256e Border Color
<div style="border:3px solid #af256e">
Div here</div>
This div border color is #af256e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,37,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af256e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af256e; -webkit-box-shadow: 1px 1px 3px 2px #af256e; box-shadow: 1px 1px 3px 2px #af256e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,37,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af256e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af256e; -webkit-box-shadow: 1px 1px 3px 2px #af256e; box-shadow: 1px 1px 3px 2px #af256e;">
Div content here</div>
This div box has shadow with color #af256e
Comments
No comments written yet.
Please login to write comment.