Color spaces of #a07ebd
RGB | 160 | 126 | 189 |
---|---|---|---|
HSL | 0.76 | 0.32 | 0.62 |
HSV | 272° | 33° | 74° |
CMYK | 0.15 | 0.33 | 0.00 0.26 |
XYZ | 31.1434 | 26.0694 | 51.5346 |
Yxy | 26.0694 | 0.2864 | 0.2397 |
Hunter Lab | 51.0582 | 19.5258 | -24.1025 |
CIE-Lab | 58.1029 | 25.2947 | -28.0994 |
#a07ebd color RGB value is (160,126,189).
#a07ebd hex color red value is 160, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a07ebd hue: 0.76 , saturation: 0.32 and the lightness value of a07ebd is 0.62.
The process color (four color CMYK) of #a07ebd color hex is 0.15, 0.33, 0.00, 0.26. Web safe color of #a07ebd is #9966cc. Color #a07ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01111110 | 10111101 |
Octal | 240 | 176 | 275 |
Decimal | 160 | 126 | 189 |
Hex | A0 | 7E | BD |
Shades of #a07ebd
Tints of #a07ebd
RGB Percentages of Color #a07ebd
CMYK Percentages of Color #a07ebd
Complementary Color
#a07ebd | #9bbd7e |
#a07ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a07ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a07ebd Color CSS Codes
.mybgcolor {background-color:#a07ebd; } .myforecolor {color:#a07ebd; } .mybordercolor {border:3px solid #a07ebd; }
#a07ebd Text Font Color
<p style="color:#a07ebd">Text here</p>
This sample text font color is #a07ebd
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.
#a07ebd Background Color
<div style="background-color:#a07ebd">
Div content here</div>
This div background color is #a07ebd
#a07ebd Border Color
<div style="border:3px solid #a07ebd">
Div here</div>
This div border color is #a07ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,126,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a07ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a07ebd; -webkit-box-shadow: 1px 1px 3px 2px #a07ebd; box-shadow: 1px 1px 3px 2px #a07ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,126,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 #a07ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a07ebd; -webkit-box-shadow: 1px 1px 3px 2px #a07ebd; box-shadow: 1px 1px 3px 2px #a07ebd;">
Div content here</div>
This div box has shadow with color #a07ebd
Comments
No comments written yet.
Please login to write comment.