Color spaces of #a335be
RGB | 163 | 53 | 190 |
---|---|---|---|
HSL | 0.80 | 0.56 | 0.48 |
HSV | 288° | 72° | 75° |
CMYK | 0.14 | 0.72 | 0.00 0.25 |
XYZ | 25.6716 | 14.0504 | 50.0742 |
Yxy | 14.0504 | 0.2859 | 0.1565 |
Hunter Lab | 37.4839 | 56.6527 | -52.9660 |
CIE-Lab | 44.3051 | 63.2667 | -50.4022 |
#a335be color RGB value is (163,53,190).
#a335be hex color red value is 163, green value is 53 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a335be hue: 0.80 , saturation: 0.56 and the lightness value of a335be is 0.48.
The process color (four color CMYK) of #a335be color hex is 0.14, 0.72, 0.00, 0.25. Web safe color of #a335be is #9933cc. Color #a335be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00110101 | 10111110 |
Octal | 243 | 65 | 276 |
Decimal | 163 | 53 | 190 |
Hex | A3 | 35 | BE |
Shades of #a335be
Tints of #a335be
RGB Percentages of Color #a335be
CMYK Percentages of Color #a335be
Complementary Color
#a335be | #50be35 |
#a335be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a335be Color Preview on White Background
Lorem ipsum dolor sit amet.
#a335be Color CSS Codes
.mybgcolor {background-color:#a335be; } .myforecolor {color:#a335be; } .mybordercolor {border:3px solid #a335be; }
#a335be Text Font Color
<p style="color:#a335be">Text here</p>
This sample text font color is #a335be
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.
#a335be Background Color
<div style="background-color:#a335be">
Div content here</div>
This div background color is #a335be
#a335be Border Color
<div style="border:3px solid #a335be">
Div here</div>
This div border color is #a335be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,53,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a335be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a335be; -webkit-box-shadow: 1px 1px 3px 2px #a335be; box-shadow: 1px 1px 3px 2px #a335be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,53,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a335be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a335be; -webkit-box-shadow: 1px 1px 3px 2px #a335be; box-shadow: 1px 1px 3px 2px #a335be;">
Div content here</div>
This div box has shadow with color #a335be
Comments
No comments written yet.
Please login to write comment.