Color spaces of #a08fbd
RGB | 160 | 143 | 189 |
---|---|---|---|
HSL | 0.73 | 0.26 | 0.65 |
HSV | 262° | 24° | 74° |
CMYK | 0.15 | 0.24 | 0.00 0.26 |
XYZ | 33.5050 | 30.7926 | 52.3218 |
Yxy | 30.7926 | 0.2873 | 0.2640 |
Hunter Lab | 55.4911 | 10.6673 | -17.0600 |
CIE-Lab | 62.3322 | 15.5666 | -21.5971 |
#a08fbd color RGB value is (160,143,189).
#a08fbd hex color red value is 160, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a08fbd hue: 0.73 , saturation: 0.26 and the lightness value of a08fbd is 0.65.
The process color (four color CMYK) of #a08fbd color hex is 0.15, 0.24, 0.00, 0.26. Web safe color of #a08fbd is #9999cc. Color #a08fbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10001111 | 10111101 |
Octal | 240 | 217 | 275 |
Decimal | 160 | 143 | 189 |
Hex | A0 | 8F | BD |
Shades of #a08fbd
Tints of #a08fbd
RGB Percentages of Color #a08fbd
CMYK Percentages of Color #a08fbd
Complementary Color
#a08fbd | #acbd8f |
#a08fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a08fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a08fbd Color CSS Codes
.mybgcolor {background-color:#a08fbd; } .myforecolor {color:#a08fbd; } .mybordercolor {border:3px solid #a08fbd; }
#a08fbd Text Font Color
<p style="color:#a08fbd">Text here</p>
This sample text font color is #a08fbd
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.
#a08fbd Background Color
<div style="background-color:#a08fbd">
Div content here</div>
This div background color is #a08fbd
#a08fbd Border Color
<div style="border:3px solid #a08fbd">
Div here</div>
This div border color is #a08fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,143,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a08fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a08fbd; -webkit-box-shadow: 1px 1px 3px 2px #a08fbd; box-shadow: 1px 1px 3px 2px #a08fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,143,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a08fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a08fbd; -webkit-box-shadow: 1px 1px 3px 2px #a08fbd; box-shadow: 1px 1px 3px 2px #a08fbd;">
Div content here</div>
This div box has shadow with color #a08fbd
Comments
No comments written yet.
Please login to write comment.