Color spaces of #af4cab
RGB | 175 | 76 | 171 |
---|---|---|---|
HSL | 0.84 | 0.39 | 0.49 |
HSV | 302° | 57° | 69° |
CMYK | 0.00 | 0.57 | 0.02 0.31 |
XYZ | 27.6143 | 17.2231 | 40.3970 |
Yxy | 17.2231 | 0.3240 | 0.2021 |
Hunter Lab | 41.5007 | 46.1464 | -28.6627 |
CIE-Lab | 48.5399 | 52.9687 | -32.4363 |
#af4cab color RGB value is (175,76,171).
#af4cab hex color red value is 175, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #af4cab hue: 0.84 , saturation: 0.39 and the lightness value of af4cab is 0.49.
The process color (four color CMYK) of #af4cab color hex is 0.00, 0.57, 0.02, 0.31. Web safe color of #af4cab is #993399. Color #af4cab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01001100 | 10101011 |
Octal | 257 | 114 | 253 |
Decimal | 175 | 76 | 171 |
Hex | AF | 4C | AB |
Shades of #af4cab
Tints of #af4cab
RGB Percentages of Color #af4cab
CMYK Percentages of Color #af4cab
Complementary Color
#af4cab | #4caf50 |
#af4cab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af4cab Color Preview on White Background
Lorem ipsum dolor sit amet.
#af4cab Color CSS Codes
.mybgcolor {background-color:#af4cab; } .myforecolor {color:#af4cab; } .mybordercolor {border:3px solid #af4cab; }
#af4cab Text Font Color
<p style="color:#af4cab">Text here</p>
This sample text font color is #af4cab
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.
#af4cab Background Color
<div style="background-color:#af4cab">
Div content here</div>
This div background color is #af4cab
#af4cab Border Color
<div style="border:3px solid #af4cab">
Div here</div>
This div border color is #af4cab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,76,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af4cab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af4cab; -webkit-box-shadow: 1px 1px 3px 2px #af4cab; box-shadow: 1px 1px 3px 2px #af4cab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,76,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af4cab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af4cab; -webkit-box-shadow: 1px 1px 3px 2px #af4cab; box-shadow: 1px 1px 3px 2px #af4cab;">
Div content here</div>
This div box has shadow with color #af4cab
Comments
No comments written yet.
Please login to write comment.