Color spaces of #a187bd
RGB | 161 | 135 | 189 |
---|---|---|---|
HSL | 0.75 | 0.29 | 0.64 |
HSV | 269° | 29° | 74° |
CMYK | 0.15 | 0.29 | 0.00 0.26 |
XYZ | 32.5472 | 28.5791 | 51.9450 |
Yxy | 28.5791 | 0.2878 | 0.2528 |
Hunter Lab | 53.4594 | 15.1205 | -20.1888 |
CIE-Lab | 60.4084 | 20.4606 | -24.5371 |
#a187bd color RGB value is (161,135,189).
#a187bd hex color red value is 161, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a187bd hue: 0.75 , saturation: 0.29 and the lightness value of a187bd is 0.64.
The process color (four color CMYK) of #a187bd color hex is 0.15, 0.29, 0.00, 0.26. Web safe color of #a187bd is #9999cc. Color #a187bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10000111 | 10111101 |
Octal | 241 | 207 | 275 |
Decimal | 161 | 135 | 189 |
Hex | A1 | 87 | BD |
Shades of #a187bd
Tints of #a187bd
RGB Percentages of Color #a187bd
CMYK Percentages of Color #a187bd
Complementary Color
#a187bd | #a3bd87 |
#a187bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a187bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a187bd Color CSS Codes
.mybgcolor {background-color:#a187bd; } .myforecolor {color:#a187bd; } .mybordercolor {border:3px solid #a187bd; }
#a187bd Text Font Color
<p style="color:#a187bd">Text here</p>
This sample text font color is #a187bd
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.
#a187bd Background Color
<div style="background-color:#a187bd">
Div content here</div>
This div background color is #a187bd
#a187bd Border Color
<div style="border:3px solid #a187bd">
Div here</div>
This div border color is #a187bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,135,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a187bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a187bd; -webkit-box-shadow: 1px 1px 3px 2px #a187bd; box-shadow: 1px 1px 3px 2px #a187bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,135,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 #a187bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a187bd; -webkit-box-shadow: 1px 1px 3px 2px #a187bd; box-shadow: 1px 1px 3px 2px #a187bd;">
Div content here</div>
This div box has shadow with color #a187bd
Comments
No comments written yet.
Please login to write comment.