Color spaces of #af698a
RGB | 175 | 105 | 138 |
---|---|---|---|
HSL | 0.92 | 0.30 | 0.55 |
HSV | 332° | 40° | 69° |
CMYK | 0.00 | 0.40 | 0.21 0.31 |
XYZ | 27.3182 | 21.0521 | 26.6684 |
Yxy | 21.0521 | 0.3641 | 0.2805 |
Hunter Lab | 45.8826 | 25.9833 | -2.3434 |
CIE-Lab | 53.0065 | 32.5284 | -6.1574 |
#af698a color RGB value is (175,105,138).
#af698a hex color red value is 175, green value is 105 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #af698a hue: 0.92 , saturation: 0.30 and the lightness value of af698a is 0.55.
The process color (four color CMYK) of #af698a color hex is 0.00, 0.40, 0.21, 0.31. Web safe color of #af698a is #996699. Color #af698a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01101001 | 10001010 |
Octal | 257 | 151 | 212 |
Decimal | 175 | 105 | 138 |
Hex | AF | 69 | 8A |
Shades of #af698a
Tints of #af698a
RGB Percentages of Color #af698a
CMYK Percentages of Color #af698a
Complementary Color
#af698a | #69af8e |
#af698a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af698a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af698a Color CSS Codes
.mybgcolor {background-color:#af698a; } .myforecolor {color:#af698a; } .mybordercolor {border:3px solid #af698a; }
#af698a Text Font Color
<p style="color:#af698a">Text here</p>
This sample text font color is #af698a
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.
#af698a Background Color
<div style="background-color:#af698a">
Div content here</div>
This div background color is #af698a
#af698a Border Color
<div style="border:3px solid #af698a">
Div here</div>
This div border color is #af698a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,105,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af698a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af698a; -webkit-box-shadow: 1px 1px 3px 2px #af698a; box-shadow: 1px 1px 3px 2px #af698a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,105,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af698a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af698a; -webkit-box-shadow: 1px 1px 3px 2px #af698a; box-shadow: 1px 1px 3px 2px #af698a;">
Div content here</div>
This div box has shadow with color #af698a
Comments
No comments written yet.
Please login to write comment.