Color spaces of #a68acf
RGB | 166 | 138 | 207 |
---|---|---|---|
HSL | 0.73 | 0.42 | 0.68 |
HSV | 264° | 33° | 81° |
CMYK | 0.20 | 0.33 | 0.00 0.19 |
XYZ | 36.0768 | 30.7889 | 63.0729 |
Yxy | 30.7889 | 0.2776 | 0.2369 |
Hunter Lab | 55.4877 | 18.9529 | -28.5535 |
CIE-Lab | 62.3290 | 24.3954 | -31.6712 |
#a68acf color RGB value is (166,138,207).
#a68acf hex color red value is 166, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a68acf hue: 0.73 , saturation: 0.42 and the lightness value of a68acf is 0.68.
The process color (four color CMYK) of #a68acf color hex is 0.20, 0.33, 0.00, 0.19. Web safe color of #a68acf is #9999cc. Color #a68acf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10001010 | 11001111 |
Octal | 246 | 212 | 317 |
Decimal | 166 | 138 | 207 |
Hex | A6 | 8A | CF |
Shades of #a68acf
Tints of #a68acf
RGB Percentages of Color #a68acf
CMYK Percentages of Color #a68acf
Complementary Color
#a68acf | #b3cf8a |
#a68acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a68acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a68acf Color CSS Codes
.mybgcolor {background-color:#a68acf; } .myforecolor {color:#a68acf; } .mybordercolor {border:3px solid #a68acf; }
#a68acf Text Font Color
<p style="color:#a68acf">Text here</p>
This sample text font color is #a68acf
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.
#a68acf Background Color
<div style="background-color:#a68acf">
Div content here</div>
This div background color is #a68acf
#a68acf Border Color
<div style="border:3px solid #a68acf">
Div here</div>
This div border color is #a68acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,138,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a68acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a68acf; -webkit-box-shadow: 1px 1px 3px 2px #a68acf; box-shadow: 1px 1px 3px 2px #a68acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,138,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 #a68acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a68acf; -webkit-box-shadow: 1px 1px 3px 2px #a68acf; box-shadow: 1px 1px 3px 2px #a68acf;">
Div content here</div>
This div box has shadow with color #a68acf
Comments
No comments written yet.
Please login to write comment.