Color spaces of #a4568a
RGB | 164 | 86 | 138 |
---|---|---|---|
HSL | 0.89 | 0.31 | 0.49 |
HSV | 320° | 48° | 64° |
CMYK | 0.00 | 0.48 | 0.16 0.36 |
XYZ | 23.2251 | 16.3831 | 25.9829 |
Yxy | 16.3831 | 0.3541 | 0.2498 |
Hunter Lab | 40.4760 | 31.5900 | -9.7270 |
CIE-Lab | 47.4731 | 38.9998 | -14.6161 |
#a4568a color RGB value is (164,86,138).
#a4568a hex color red value is 164, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a4568a hue: 0.89 , saturation: 0.31 and the lightness value of a4568a is 0.49.
The process color (four color CMYK) of #a4568a color hex is 0.00, 0.48, 0.16, 0.36. Web safe color of #a4568a is #996699. Color #a4568a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01010110 | 10001010 |
Octal | 244 | 126 | 212 |
Decimal | 164 | 86 | 138 |
Hex | A4 | 56 | 8A |
Shades of #a4568a
Tints of #a4568a
RGB Percentages of Color #a4568a
CMYK Percentages of Color #a4568a
Complementary Color
#a4568a | #56a470 |
#a4568a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4568a Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4568a Color CSS Codes
.mybgcolor {background-color:#a4568a; } .myforecolor {color:#a4568a; } .mybordercolor {border:3px solid #a4568a; }
#a4568a Text Font Color
<p style="color:#a4568a">Text here</p>
This sample text font color is #a4568a
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.
#a4568a Background Color
<div style="background-color:#a4568a">
Div content here</div>
This div background color is #a4568a
#a4568a Border Color
<div style="border:3px solid #a4568a">
Div here</div>
This div border color is #a4568a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,86,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4568a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4568a; -webkit-box-shadow: 1px 1px 3px 2px #a4568a; box-shadow: 1px 1px 3px 2px #a4568a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,86,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4568a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4568a; -webkit-box-shadow: 1px 1px 3px 2px #a4568a; box-shadow: 1px 1px 3px 2px #a4568a;">
Div content here</div>
This div box has shadow with color #a4568a
Comments
No comments written yet.
Please login to write comment.