Color spaces of #a575bc
RGB | 165 | 117 | 188 |
---|---|---|---|
HSL | 0.78 | 0.35 | 0.60 |
HSV | 281° | 38° | 74° |
CMYK | 0.12 | 0.38 | 0.00 0.26 |
XYZ | 30.9554 | 24.3528 | 50.6460 |
Yxy | 24.3528 | 0.2922 | 0.2298 |
Hunter Lab | 49.3486 | 25.6096 | -26.3048 |
CIE-Lab | 56.4393 | 31.7702 | -30.0666 |
#a575bc color RGB value is (165,117,188).
#a575bc hex color red value is 165, green value is 117 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a575bc hue: 0.78 , saturation: 0.35 and the lightness value of a575bc is 0.60.
The process color (four color CMYK) of #a575bc color hex is 0.12, 0.38, 0.00, 0.26. Web safe color of #a575bc is #9966cc. Color #a575bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01110101 | 10111100 |
Octal | 245 | 165 | 274 |
Decimal | 165 | 117 | 188 |
Hex | A5 | 75 | BC |
Shades of #a575bc
Tints of #a575bc
RGB Percentages of Color #a575bc
CMYK Percentages of Color #a575bc
Complementary Color
#a575bc | #8cbc75 |
#a575bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a575bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a575bc Color CSS Codes
.mybgcolor {background-color:#a575bc; } .myforecolor {color:#a575bc; } .mybordercolor {border:3px solid #a575bc; }
#a575bc Text Font Color
<p style="color:#a575bc">Text here</p>
This sample text font color is #a575bc
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.
#a575bc Background Color
<div style="background-color:#a575bc">
Div content here</div>
This div background color is #a575bc
#a575bc Border Color
<div style="border:3px solid #a575bc">
Div here</div>
This div border color is #a575bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,117,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a575bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a575bc; -webkit-box-shadow: 1px 1px 3px 2px #a575bc; box-shadow: 1px 1px 3px 2px #a575bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,117,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a575bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a575bc; -webkit-box-shadow: 1px 1px 3px 2px #a575bc; box-shadow: 1px 1px 3px 2px #a575bc;">
Div content here</div>
This div box has shadow with color #a575bc
Comments
No comments written yet.
Please login to write comment.