Color spaces of #a689fc
RGB | 166 | 137 | 252 |
---|---|---|---|
HSL | 0.71 | 0.95 | 0.76 |
HSV | 255° | 46° | 99° |
CMYK | 0.34 | 0.46 | 0.00 0.01 |
XYZ | 42.2422 | 33.0266 | 96.2438 |
Yxy | 33.0266 | 0.2463 | 0.1926 |
Hunter Lab | 57.4688 | 30.6354 | -59.0657 |
CIE-Lab | 64.1824 | 35.9547 | -53.6953 |
#a689fc color RGB value is (166,137,252).
#a689fc hex color red value is 166, green value is 137 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a689fc hue: 0.71 , saturation: 0.95 and the lightness value of a689fc is 0.76.
The process color (four color CMYK) of #a689fc color hex is 0.34, 0.46, 0.00, 0.01. Web safe color of #a689fc is #9999ff. Color #a689fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10001001 | 11111100 |
Octal | 246 | 211 | 374 |
Decimal | 166 | 137 | 252 |
Hex | A6 | 89 | FC |
Shades of #a689fc
Tints of #a689fc
RGB Percentages of Color #a689fc
CMYK Percentages of Color #a689fc
Complementary Color
#a689fc | #dffc89 |
#a689fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a689fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a689fc Color CSS Codes
.mybgcolor {background-color:#a689fc; } .myforecolor {color:#a689fc; } .mybordercolor {border:3px solid #a689fc; }
#a689fc Text Font Color
<p style="color:#a689fc">Text here</p>
This sample text font color is #a689fc
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.
#a689fc Background Color
<div style="background-color:#a689fc">
Div content here</div>
This div background color is #a689fc
#a689fc Border Color
<div style="border:3px solid #a689fc">
Div here</div>
This div border color is #a689fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,137,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a689fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a689fc; -webkit-box-shadow: 1px 1px 3px 2px #a689fc; box-shadow: 1px 1px 3px 2px #a689fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,137,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a689fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a689fc; -webkit-box-shadow: 1px 1px 3px 2px #a689fc; box-shadow: 1px 1px 3px 2px #a689fc;">
Div content here</div>
This div box has shadow with color #a689fc
Comments
No comments written yet.
Please login to write comment.