Color spaces of #a474be
RGB | 164 | 116 | 190 |
---|---|---|---|
HSL | 0.77 | 0.36 | 0.60 |
HSV | 279° | 39° | 75° |
CMYK | 0.14 | 0.39 | 0.00 0.25 |
XYZ | 30.8495 | 24.1010 | 51.7412 |
Yxy | 24.1010 | 0.2891 | 0.2259 |
Hunter Lab | 49.0928 | 26.2556 | -28.1236 |
CIE-Lab | 56.1888 | 32.4574 | -31.6076 |
#a474be color RGB value is (164,116,190).
#a474be hex color red value is 164, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a474be hue: 0.77 , saturation: 0.36 and the lightness value of a474be is 0.60.
The process color (four color CMYK) of #a474be color hex is 0.14, 0.39, 0.00, 0.25. Web safe color of #a474be is #9966cc. Color #a474be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01110100 | 10111110 |
Octal | 244 | 164 | 276 |
Decimal | 164 | 116 | 190 |
Hex | A4 | 74 | BE |
Shades of #a474be
Tints of #a474be
RGB Percentages of Color #a474be
CMYK Percentages of Color #a474be
Complementary Color
#a474be | #8ebe74 |
#a474be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a474be Color Preview on White Background
Lorem ipsum dolor sit amet.
#a474be Color CSS Codes
.mybgcolor {background-color:#a474be; } .myforecolor {color:#a474be; } .mybordercolor {border:3px solid #a474be; }
#a474be Text Font Color
<p style="color:#a474be">Text here</p>
This sample text font color is #a474be
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.
#a474be Background Color
<div style="background-color:#a474be">
Div content here</div>
This div background color is #a474be
#a474be Border Color
<div style="border:3px solid #a474be">
Div here</div>
This div border color is #a474be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,116,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a474be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a474be; -webkit-box-shadow: 1px 1px 3px 2px #a474be; box-shadow: 1px 1px 3px 2px #a474be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,116,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 #a474be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a474be; -webkit-box-shadow: 1px 1px 3px 2px #a474be; box-shadow: 1px 1px 3px 2px #a474be;">
Div content here</div>
This div box has shadow with color #a474be
Comments
No comments written yet.
Please login to write comment.