Color spaces of #a04aeb
RGB | 160 | 74 | 235 |
---|---|---|---|
HSL | 0.76 | 0.80 | 0.61 |
HSV | 272° | 69° | 92° |
CMYK | 0.32 | 0.69 | 0.00 0.08 |
XYZ | 31.9414 | 18.3693 | 80.4594 |
Yxy | 18.3693 | 0.2443 | 0.1405 |
Hunter Lab | 42.8594 | 58.0249 | -81.3027 |
CIE-Lab | 49.9410 | 63.3946 | -67.1241 |
#a04aeb color RGB value is (160,74,235).
#a04aeb hex color red value is 160, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a04aeb hue: 0.76 , saturation: 0.80 and the lightness value of a04aeb is 0.61.
The process color (four color CMYK) of #a04aeb color hex is 0.32, 0.69, 0.00, 0.08. Web safe color of #a04aeb is #9933ff. Color #a04aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01001010 | 11101011 |
Octal | 240 | 112 | 353 |
Decimal | 160 | 74 | 235 |
Hex | A0 | 4A | EB |
Shades of #a04aeb
Tints of #a04aeb
RGB Percentages of Color #a04aeb
CMYK Percentages of Color #a04aeb
Complementary Color
#a04aeb | #95eb4a |
#a04aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a04aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a04aeb Color CSS Codes
.mybgcolor {background-color:#a04aeb; } .myforecolor {color:#a04aeb; } .mybordercolor {border:3px solid #a04aeb; }
#a04aeb Text Font Color
<p style="color:#a04aeb">Text here</p>
This sample text font color is #a04aeb
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.
#a04aeb Background Color
<div style="background-color:#a04aeb">
Div content here</div>
This div background color is #a04aeb
#a04aeb Border Color
<div style="border:3px solid #a04aeb">
Div here</div>
This div border color is #a04aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,74,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a04aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a04aeb; -webkit-box-shadow: 1px 1px 3px 2px #a04aeb; box-shadow: 1px 1px 3px 2px #a04aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,74,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 #a04aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a04aeb; -webkit-box-shadow: 1px 1px 3px 2px #a04aeb; box-shadow: 1px 1px 3px 2px #a04aeb;">
Div content here</div>
This div box has shadow with color #a04aeb
Comments
No comments written yet.
Please login to write comment.