Color spaces of #a18acb
RGB | 161 | 138 | 203 |
---|---|---|---|
HSL | 0.73 | 0.38 | 0.67 |
HSV | 261° | 32° | 80° |
CMYK | 0.21 | 0.32 | 0.00 0.20 |
XYZ | 34.5659 | 30.0658 | 60.4814 |
Yxy | 30.0658 | 0.2763 | 0.2403 |
Hunter Lab | 54.8323 | 16.5687 | -27.0158 |
CIE-Lab | 61.7110 | 21.9335 | -30.4214 |
#a18acb color RGB value is (161,138,203).
#a18acb hex color red value is 161, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a18acb hue: 0.73 , saturation: 0.38 and the lightness value of a18acb is 0.67.
The process color (four color CMYK) of #a18acb color hex is 0.21, 0.32, 0.00, 0.20. Web safe color of #a18acb is #9999cc. Color #a18acb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10001010 | 11001011 |
Octal | 241 | 212 | 313 |
Decimal | 161 | 138 | 203 |
Hex | A1 | 8A | CB |
Shades of #a18acb
Tints of #a18acb
RGB Percentages of Color #a18acb
CMYK Percentages of Color #a18acb
Complementary Color
#a18acb | #b4cb8a |
#a18acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a18acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a18acb Color CSS Codes
.mybgcolor {background-color:#a18acb; } .myforecolor {color:#a18acb; } .mybordercolor {border:3px solid #a18acb; }
#a18acb Text Font Color
<p style="color:#a18acb">Text here</p>
This sample text font color is #a18acb
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.
#a18acb Background Color
<div style="background-color:#a18acb">
Div content here</div>
This div background color is #a18acb
#a18acb Border Color
<div style="border:3px solid #a18acb">
Div here</div>
This div border color is #a18acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,138,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a18acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a18acb; -webkit-box-shadow: 1px 1px 3px 2px #a18acb; box-shadow: 1px 1px 3px 2px #a18acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,138,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a18acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a18acb; -webkit-box-shadow: 1px 1px 3px 2px #a18acb; box-shadow: 1px 1px 3px 2px #a18acb;">
Div content here</div>
This div box has shadow with color #a18acb
Comments
No comments written yet.
Please login to write comment.