Color spaces of #a876cf
RGB | 168 | 118 | 207 |
---|---|---|---|
HSL | 0.76 | 0.48 | 0.64 |
HSV | 274° | 43° | 81° |
CMYK | 0.19 | 0.43 | 0.00 0.19 |
XYZ | 33.8894 | 25.7867 | 62.2226 |
Yxy | 25.7867 | 0.2780 | 0.2115 |
Hunter Lab | 50.7806 | 30.2593 | -37.1029 |
CIE-Lab | 57.8340 | 36.3007 | -38.6686 |
#a876cf color RGB value is (168,118,207).
#a876cf hex color red value is 168, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a876cf hue: 0.76 , saturation: 0.48 and the lightness value of a876cf is 0.64.
The process color (four color CMYK) of #a876cf color hex is 0.19, 0.43, 0.00, 0.19. Web safe color of #a876cf is #9966cc. Color #a876cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01110110 | 11001111 |
Octal | 250 | 166 | 317 |
Decimal | 168 | 118 | 207 |
Hex | A8 | 76 | CF |
Shades of #a876cf
Tints of #a876cf
RGB Percentages of Color #a876cf
CMYK Percentages of Color #a876cf
Complementary Color
#a876cf | #9dcf76 |
#a876cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a876cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a876cf Color CSS Codes
.mybgcolor {background-color:#a876cf; } .myforecolor {color:#a876cf; } .mybordercolor {border:3px solid #a876cf; }
#a876cf Text Font Color
<p style="color:#a876cf">Text here</p>
This sample text font color is #a876cf
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.
#a876cf Background Color
<div style="background-color:#a876cf">
Div content here</div>
This div background color is #a876cf
#a876cf Border Color
<div style="border:3px solid #a876cf">
Div here</div>
This div border color is #a876cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,118,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a876cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a876cf; -webkit-box-shadow: 1px 1px 3px 2px #a876cf; box-shadow: 1px 1px 3px 2px #a876cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,118,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 #a876cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a876cf; -webkit-box-shadow: 1px 1px 3px 2px #a876cf; box-shadow: 1px 1px 3px 2px #a876cf;">
Div content here</div>
This div box has shadow with color #a876cf
Comments
No comments written yet.
Please login to write comment.