Color spaces of #a7afcd
RGB | 167 | 175 | 205 |
---|---|---|---|
HSL | 0.63 | 0.28 | 0.73 |
HSV | 227° | 19° | 80° |
CMYK | 0.19 | 0.15 | 0.00 0.20 |
XYZ | 42.2858 | 43.2832 | 63.8834 |
Yxy | 43.2832 | 0.2829 | 0.2896 |
Hunter Lab | 65.7900 | -0.4035 | -11.5188 |
CIE-Lab | 71.7468 | 3.4811 | -16.1448 |
#a7afcd color RGB value is (167,175,205).
#a7afcd hex color red value is 167, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a7afcd hue: 0.63 , saturation: 0.28 and the lightness value of a7afcd is 0.73.
The process color (four color CMYK) of #a7afcd color hex is 0.19, 0.15, 0.00, 0.20. Web safe color of #a7afcd is #9999cc. Color #a7afcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10101111 | 11001101 |
Octal | 247 | 257 | 315 |
Decimal | 167 | 175 | 205 |
Hex | A7 | AF | CD |
Shades of #a7afcd
Tints of #a7afcd
RGB Percentages of Color #a7afcd
CMYK Percentages of Color #a7afcd
Complementary Color
#a7afcd | #cdc5a7 |
#a7afcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7afcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7afcd Color CSS Codes
.mybgcolor {background-color:#a7afcd; } .myforecolor {color:#a7afcd; } .mybordercolor {border:3px solid #a7afcd; }
#a7afcd Text Font Color
<p style="color:#a7afcd">Text here</p>
This sample text font color is #a7afcd
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.
#a7afcd Background Color
<div style="background-color:#a7afcd">
Div content here</div>
This div background color is #a7afcd
#a7afcd Border Color
<div style="border:3px solid #a7afcd">
Div here</div>
This div border color is #a7afcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,175,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7afcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7afcd; -webkit-box-shadow: 1px 1px 3px 2px #a7afcd; box-shadow: 1px 1px 3px 2px #a7afcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,175,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7afcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7afcd; -webkit-box-shadow: 1px 1px 3px 2px #a7afcd; box-shadow: 1px 1px 3px 2px #a7afcd;">
Div content here</div>
This div box has shadow with color #a7afcd
Comments
No comments written yet.
Please login to write comment.