Color spaces of #af368f
RGB | 175 | 54 | 143 |
---|---|---|---|
HSL | 0.88 | 0.53 | 0.45 |
HSV | 316° | 69° | 69° |
CMYK | 0.00 | 0.69 | 0.18 0.31 |
XYZ | 23.9563 | 13.7355 | 27.3752 |
Yxy | 13.7355 | 0.3682 | 0.2111 |
Hunter Lab | 37.0614 | 50.5239 | -17.8512 |
CIE-Lab | 43.8512 | 57.8583 | -23.0382 |
#af368f color RGB value is (175,54,143).
#af368f hex color red value is 175, green value is 54 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af368f hue: 0.88 , saturation: 0.53 and the lightness value of af368f is 0.45.
The process color (four color CMYK) of #af368f color hex is 0.00, 0.69, 0.18, 0.31. Web safe color of #af368f is #993399. Color #af368f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00110110 | 10001111 |
Octal | 257 | 66 | 217 |
Decimal | 175 | 54 | 143 |
Hex | AF | 36 | 8F |
Shades of #af368f
Tints of #af368f
RGB Percentages of Color #af368f
CMYK Percentages of Color #af368f
Complementary Color
#af368f | #36af56 |
#af368f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af368f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af368f Color CSS Codes
.mybgcolor {background-color:#af368f; } .myforecolor {color:#af368f; } .mybordercolor {border:3px solid #af368f; }
#af368f Text Font Color
<p style="color:#af368f">Text here</p>
This sample text font color is #af368f
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.
#af368f Background Color
<div style="background-color:#af368f">
Div content here</div>
This div background color is #af368f
#af368f Border Color
<div style="border:3px solid #af368f">
Div here</div>
This div border color is #af368f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,54,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af368f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af368f; -webkit-box-shadow: 1px 1px 3px 2px #af368f; box-shadow: 1px 1px 3px 2px #af368f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,54,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af368f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af368f; -webkit-box-shadow: 1px 1px 3px 2px #af368f; box-shadow: 1px 1px 3px 2px #af368f;">
Div content here</div>
This div box has shadow with color #af368f
Comments
No comments written yet.
Please login to write comment.