Color spaces of #a683cf
RGB | 166 | 131 | 207 |
---|---|---|---|
HSL | 0.74 | 0.44 | 0.66 |
HSV | 268° | 37° | 81° |
CMYK | 0.20 | 0.37 | 0.00 0.19 |
XYZ | 35.1047 | 28.8446 | 62.7488 |
Yxy | 28.8446 | 0.2771 | 0.2277 |
Hunter Lab | 53.7072 | 22.6857 | -31.6765 |
CIE-Lab | 60.6442 | 28.3762 | -34.2899 |
#a683cf color RGB value is (166,131,207).
#a683cf hex color red value is 166, green value is 131 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a683cf hue: 0.74 , saturation: 0.44 and the lightness value of a683cf is 0.66.
The process color (four color CMYK) of #a683cf color hex is 0.20, 0.37, 0.00, 0.19. Web safe color of #a683cf is #9999cc. Color #a683cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10000011 | 11001111 |
Octal | 246 | 203 | 317 |
Decimal | 166 | 131 | 207 |
Hex | A6 | 83 | CF |
Shades of #a683cf
Tints of #a683cf
RGB Percentages of Color #a683cf
CMYK Percentages of Color #a683cf
Complementary Color
#a683cf | #accf83 |
#a683cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a683cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a683cf Color CSS Codes
.mybgcolor {background-color:#a683cf; } .myforecolor {color:#a683cf; } .mybordercolor {border:3px solid #a683cf; }
#a683cf Text Font Color
<p style="color:#a683cf">Text here</p>
This sample text font color is #a683cf
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.
#a683cf Background Color
<div style="background-color:#a683cf">
Div content here</div>
This div background color is #a683cf
#a683cf Border Color
<div style="border:3px solid #a683cf">
Div here</div>
This div border color is #a683cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,131,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a683cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a683cf; -webkit-box-shadow: 1px 1px 3px 2px #a683cf; box-shadow: 1px 1px 3px 2px #a683cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,131,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 #a683cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a683cf; -webkit-box-shadow: 1px 1px 3px 2px #a683cf; box-shadow: 1px 1px 3px 2px #a683cf;">
Div content here</div>
This div box has shadow with color #a683cf
Comments
No comments written yet.
Please login to write comment.