Color spaces of #a48bef
RGB | 164 | 139 | 239 |
---|---|---|---|
HSL | 0.71 | 0.76 | 0.74 |
HSV | 255° | 42° | 94° |
CMYK | 0.31 | 0.42 | 0.00 0.06 |
XYZ | 40.1224 | 32.5897 | 85.8371 |
Yxy | 32.5897 | 0.2531 | 0.2055 |
Hunter Lab | 57.0874 | 25.5512 | -49.1878 |
CIE-Lab | 63.8273 | 30.9930 | -47.1240 |
#a48bef color RGB value is (164,139,239).
#a48bef hex color red value is 164, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a48bef hue: 0.71 , saturation: 0.76 and the lightness value of a48bef is 0.74.
The process color (four color CMYK) of #a48bef color hex is 0.31, 0.42, 0.00, 0.06. Web safe color of #a48bef is #9999ff. Color #a48bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10001011 | 11101111 |
Octal | 244 | 213 | 357 |
Decimal | 164 | 139 | 239 |
Hex | A4 | 8B | EF |
Shades of #a48bef
Tints of #a48bef
RGB Percentages of Color #a48bef
CMYK Percentages of Color #a48bef
Complementary Color
#a48bef | #d6ef8b |
#a48bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a48bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#a48bef Color CSS Codes
.mybgcolor {background-color:#a48bef; } .myforecolor {color:#a48bef; } .mybordercolor {border:3px solid #a48bef; }
#a48bef Text Font Color
<p style="color:#a48bef">Text here</p>
This sample text font color is #a48bef
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.
#a48bef Background Color
<div style="background-color:#a48bef">
Div content here</div>
This div background color is #a48bef
#a48bef Border Color
<div style="border:3px solid #a48bef">
Div here</div>
This div border color is #a48bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,139,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a48bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a48bef; -webkit-box-shadow: 1px 1px 3px 2px #a48bef; box-shadow: 1px 1px 3px 2px #a48bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,139,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 #a48bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a48bef; -webkit-box-shadow: 1px 1px 3px 2px #a48bef; box-shadow: 1px 1px 3px 2px #a48bef;">
Div content here</div>
This div box has shadow with color #a48bef
Comments
No comments written yet.
Please login to write comment.