Color spaces of #a894bf
RGB | 168 | 148 | 191 |
---|---|---|---|
HSL | 0.74 | 0.25 | 0.66 |
HSV | 268° | 23° | 75° |
CMYK | 0.12 | 0.23 | 0.00 0.25 |
XYZ | 36.1423 | 33.2662 | 53.8063 |
Yxy | 33.2662 | 0.2933 | 0.2700 |
Hunter Lab | 57.6769 | 10.9197 | -14.9374 |
CIE-Lab | 64.3759 | 15.7917 | -19.5412 |
#a894bf color RGB value is (168,148,191).
#a894bf hex color red value is 168, green value is 148 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a894bf hue: 0.74 , saturation: 0.25 and the lightness value of a894bf is 0.66.
The process color (four color CMYK) of #a894bf color hex is 0.12, 0.23, 0.00, 0.25. Web safe color of #a894bf is #9999cc. Color #a894bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10010100 | 10111111 |
Octal | 250 | 224 | 277 |
Decimal | 168 | 148 | 191 |
Hex | A8 | 94 | BF |
Shades of #a894bf
Tints of #a894bf
RGB Percentages of Color #a894bf
CMYK Percentages of Color #a894bf
Complementary Color
#a894bf | #abbf94 |
#a894bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a894bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a894bf Color CSS Codes
.mybgcolor {background-color:#a894bf; } .myforecolor {color:#a894bf; } .mybordercolor {border:3px solid #a894bf; }
#a894bf Text Font Color
<p style="color:#a894bf">Text here</p>
This sample text font color is #a894bf
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.
#a894bf Background Color
<div style="background-color:#a894bf">
Div content here</div>
This div background color is #a894bf
#a894bf Border Color
<div style="border:3px solid #a894bf">
Div here</div>
This div border color is #a894bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,148,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a894bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a894bf; -webkit-box-shadow: 1px 1px 3px 2px #a894bf; box-shadow: 1px 1px 3px 2px #a894bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,148,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a894bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a894bf; -webkit-box-shadow: 1px 1px 3px 2px #a894bf; box-shadow: 1px 1px 3px 2px #a894bf;">
Div content here</div>
This div box has shadow with color #a894bf
Comments
No comments written yet.
Please login to write comment.