Color spaces of #af248d
RGB | 175 | 36 | 141 |
---|---|---|---|
HSL | 0.87 | 0.66 | 0.41 |
HSV | 315° | 79° | 69° |
CMYK | 0.00 | 0.79 | 0.19 0.31 |
XYZ | 23.1178 | 12.2988 | 26.3548 |
Yxy | 12.2988 | 0.3742 | 0.1991 |
Hunter Lab | 35.0696 | 56.2948 | -20.0076 |
CIE-Lab | 41.6871 | 63.4574 | -25.1811 |
#af248d color RGB value is (175,36,141).
#af248d hex color red value is 175, green value is 36 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #af248d hue: 0.87 , saturation: 0.66 and the lightness value of af248d is 0.41.
The process color (four color CMYK) of #af248d color hex is 0.00, 0.79, 0.19, 0.31. Web safe color of #af248d is #993399. Color #af248d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00100100 | 10001101 |
Octal | 257 | 44 | 215 |
Decimal | 175 | 36 | 141 |
Hex | AF | 24 | 8D |
Shades of #af248d
Tints of #af248d
RGB Percentages of Color #af248d
CMYK Percentages of Color #af248d
Complementary Color
#af248d | #24af46 |
#af248d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af248d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af248d Color CSS Codes
.mybgcolor {background-color:#af248d; } .myforecolor {color:#af248d; } .mybordercolor {border:3px solid #af248d; }
#af248d Text Font Color
<p style="color:#af248d">Text here</p>
This sample text font color is #af248d
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.
#af248d Background Color
<div style="background-color:#af248d">
Div content here</div>
This div background color is #af248d
#af248d Border Color
<div style="border:3px solid #af248d">
Div here</div>
This div border color is #af248d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,36,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af248d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af248d; -webkit-box-shadow: 1px 1px 3px 2px #af248d; box-shadow: 1px 1px 3px 2px #af248d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,36,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af248d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af248d; -webkit-box-shadow: 1px 1px 3px 2px #af248d; box-shadow: 1px 1px 3px 2px #af248d;">
Div content here</div>
This div box has shadow with color #af248d
Comments
No comments written yet.
Please login to write comment.