Color spaces of #af779e
RGB | 175 | 119 | 158 |
---|---|---|---|
HSL | 0.88 | 0.26 | 0.58 |
HSV | 318° | 32° | 69° |
CMYK | 0.00 | 0.32 | 0.10 0.31 |
XYZ | 30.4476 | 24.7762 | 35.5253 |
Yxy | 24.7762 | 0.3355 | 0.2730 |
Hunter Lab | 49.7757 | 22.0803 | -7.4727 |
CIE-Lab | 56.8567 | 28.0796 | -12.0708 |
#af779e color RGB value is (175,119,158).
#af779e hex color red value is 175, green value is 119 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af779e hue: 0.88 , saturation: 0.26 and the lightness value of af779e is 0.58.
The process color (four color CMYK) of #af779e color hex is 0.00, 0.32, 0.10, 0.31. Web safe color of #af779e is #996699. Color #af779e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110111 | 10011110 |
Octal | 257 | 167 | 236 |
Decimal | 175 | 119 | 158 |
Hex | AF | 77 | 9E |
Shades of #af779e
Tints of #af779e
RGB Percentages of Color #af779e
CMYK Percentages of Color #af779e
Complementary Color
#af779e | #77af88 |
#af779e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af779e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af779e Color CSS Codes
.mybgcolor {background-color:#af779e; } .myforecolor {color:#af779e; } .mybordercolor {border:3px solid #af779e; }
#af779e Text Font Color
<p style="color:#af779e">Text here</p>
This sample text font color is #af779e
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.
#af779e Background Color
<div style="background-color:#af779e">
Div content here</div>
This div background color is #af779e
#af779e Border Color
<div style="border:3px solid #af779e">
Div here</div>
This div border color is #af779e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,119,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af779e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af779e; -webkit-box-shadow: 1px 1px 3px 2px #af779e; box-shadow: 1px 1px 3px 2px #af779e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,119,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af779e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af779e; -webkit-box-shadow: 1px 1px 3px 2px #af779e; box-shadow: 1px 1px 3px 2px #af779e;">
Div content here</div>
This div box has shadow with color #af779e
Comments
No comments written yet.
Please login to write comment.