Color spaces of #a178eb
RGB | 161 | 120 | 235 |
---|---|---|---|
HSL | 0.73 | 0.74 | 0.70 |
HSV | 261° | 49° | 92° |
CMYK | 0.31 | 0.49 | 0.00 0.08 |
XYZ | 36.4098 | 27.0082 | 81.8914 |
Yxy | 27.0082 | 0.2506 | 0.1859 |
Hunter Lab | 51.9694 | 34.1107 | -57.0483 |
CIE-Lab | 58.9819 | 39.9331 | -52.6027 |
#a178eb color RGB value is (161,120,235).
#a178eb hex color red value is 161, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a178eb hue: 0.73 , saturation: 0.74 and the lightness value of a178eb is 0.70.
The process color (four color CMYK) of #a178eb color hex is 0.31, 0.49, 0.00, 0.08. Web safe color of #a178eb is #9966ff. Color #a178eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01111000 | 11101011 |
Octal | 241 | 170 | 353 |
Decimal | 161 | 120 | 235 |
Hex | A1 | 78 | EB |
Shades of #a178eb
Tints of #a178eb
RGB Percentages of Color #a178eb
CMYK Percentages of Color #a178eb
Complementary Color
#a178eb | #c2eb78 |
#a178eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a178eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a178eb Color CSS Codes
.mybgcolor {background-color:#a178eb; } .myforecolor {color:#a178eb; } .mybordercolor {border:3px solid #a178eb; }
#a178eb Text Font Color
<p style="color:#a178eb">Text here</p>
This sample text font color is #a178eb
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.
#a178eb Background Color
<div style="background-color:#a178eb">
Div content here</div>
This div background color is #a178eb
#a178eb Border Color
<div style="border:3px solid #a178eb">
Div here</div>
This div border color is #a178eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,120,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a178eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a178eb; -webkit-box-shadow: 1px 1px 3px 2px #a178eb; box-shadow: 1px 1px 3px 2px #a178eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,120,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 #a178eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a178eb; -webkit-box-shadow: 1px 1px 3px 2px #a178eb; box-shadow: 1px 1px 3px 2px #a178eb;">
Div content here</div>
This div box has shadow with color #a178eb
Comments
No comments written yet.
Please login to write comment.