Color spaces of #a882bd
RGB | 168 | 130 | 189 |
---|---|---|---|
HSL | 0.77 | 0.31 | 0.63 |
HSV | 279° | 31° | 74° |
CMYK | 0.11 | 0.31 | 0.00 0.26 |
XYZ | 33.3164 | 27.9642 | 51.7858 |
Yxy | 27.9642 | 0.2947 | 0.2473 |
Hunter Lab | 52.8812 | 19.9171 | -21.0450 |
CIE-Lab | 59.8564 | 25.5740 | -25.3289 |
#a882bd color RGB value is (168,130,189).
#a882bd hex color red value is 168, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a882bd hue: 0.77 , saturation: 0.31 and the lightness value of a882bd is 0.63.
The process color (four color CMYK) of #a882bd color hex is 0.11, 0.31, 0.00, 0.26. Web safe color of #a882bd is #9999cc. Color #a882bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10000010 | 10111101 |
Octal | 250 | 202 | 275 |
Decimal | 168 | 130 | 189 |
Hex | A8 | 82 | BD |
Shades of #a882bd
Tints of #a882bd
RGB Percentages of Color #a882bd
CMYK Percentages of Color #a882bd
Complementary Color
#a882bd | #97bd82 |
#a882bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a882bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a882bd Color CSS Codes
.mybgcolor {background-color:#a882bd; } .myforecolor {color:#a882bd; } .mybordercolor {border:3px solid #a882bd; }
#a882bd Text Font Color
<p style="color:#a882bd">Text here</p>
This sample text font color is #a882bd
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.
#a882bd Background Color
<div style="background-color:#a882bd">
Div content here</div>
This div background color is #a882bd
#a882bd Border Color
<div style="border:3px solid #a882bd">
Div here</div>
This div border color is #a882bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,130,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a882bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a882bd; -webkit-box-shadow: 1px 1px 3px 2px #a882bd; box-shadow: 1px 1px 3px 2px #a882bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,130,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a882bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a882bd; -webkit-box-shadow: 1px 1px 3px 2px #a882bd; box-shadow: 1px 1px 3px 2px #a882bd;">
Div content here</div>
This div box has shadow with color #a882bd
Comments
No comments written yet.
Please login to write comment.