Color spaces of #af416d
RGB | 175 | 65 | 109 |
---|---|---|---|
HSL | 0.93 | 0.46 | 0.47 |
HSV | 336° | 63° | 69° |
CMYK | 0.00 | 0.63 | 0.38 0.31 |
XYZ | 22.3298 | 13.9987 | 15.9931 |
Yxy | 13.9987 | 0.4268 | 0.2676 |
Hunter Lab | 37.4148 | 41.0558 | 0.8467 |
CIE-Lab | 44.2311 | 48.9049 | -1.6780 |
#af416d color RGB value is (175,65,109).
#af416d hex color red value is 175, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af416d hue: 0.93 , saturation: 0.46 and the lightness value of af416d is 0.47.
The process color (four color CMYK) of #af416d color hex is 0.00, 0.63, 0.38, 0.31. Web safe color of #af416d is #993366. Color #af416d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01000001 | 01101101 |
Octal | 257 | 101 | 155 |
Decimal | 175 | 65 | 109 |
Hex | AF | 41 | 6D |
Shades of #af416d
Tints of #af416d
RGB Percentages of Color #af416d
CMYK Percentages of Color #af416d
Complementary Color
#af416d | #41af83 |
#af416d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af416d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af416d Color CSS Codes
.mybgcolor {background-color:#af416d; } .myforecolor {color:#af416d; } .mybordercolor {border:3px solid #af416d; }
#af416d Text Font Color
<p style="color:#af416d">Text here</p>
This sample text font color is #af416d
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.
#af416d Background Color
<div style="background-color:#af416d">
Div content here</div>
This div background color is #af416d
#af416d Border Color
<div style="border:3px solid #af416d">
Div here</div>
This div border color is #af416d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,65,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af416d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af416d; -webkit-box-shadow: 1px 1px 3px 2px #af416d; box-shadow: 1px 1px 3px 2px #af416d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,65,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af416d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af416d; -webkit-box-shadow: 1px 1px 3px 2px #af416d; box-shadow: 1px 1px 3px 2px #af416d;">
Div content here</div>
This div box has shadow with color #af416d
#af416d Color Palettes
Comments
No comments written yet.
Please login to write comment.