Color spaces of #af74aa
RGB | 175 | 116 | 170 |
---|---|---|---|
HSL | 0.85 | 0.27 | 0.57 |
HSV | 305° | 34° | 69° |
CMYK | 0.00 | 0.34 | 0.03 0.31 |
XYZ | 31.1803 | 24.5070 | 41.1172 |
Yxy | 24.5070 | 0.3221 | 0.2532 |
Hunter Lab | 49.5045 | 25.7948 | -14.5916 |
CIE-Lab | 56.5919 | 31.9437 | -19.4026 |
#af74aa color RGB value is (175,116,170).
#af74aa hex color red value is 175, green value is 116 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af74aa hue: 0.85 , saturation: 0.27 and the lightness value of af74aa is 0.57.
The process color (four color CMYK) of #af74aa color hex is 0.00, 0.34, 0.03, 0.31. Web safe color of #af74aa is #996699. Color #af74aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110100 | 10101010 |
Octal | 257 | 164 | 252 |
Decimal | 175 | 116 | 170 |
Hex | AF | 74 | AA |
Shades of #af74aa
Tints of #af74aa
RGB Percentages of Color #af74aa
CMYK Percentages of Color #af74aa
Complementary Color
#af74aa | #74af79 |
#af74aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af74aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#af74aa Color CSS Codes
.mybgcolor {background-color:#af74aa; } .myforecolor {color:#af74aa; } .mybordercolor {border:3px solid #af74aa; }
#af74aa Text Font Color
<p style="color:#af74aa">Text here</p>
This sample text font color is #af74aa
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.
#af74aa Background Color
<div style="background-color:#af74aa">
Div content here</div>
This div background color is #af74aa
#af74aa Border Color
<div style="border:3px solid #af74aa">
Div here</div>
This div border color is #af74aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,116,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af74aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af74aa; -webkit-box-shadow: 1px 1px 3px 2px #af74aa; box-shadow: 1px 1px 3px 2px #af74aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,116,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af74aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af74aa; -webkit-box-shadow: 1px 1px 3px 2px #af74aa; box-shadow: 1px 1px 3px 2px #af74aa;">
Div content here</div>
This div box has shadow with color #af74aa
#af74aa Color Palettes
Comments
No comments written yet.
Please login to write comment.