Color spaces of #af739b
RGB | 175 | 115 | 155 |
---|---|---|---|
HSL | 0.89 | 0.27 | 0.57 |
HSV | 320° | 34° | 69° |
CMYK | 0.00 | 0.34 | 0.11 0.31 |
XYZ | 29.7263 | 23.7420 | 34.0263 |
Yxy | 23.7420 | 0.3398 | 0.2714 |
Hunter Lab | 48.7258 | 23.6280 | -7.2955 |
CIE-Lab | 55.8285 | 29.7882 | -11.8790 |
#af739b color RGB value is (175,115,155).
#af739b hex color red value is 175, green value is 115 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #af739b hue: 0.89 , saturation: 0.27 and the lightness value of af739b is 0.57.
The process color (four color CMYK) of #af739b color hex is 0.00, 0.34, 0.11, 0.31. Web safe color of #af739b is #996699. Color #af739b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110011 | 10011011 |
Octal | 257 | 163 | 233 |
Decimal | 175 | 115 | 155 |
Hex | AF | 73 | 9B |
Shades of #af739b
Tints of #af739b
RGB Percentages of Color #af739b
CMYK Percentages of Color #af739b
Complementary Color
#af739b | #73af87 |
#af739b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af739b Color Preview on White Background
Lorem ipsum dolor sit amet.
#af739b Color CSS Codes
.mybgcolor {background-color:#af739b; } .myforecolor {color:#af739b; } .mybordercolor {border:3px solid #af739b; }
#af739b Text Font Color
<p style="color:#af739b">Text here</p>
This sample text font color is #af739b
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.
#af739b Background Color
<div style="background-color:#af739b">
Div content here</div>
This div background color is #af739b
#af739b Border Color
<div style="border:3px solid #af739b">
Div here</div>
This div border color is #af739b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,115,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af739b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af739b; -webkit-box-shadow: 1px 1px 3px 2px #af739b; box-shadow: 1px 1px 3px 2px #af739b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,115,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af739b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af739b; -webkit-box-shadow: 1px 1px 3px 2px #af739b; box-shadow: 1px 1px 3px 2px #af739b;">
Div content here</div>
This div box has shadow with color #af739b
Comments
No comments written yet.
Please login to write comment.