Color spaces of #af498b
RGB | 175 | 73 | 139 |
---|---|---|---|
HSL | 0.89 | 0.41 | 0.49 |
HSV | 321° | 58° | 69° |
CMYK | 0.00 | 0.58 | 0.21 0.31 |
XYZ | 24.7219 | 15.7431 | 26.1618 |
Yxy | 15.7431 | 0.3711 | 0.2363 |
Hunter Lab | 39.6776 | 41.7822 | -11.3191 |
CIE-Lab | 46.6356 | 49.1857 | -16.3442 |
#af498b color RGB value is (175,73,139).
#af498b hex color red value is 175, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #af498b hue: 0.89 , saturation: 0.41 and the lightness value of af498b is 0.49.
The process color (four color CMYK) of #af498b color hex is 0.00, 0.58, 0.21, 0.31. Web safe color of #af498b is #993399. Color #af498b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01001001 | 10001011 |
Octal | 257 | 111 | 213 |
Decimal | 175 | 73 | 139 |
Hex | AF | 49 | 8B |
Shades of #af498b
Tints of #af498b
RGB Percentages of Color #af498b
CMYK Percentages of Color #af498b
Complementary Color
#af498b | #49af6d |
#af498b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af498b Color Preview on White Background
Lorem ipsum dolor sit amet.
#af498b Color CSS Codes
.mybgcolor {background-color:#af498b; } .myforecolor {color:#af498b; } .mybordercolor {border:3px solid #af498b; }
#af498b Text Font Color
<p style="color:#af498b">Text here</p>
This sample text font color is #af498b
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.
#af498b Background Color
<div style="background-color:#af498b">
Div content here</div>
This div background color is #af498b
#af498b Border Color
<div style="border:3px solid #af498b">
Div here</div>
This div border color is #af498b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,73,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af498b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af498b; -webkit-box-shadow: 1px 1px 3px 2px #af498b; box-shadow: 1px 1px 3px 2px #af498b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,73,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af498b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af498b; -webkit-box-shadow: 1px 1px 3px 2px #af498b; box-shadow: 1px 1px 3px 2px #af498b;">
Div content here</div>
This div box has shadow with color #af498b
Comments
No comments written yet.
Please login to write comment.