Color spaces of #a09cec
RGB | 160 | 156 | 236 |
---|---|---|---|
HSL | 0.68 | 0.68 | 0.77 |
HSV | 243° | 34° | 93° |
CMYK | 0.32 | 0.34 | 0.00 0.07 |
XYZ | 41.5260 | 37.3066 | 84.3691 |
Yxy | 37.3066 | 0.2544 | 0.2286 |
Hunter Lab | 61.0791 | 14.4687 | -39.1424 |
CIE-Lab | 67.5064 | 19.4584 | -39.7214 |
#a09cec color RGB value is (160,156,236).
#a09cec hex color red value is 160, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a09cec hue: 0.68 , saturation: 0.68 and the lightness value of a09cec is 0.77.
The process color (four color CMYK) of #a09cec color hex is 0.32, 0.34, 0.00, 0.07. Web safe color of #a09cec is #9999ff. Color #a09cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10011100 | 11101100 |
Octal | 240 | 234 | 354 |
Decimal | 160 | 156 | 236 |
Hex | A0 | 9C | EC |
Shades of #a09cec
Tints of #a09cec
RGB Percentages of Color #a09cec
CMYK Percentages of Color #a09cec
Complementary Color
#a09cec | #e8ec9c |
#a09cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a09cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a09cec Color CSS Codes
.mybgcolor {background-color:#a09cec; } .myforecolor {color:#a09cec; } .mybordercolor {border:3px solid #a09cec; }
#a09cec Text Font Color
<p style="color:#a09cec">Text here</p>
This sample text font color is #a09cec
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.
#a09cec Background Color
<div style="background-color:#a09cec">
Div content here</div>
This div background color is #a09cec
#a09cec Border Color
<div style="border:3px solid #a09cec">
Div here</div>
This div border color is #a09cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,156,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a09cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a09cec; -webkit-box-shadow: 1px 1px 3px 2px #a09cec; box-shadow: 1px 1px 3px 2px #a09cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,156,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a09cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a09cec; -webkit-box-shadow: 1px 1px 3px 2px #a09cec; box-shadow: 1px 1px 3px 2px #a09cec;">
Div content here</div>
This div box has shadow with color #a09cec
Comments
No comments written yet.
Please login to write comment.