Color spaces of #a475bf
RGB | 164 | 117 | 191 |
---|---|---|---|
HSL | 0.77 | 0.37 | 0.60 |
HSV | 278° | 39° | 75° |
CMYK | 0.14 | 0.39 | 0.00 0.25 |
XYZ | 31.0751 | 24.3767 | 52.3575 |
Yxy | 24.3767 | 0.2882 | 0.2261 |
Hunter Lab | 49.3728 | 25.9451 | -28.3133 |
CIE-Lab | 56.4630 | 32.1110 | -31.7520 |
#a475bf color RGB value is (164,117,191).
#a475bf hex color red value is 164, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a475bf hue: 0.77 , saturation: 0.37 and the lightness value of a475bf is 0.60.
The process color (four color CMYK) of #a475bf color hex is 0.14, 0.39, 0.00, 0.25. Web safe color of #a475bf is #9966cc. Color #a475bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01110101 | 10111111 |
Octal | 244 | 165 | 277 |
Decimal | 164 | 117 | 191 |
Hex | A4 | 75 | BF |
Shades of #a475bf
Tints of #a475bf
RGB Percentages of Color #a475bf
CMYK Percentages of Color #a475bf
Complementary Color
#a475bf | #90bf75 |
#a475bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a475bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a475bf Color CSS Codes
.mybgcolor {background-color:#a475bf; } .myforecolor {color:#a475bf; } .mybordercolor {border:3px solid #a475bf; }
#a475bf Text Font Color
<p style="color:#a475bf">Text here</p>
This sample text font color is #a475bf
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.
#a475bf Background Color
<div style="background-color:#a475bf">
Div content here</div>
This div background color is #a475bf
#a475bf Border Color
<div style="border:3px solid #a475bf">
Div here</div>
This div border color is #a475bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,117,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a475bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a475bf; -webkit-box-shadow: 1px 1px 3px 2px #a475bf; box-shadow: 1px 1px 3px 2px #a475bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,117,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a475bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a475bf; -webkit-box-shadow: 1px 1px 3px 2px #a475bf; box-shadow: 1px 1px 3px 2px #a475bf;">
Div content here</div>
This div box has shadow with color #a475bf
Comments
No comments written yet.
Please login to write comment.