Color spaces of #a332ef
RGB | 163 | 50 | 239 |
---|---|---|---|
HSL | 0.77 | 0.86 | 0.57 |
HSV | 276° | 79° | 94° |
CMYK | 0.32 | 0.79 | 0.00 0.06 |
XYZ | 31.8248 | 16.2997 | 83.1302 |
Yxy | 16.2997 | 0.2425 | 0.1242 |
Hunter Lab | 40.3729 | 70.0539 | -93.8207 |
CIE-Lab | 47.3653 | 74.0734 | -73.5440 |
#a332ef color RGB value is (163,50,239).
#a332ef hex color red value is 163, green value is 50 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a332ef hue: 0.77 , saturation: 0.86 and the lightness value of a332ef is 0.57.
The process color (four color CMYK) of #a332ef color hex is 0.32, 0.79, 0.00, 0.06. Web safe color of #a332ef is #9933ff. Color #a332ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00110010 | 11101111 |
Octal | 243 | 62 | 357 |
Decimal | 163 | 50 | 239 |
Hex | A3 | 32 | EF |
Shades of #a332ef
Tints of #a332ef
RGB Percentages of Color #a332ef
CMYK Percentages of Color #a332ef
Complementary Color
#a332ef | #7eef32 |
#a332ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a332ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#a332ef Color CSS Codes
.mybgcolor {background-color:#a332ef; } .myforecolor {color:#a332ef; } .mybordercolor {border:3px solid #a332ef; }
#a332ef Text Font Color
<p style="color:#a332ef">Text here</p>
This sample text font color is #a332ef
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.
#a332ef Background Color
<div style="background-color:#a332ef">
Div content here</div>
This div background color is #a332ef
#a332ef Border Color
<div style="border:3px solid #a332ef">
Div here</div>
This div border color is #a332ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,50,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a332ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a332ef; -webkit-box-shadow: 1px 1px 3px 2px #a332ef; box-shadow: 1px 1px 3px 2px #a332ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,50,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 #a332ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a332ef; -webkit-box-shadow: 1px 1px 3px 2px #a332ef; box-shadow: 1px 1px 3px 2px #a332ef;">
Div content here</div>
This div box has shadow with color #a332ef
Comments
No comments written yet.
Please login to write comment.