Color spaces of #a753cf
RGB | 167 | 83 | 207 |
---|---|---|---|
HSL | 0.78 | 0.56 | 0.57 |
HSV | 281° | 60° | 81° |
CMYK | 0.19 | 0.60 | 0.00 0.19 |
XYZ | 30.2921 | 18.9070 | 61.0843 |
Yxy | 18.9070 | 0.2747 | 0.1714 |
Hunter Lab | 43.4822 | 48.2592 | -52.8538 |
CIE-Lab | 50.5782 | 54.5587 | -50.1603 |
#a753cf color RGB value is (167,83,207).
#a753cf hex color red value is 167, green value is 83 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a753cf hue: 0.78 , saturation: 0.56 and the lightness value of a753cf is 0.57.
The process color (four color CMYK) of #a753cf color hex is 0.19, 0.60, 0.00, 0.19. Web safe color of #a753cf is #9966cc. Color #a753cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01010011 | 11001111 |
Octal | 247 | 123 | 317 |
Decimal | 167 | 83 | 207 |
Hex | A7 | 53 | CF |
Shades of #a753cf
Tints of #a753cf
RGB Percentages of Color #a753cf
CMYK Percentages of Color #a753cf
Complementary Color
#a753cf | #7bcf53 |
#a753cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a753cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a753cf Color CSS Codes
.mybgcolor {background-color:#a753cf; } .myforecolor {color:#a753cf; } .mybordercolor {border:3px solid #a753cf; }
#a753cf Text Font Color
<p style="color:#a753cf">Text here</p>
This sample text font color is #a753cf
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.
#a753cf Background Color
<div style="background-color:#a753cf">
Div content here</div>
This div background color is #a753cf
#a753cf Border Color
<div style="border:3px solid #a753cf">
Div here</div>
This div border color is #a753cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,83,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a753cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a753cf; -webkit-box-shadow: 1px 1px 3px 2px #a753cf; box-shadow: 1px 1px 3px 2px #a753cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,83,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a753cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a753cf; -webkit-box-shadow: 1px 1px 3px 2px #a753cf; box-shadow: 1px 1px 3px 2px #a753cf;">
Div content here</div>
This div box has shadow with color #a753cf
Comments
No comments written yet.
Please login to write comment.