Color spaces of #a88acb
RGB | 168 | 138 | 203 |
---|---|---|---|
HSL | 0.74 | 0.38 | 0.67 |
HSV | 268° | 32° | 80° |
CMYK | 0.17 | 0.32 | 0.00 0.20 |
XYZ | 36.0164 | 30.8136 | 60.5493 |
Yxy | 30.8136 | 0.2827 | 0.2419 |
Hunter Lab | 55.5100 | 18.6732 | -25.8155 |
CIE-Lab | 62.3500 | 24.1030 | -29.3812 |
#a88acb color RGB value is (168,138,203).
#a88acb hex color red value is 168, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a88acb hue: 0.74 , saturation: 0.38 and the lightness value of a88acb is 0.67.
The process color (four color CMYK) of #a88acb color hex is 0.17, 0.32, 0.00, 0.20. Web safe color of #a88acb is #9999cc. Color #a88acb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10001010 | 11001011 |
Octal | 250 | 212 | 313 |
Decimal | 168 | 138 | 203 |
Hex | A8 | 8A | CB |
Shades of #a88acb
Tints of #a88acb
RGB Percentages of Color #a88acb
CMYK Percentages of Color #a88acb
Complementary Color
#a88acb | #adcb8a |
#a88acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a88acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a88acb Color CSS Codes
.mybgcolor {background-color:#a88acb; } .myforecolor {color:#a88acb; } .mybordercolor {border:3px solid #a88acb; }
#a88acb Text Font Color
<p style="color:#a88acb">Text here</p>
This sample text font color is #a88acb
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.
#a88acb Background Color
<div style="background-color:#a88acb">
Div content here</div>
This div background color is #a88acb
#a88acb Border Color
<div style="border:3px solid #a88acb">
Div here</div>
This div border color is #a88acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,138,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a88acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a88acb; -webkit-box-shadow: 1px 1px 3px 2px #a88acb; box-shadow: 1px 1px 3px 2px #a88acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,138,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a88acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a88acb; -webkit-box-shadow: 1px 1px 3px 2px #a88acb; box-shadow: 1px 1px 3px 2px #a88acb;">
Div content here</div>
This div box has shadow with color #a88acb
Comments
No comments written yet.
Please login to write comment.