Color spaces of #a028ee
RGB | 160 | 40 | 238 |
---|---|---|---|
HSL | 0.77 | 0.85 | 0.55 |
HSV | 276° | 83° | 93° |
CMYK | 0.33 | 0.83 | 0.00 0.07 |
XYZ | 30.6886 | 15.1642 | 82.1984 |
Yxy | 15.1642 | 0.2397 | 0.1184 |
Hunter Lab | 38.9412 | 72.5241 | -97.8923 |
CIE-Lab | 45.8583 | 76.3870 | -75.4567 |
#a028ee color RGB value is (160,40,238).
#a028ee hex color red value is 160, green value is 40 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a028ee hue: 0.77 , saturation: 0.85 and the lightness value of a028ee is 0.55.
The process color (four color CMYK) of #a028ee color hex is 0.33, 0.83, 0.00, 0.07. Web safe color of #a028ee is #9933ff. Color #a028ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00101000 | 11101110 |
Octal | 240 | 50 | 356 |
Decimal | 160 | 40 | 238 |
Hex | A0 | 28 | EE |
Shades of #a028ee
Tints of #a028ee
RGB Percentages of Color #a028ee
CMYK Percentages of Color #a028ee
Complementary Color
#a028ee | #76ee28 |
#a028ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a028ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#a028ee Color CSS Codes
.mybgcolor {background-color:#a028ee; } .myforecolor {color:#a028ee; } .mybordercolor {border:3px solid #a028ee; }
#a028ee Text Font Color
<p style="color:#a028ee">Text here</p>
This sample text font color is #a028ee
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.
#a028ee Background Color
<div style="background-color:#a028ee">
Div content here</div>
This div background color is #a028ee
#a028ee Border Color
<div style="border:3px solid #a028ee">
Div here</div>
This div border color is #a028ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,40,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a028ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a028ee; -webkit-box-shadow: 1px 1px 3px 2px #a028ee; box-shadow: 1px 1px 3px 2px #a028ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,40,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a028ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a028ee; -webkit-box-shadow: 1px 1px 3px 2px #a028ee; box-shadow: 1px 1px 3px 2px #a028ee;">
Div content here</div>
This div box has shadow with color #a028ee
Comments
No comments written yet.
Please login to write comment.