Color spaces of #a75fcd
RGB | 167 | 95 | 205 |
---|---|---|---|
HSL | 0.78 | 0.52 | 0.59 |
HSV | 279° | 54° | 80° |
CMYK | 0.19 | 0.54 | 0.00 0.20 |
XYZ | 31.0480 | 20.8077 | 60.1375 |
Yxy | 20.8077 | 0.2772 | 0.1858 |
Hunter Lab | 45.6155 | 41.6683 | -46.2346 |
CIE-Lab | 52.7384 | 48.0652 | -45.5792 |
#a75fcd color RGB value is (167,95,205).
#a75fcd hex color red value is 167, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a75fcd hue: 0.78 , saturation: 0.52 and the lightness value of a75fcd is 0.59.
The process color (four color CMYK) of #a75fcd color hex is 0.19, 0.54, 0.00, 0.20. Web safe color of #a75fcd is #9966cc. Color #a75fcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01011111 | 11001101 |
Octal | 247 | 137 | 315 |
Decimal | 167 | 95 | 205 |
Hex | A7 | 5F | CD |
Shades of #a75fcd
Tints of #a75fcd
RGB Percentages of Color #a75fcd
CMYK Percentages of Color #a75fcd
Complementary Color
#a75fcd | #85cd5f |
#a75fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a75fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a75fcd Color CSS Codes
.mybgcolor {background-color:#a75fcd; } .myforecolor {color:#a75fcd; } .mybordercolor {border:3px solid #a75fcd; }
#a75fcd Text Font Color
<p style="color:#a75fcd">Text here</p>
This sample text font color is #a75fcd
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.
#a75fcd Background Color
<div style="background-color:#a75fcd">
Div content here</div>
This div background color is #a75fcd
#a75fcd Border Color
<div style="border:3px solid #a75fcd">
Div here</div>
This div border color is #a75fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,95,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a75fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a75fcd; -webkit-box-shadow: 1px 1px 3px 2px #a75fcd; box-shadow: 1px 1px 3px 2px #a75fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,95,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a75fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a75fcd; -webkit-box-shadow: 1px 1px 3px 2px #a75fcd; box-shadow: 1px 1px 3px 2px #a75fcd;">
Div content here</div>
This div box has shadow with color #a75fcd
Comments
No comments written yet.
Please login to write comment.