Color spaces of #a08eeb
RGB | 160 | 142 | 235 |
---|---|---|---|
HSL | 0.70 | 0.70 | 0.74 |
HSV | 252° | 40° | 92° |
CMYK | 0.32 | 0.40 | 0.00 0.08 |
XYZ | 39.1656 | 32.8177 | 82.8675 |
Yxy | 32.8177 | 0.2529 | 0.2119 |
Hunter Lab | 57.2867 | 21.7845 | -45.6646 |
CIE-Lab | 64.0130 | 27.1870 | -44.6482 |
#a08eeb color RGB value is (160,142,235).
#a08eeb hex color red value is 160, green value is 142 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a08eeb hue: 0.70 , saturation: 0.70 and the lightness value of a08eeb is 0.74.
The process color (four color CMYK) of #a08eeb color hex is 0.32, 0.40, 0.00, 0.08. Web safe color of #a08eeb is #9999ff. Color #a08eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10001110 | 11101011 |
Octal | 240 | 216 | 353 |
Decimal | 160 | 142 | 235 |
Hex | A0 | 8E | EB |
Shades of #a08eeb
Tints of #a08eeb
RGB Percentages of Color #a08eeb
CMYK Percentages of Color #a08eeb
Complementary Color
#a08eeb | #d9eb8e |
#a08eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a08eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a08eeb Color CSS Codes
.mybgcolor {background-color:#a08eeb; } .myforecolor {color:#a08eeb; } .mybordercolor {border:3px solid #a08eeb; }
#a08eeb Text Font Color
<p style="color:#a08eeb">Text here</p>
This sample text font color is #a08eeb
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.
#a08eeb Background Color
<div style="background-color:#a08eeb">
Div content here</div>
This div background color is #a08eeb
#a08eeb Border Color
<div style="border:3px solid #a08eeb">
Div here</div>
This div border color is #a08eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,142,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a08eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a08eeb; -webkit-box-shadow: 1px 1px 3px 2px #a08eeb; box-shadow: 1px 1px 3px 2px #a08eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,142,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a08eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a08eeb; -webkit-box-shadow: 1px 1px 3px 2px #a08eeb; box-shadow: 1px 1px 3px 2px #a08eeb;">
Div content here</div>
This div box has shadow with color #a08eeb
Comments
No comments written yet.
Please login to write comment.