Color spaces of #a88ace
RGB | 168 | 138 | 206 |
---|---|---|---|
HSL | 0.74 | 0.41 | 0.67 |
HSV | 266° | 33° | 81° |
CMYK | 0.18 | 0.33 | 0.00 0.19 |
XYZ | 36.3775 | 30.9580 | 62.4507 |
Yxy | 30.9580 | 0.2803 | 0.2385 |
Hunter Lab | 55.6399 | 19.3339 | -27.5996 |
CIE-Lab | 62.4722 | 24.7815 | -30.8744 |
#a88ace color RGB value is (168,138,206).
#a88ace hex color red value is 168, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a88ace hue: 0.74 , saturation: 0.41 and the lightness value of a88ace is 0.67.
The process color (four color CMYK) of #a88ace color hex is 0.18, 0.33, 0.00, 0.19. Web safe color of #a88ace is #9999cc. Color #a88ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10001010 | 11001110 |
Octal | 250 | 212 | 316 |
Decimal | 168 | 138 | 206 |
Hex | A8 | 8A | CE |
Shades of #a88ace
Tints of #a88ace
RGB Percentages of Color #a88ace
CMYK Percentages of Color #a88ace
Complementary Color
#a88ace | #b0ce8a |
#a88ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a88ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#a88ace Color CSS Codes
.mybgcolor {background-color:#a88ace; } .myforecolor {color:#a88ace; } .mybordercolor {border:3px solid #a88ace; }
#a88ace Text Font Color
<p style="color:#a88ace">Text here</p>
This sample text font color is #a88ace
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.
#a88ace Background Color
<div style="background-color:#a88ace">
Div content here</div>
This div background color is #a88ace
#a88ace Border Color
<div style="border:3px solid #a88ace">
Div here</div>
This div border color is #a88ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,138,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a88ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a88ace; -webkit-box-shadow: 1px 1px 3px 2px #a88ace; box-shadow: 1px 1px 3px 2px #a88ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,138,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a88ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a88ace; -webkit-box-shadow: 1px 1px 3px 2px #a88ace; box-shadow: 1px 1px 3px 2px #a88ace;">
Div content here</div>
This div box has shadow with color #a88ace
Comments
No comments written yet.
Please login to write comment.