Color spaces of #a89aef
RGB | 168 | 154 | 239 |
---|---|---|---|
HSL | 0.69 | 0.73 | 0.77 |
HSV | 250° | 36° | 94° |
CMYK | 0.30 | 0.36 | 0.00 0.06 |
XYZ | 43.2840 | 37.6680 | 86.6507 |
Yxy | 37.6680 | 0.2583 | 0.2247 |
Hunter Lab | 61.3743 | 18.4816 | -40.7461 |
CIE-Lab | 67.7752 | 23.5800 | -40.8992 |
#a89aef color RGB value is (168,154,239).
#a89aef hex color red value is 168, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a89aef hue: 0.69 , saturation: 0.73 and the lightness value of a89aef is 0.77.
The process color (four color CMYK) of #a89aef color hex is 0.30, 0.36, 0.00, 0.06. Web safe color of #a89aef is #9999ff. Color #a89aef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10011010 | 11101111 |
Octal | 250 | 232 | 357 |
Decimal | 168 | 154 | 239 |
Hex | A8 | 9A | EF |
Shades of #a89aef
Tints of #a89aef
RGB Percentages of Color #a89aef
CMYK Percentages of Color #a89aef
Complementary Color
#a89aef | #e1ef9a |
#a89aef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a89aef Color Preview on White Background
Lorem ipsum dolor sit amet.
#a89aef Color CSS Codes
.mybgcolor {background-color:#a89aef; } .myforecolor {color:#a89aef; } .mybordercolor {border:3px solid #a89aef; }
#a89aef Text Font Color
<p style="color:#a89aef">Text here</p>
This sample text font color is #a89aef
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.
#a89aef Background Color
<div style="background-color:#a89aef">
Div content here</div>
This div background color is #a89aef
#a89aef Border Color
<div style="border:3px solid #a89aef">
Div here</div>
This div border color is #a89aef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,154,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a89aef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a89aef; -webkit-box-shadow: 1px 1px 3px 2px #a89aef; box-shadow: 1px 1px 3px 2px #a89aef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,154,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a89aef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a89aef; -webkit-box-shadow: 1px 1px 3px 2px #a89aef; box-shadow: 1px 1px 3px 2px #a89aef;">
Div content here</div>
This div box has shadow with color #a89aef
Comments
No comments written yet.
Please login to write comment.