Color spaces of #af188a
RGB | 175 | 24 | 138 |
---|---|---|---|
HSL | 0.87 | 0.76 | 0.39 |
HSV | 315° | 86° | 69° |
CMYK | 0.00 | 0.86 | 0.21 0.31 |
XYZ | 22.5933 | 11.6022 | 25.0934 |
Yxy | 11.6022 | 0.3811 | 0.1957 |
Hunter Lab | 34.0620 | 58.7904 | -19.8354 |
CIE-Lab | 40.5768 | 65.8650 | -25.0744 |
#af188a color RGB value is (175,24,138).
#af188a hex color red value is 175, green value is 24 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #af188a hue: 0.87 , saturation: 0.76 and the lightness value of af188a is 0.39.
The process color (four color CMYK) of #af188a color hex is 0.00, 0.86, 0.21, 0.31. Web safe color of #af188a is #990099. Color #af188a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00011000 | 10001010 |
Octal | 257 | 30 | 212 |
Decimal | 175 | 24 | 138 |
Hex | AF | 18 | 8A |
Shades of #af188a
Tints of #af188a
RGB Percentages of Color #af188a
CMYK Percentages of Color #af188a
Complementary Color
#af188a | #18af3d |
#af188a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af188a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af188a Color CSS Codes
.mybgcolor {background-color:#af188a; } .myforecolor {color:#af188a; } .mybordercolor {border:3px solid #af188a; }
#af188a Text Font Color
<p style="color:#af188a">Text here</p>
This sample text font color is #af188a
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.
#af188a Background Color
<div style="background-color:#af188a">
Div content here</div>
This div background color is #af188a
#af188a Border Color
<div style="border:3px solid #af188a">
Div here</div>
This div border color is #af188a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,24,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af188a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af188a; -webkit-box-shadow: 1px 1px 3px 2px #af188a; box-shadow: 1px 1px 3px 2px #af188a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,24,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af188a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af188a; -webkit-box-shadow: 1px 1px 3px 2px #af188a; box-shadow: 1px 1px 3px 2px #af188a;">
Div content here</div>
This div box has shadow with color #af188a
Comments
No comments written yet.
Please login to write comment.