Color spaces of #a685cf
RGB | 166 | 133 | 207 |
---|---|---|---|
HSL | 0.74 | 0.44 | 0.67 |
HSV | 267° | 36° | 81° |
CMYK | 0.20 | 0.36 | 0.00 0.19 |
XYZ | 35.3759 | 29.3870 | 62.8392 |
Yxy | 29.3870 | 0.2772 | 0.2303 |
Hunter Lab | 54.2098 | 21.6174 | -30.7813 |
CIE-Lab | 61.1217 | 27.2398 | -33.5467 |
#a685cf color RGB value is (166,133,207).
#a685cf hex color red value is 166, green value is 133 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a685cf hue: 0.74 , saturation: 0.44 and the lightness value of a685cf is 0.67.
The process color (four color CMYK) of #a685cf color hex is 0.20, 0.36, 0.00, 0.19. Web safe color of #a685cf is #9999cc. Color #a685cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10000101 | 11001111 |
Octal | 246 | 205 | 317 |
Decimal | 166 | 133 | 207 |
Hex | A6 | 85 | CF |
Shades of #a685cf
Tints of #a685cf
RGB Percentages of Color #a685cf
CMYK Percentages of Color #a685cf
Complementary Color
#a685cf | #aecf85 |
#a685cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a685cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a685cf Color CSS Codes
.mybgcolor {background-color:#a685cf; } .myforecolor {color:#a685cf; } .mybordercolor {border:3px solid #a685cf; }
#a685cf Text Font Color
<p style="color:#a685cf">Text here</p>
This sample text font color is #a685cf
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.
#a685cf Background Color
<div style="background-color:#a685cf">
Div content here</div>
This div background color is #a685cf
#a685cf Border Color
<div style="border:3px solid #a685cf">
Div here</div>
This div border color is #a685cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,133,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a685cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a685cf; -webkit-box-shadow: 1px 1px 3px 2px #a685cf; box-shadow: 1px 1px 3px 2px #a685cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,133,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 #a685cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a685cf; -webkit-box-shadow: 1px 1px 3px 2px #a685cf; box-shadow: 1px 1px 3px 2px #a685cf;">
Div content here</div>
This div box has shadow with color #a685cf
Comments
No comments written yet.
Please login to write comment.