Color spaces of #af758b
RGB | 175 | 117 | 139 |
---|---|---|---|
HSL | 0.94 | 0.27 | 0.57 |
HSV | 337° | 33° | 69° |
CMYK | 0.00 | 0.33 | 0.21 0.31 |
XYZ | 28.7007 | 23.7006 | 27.4881 |
Yxy | 23.7006 | 0.3593 | 0.2967 |
Hunter Lab | 48.6833 | 20.0371 | 0.6013 |
CIE-Lab | 55.7868 | 26.0193 | -2.6329 |
#af758b color RGB value is (175,117,139).
#af758b hex color red value is 175, green value is 117 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #af758b hue: 0.94 , saturation: 0.27 and the lightness value of af758b is 0.57.
The process color (four color CMYK) of #af758b color hex is 0.00, 0.33, 0.21, 0.31. Web safe color of #af758b is #996699. Color #af758b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110101 | 10001011 |
Octal | 257 | 165 | 213 |
Decimal | 175 | 117 | 139 |
Hex | AF | 75 | 8B |
Shades of #af758b
Tints of #af758b
RGB Percentages of Color #af758b
CMYK Percentages of Color #af758b
Complementary Color
#af758b | #75af99 |
#af758b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af758b Color Preview on White Background
Lorem ipsum dolor sit amet.
#af758b Color CSS Codes
.mybgcolor {background-color:#af758b; } .myforecolor {color:#af758b; } .mybordercolor {border:3px solid #af758b; }
#af758b Text Font Color
<p style="color:#af758b">Text here</p>
This sample text font color is #af758b
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.
#af758b Background Color
<div style="background-color:#af758b">
Div content here</div>
This div background color is #af758b
#af758b Border Color
<div style="border:3px solid #af758b">
Div here</div>
This div border color is #af758b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,117,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af758b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af758b; -webkit-box-shadow: 1px 1px 3px 2px #af758b; box-shadow: 1px 1px 3px 2px #af758b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,117,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 #af758b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af758b; -webkit-box-shadow: 1px 1px 3px 2px #af758b; box-shadow: 1px 1px 3px 2px #af758b;">
Div content here</div>
This div box has shadow with color #af758b
Comments
No comments written yet.
Please login to write comment.