Color spaces of #a2afd1
RGB | 162 | 175 | 209 |
---|---|---|---|
HSL | 0.62 | 0.34 | 0.73 |
HSV | 223° | 22° | 82° |
CMYK | 0.22 | 0.16 | 0.00 0.18 |
XYZ | 41.7389 | 42.9448 | 66.4109 |
Yxy | 42.9448 | 0.2762 | 0.2842 |
Hunter Lab | 65.5323 | -0.9911 | -14.2123 |
CIE-Lab | 71.5175 | 2.8166 | -18.7197 |
#a2afd1 color RGB value is (162,175,209).
#a2afd1 hex color red value is 162, green value is 175 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #a2afd1 hue: 0.62 , saturation: 0.34 and the lightness value of a2afd1 is 0.73.
The process color (four color CMYK) of #a2afd1 color hex is 0.22, 0.16, 0.00, 0.18. Web safe color of #a2afd1 is #9999cc. Color #a2afd1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10101111 | 11010001 |
Octal | 242 | 257 | 321 |
Decimal | 162 | 175 | 209 |
Hex | A2 | AF | D1 |
Shades of #a2afd1
Tints of #a2afd1
RGB Percentages of Color #a2afd1
CMYK Percentages of Color #a2afd1
Complementary Color
#a2afd1 | #d1c4a2 |
#a2afd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2afd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2afd1 Color CSS Codes
.mybgcolor {background-color:#a2afd1; } .myforecolor {color:#a2afd1; } .mybordercolor {border:3px solid #a2afd1; }
#a2afd1 Text Font Color
<p style="color:#a2afd1">Text here</p>
This sample text font color is #a2afd1
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.
#a2afd1 Background Color
<div style="background-color:#a2afd1">
Div content here</div>
This div background color is #a2afd1
#a2afd1 Border Color
<div style="border:3px solid #a2afd1">
Div here</div>
This div border color is #a2afd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,175,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2afd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2afd1; -webkit-box-shadow: 1px 1px 3px 2px #a2afd1; box-shadow: 1px 1px 3px 2px #a2afd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,175,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2afd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2afd1; -webkit-box-shadow: 1px 1px 3px 2px #a2afd1; box-shadow: 1px 1px 3px 2px #a2afd1;">
Div content here</div>
This div box has shadow with color #a2afd1
Comments
No comments written yet.
Please login to write comment.