Color spaces of #a878ad
RGB | 168 | 120 | 173 |
---|---|---|---|
HSL | 0.82 | 0.24 | 0.57 |
HSV | 294° | 31° | 68° |
CMYK | 0.03 | 0.31 | 0.00 0.32 |
XYZ | 30.4077 | 24.7749 | 42.7145 |
Yxy | 24.7749 | 0.3106 | 0.2531 |
Hunter Lab | 49.7744 | 21.9423 | -16.0384 |
CIE-Lab | 56.8554 | 27.9356 | -20.7964 |
#a878ad color RGB value is (168,120,173).
#a878ad hex color red value is 168, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a878ad hue: 0.82 , saturation: 0.24 and the lightness value of a878ad is 0.57.
The process color (four color CMYK) of #a878ad color hex is 0.03, 0.31, 0.00, 0.32. Web safe color of #a878ad is #996699. Color #a878ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01111000 | 10101101 |
Octal | 250 | 170 | 255 |
Decimal | 168 | 120 | 173 |
Hex | A8 | 78 | AD |
Shades of #a878ad
Tints of #a878ad
RGB Percentages of Color #a878ad
CMYK Percentages of Color #a878ad
Complementary Color
#a878ad | #7dad78 |
#a878ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a878ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a878ad Color CSS Codes
.mybgcolor {background-color:#a878ad; } .myforecolor {color:#a878ad; } .mybordercolor {border:3px solid #a878ad; }
#a878ad Text Font Color
<p style="color:#a878ad">Text here</p>
This sample text font color is #a878ad
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.
#a878ad Background Color
<div style="background-color:#a878ad">
Div content here</div>
This div background color is #a878ad
#a878ad Border Color
<div style="border:3px solid #a878ad">
Div here</div>
This div border color is #a878ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,120,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a878ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a878ad; -webkit-box-shadow: 1px 1px 3px 2px #a878ad; box-shadow: 1px 1px 3px 2px #a878ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,120,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a878ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a878ad; -webkit-box-shadow: 1px 1px 3px 2px #a878ad; box-shadow: 1px 1px 3px 2px #a878ad;">
Div content here</div>
This div box has shadow with color #a878ad
Comments
No comments written yet.
Please login to write comment.