Color spaces of #af238d
RGB | 175 | 35 | 141 |
---|---|---|---|
HSL | 0.87 | 0.67 | 0.41 |
HSV | 315° | 80° | 69° |
CMYK | 0.00 | 0.80 | 0.19 0.31 |
XYZ | 23.0879 | 12.2391 | 26.3448 |
Yxy | 12.2391 | 0.3744 | 0.1985 |
Hunter Lab | 34.9844 | 56.5780 | -20.1589 |
CIE-Lab | 41.5936 | 63.7258 | -25.3265 |
#af238d color RGB value is (175,35,141).
#af238d hex color red value is 175, green value is 35 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #af238d hue: 0.87 , saturation: 0.67 and the lightness value of af238d is 0.41.
The process color (four color CMYK) of #af238d color hex is 0.00, 0.80, 0.19, 0.31. Web safe color of #af238d is #993399. Color #af238d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00100011 | 10001101 |
Octal | 257 | 43 | 215 |
Decimal | 175 | 35 | 141 |
Hex | AF | 23 | 8D |
Shades of #af238d
Tints of #af238d
RGB Percentages of Color #af238d
CMYK Percentages of Color #af238d
Complementary Color
#af238d | #23af45 |
#af238d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af238d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af238d Color CSS Codes
.mybgcolor {background-color:#af238d; } .myforecolor {color:#af238d; } .mybordercolor {border:3px solid #af238d; }
#af238d Text Font Color
<p style="color:#af238d">Text here</p>
This sample text font color is #af238d
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.
#af238d Background Color
<div style="background-color:#af238d">
Div content here</div>
This div background color is #af238d
#af238d Border Color
<div style="border:3px solid #af238d">
Div here</div>
This div border color is #af238d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,35,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af238d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af238d; -webkit-box-shadow: 1px 1px 3px 2px #af238d; box-shadow: 1px 1px 3px 2px #af238d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,35,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 #af238d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af238d; -webkit-box-shadow: 1px 1px 3px 2px #af238d; box-shadow: 1px 1px 3px 2px #af238d;">
Div content here</div>
This div box has shadow with color #af238d
Comments
No comments written yet.
Please login to write comment.