Color spaces of #a295bf
RGB | 162 | 149 | 191 |
---|---|---|---|
HSL | 0.72 | 0.25 | 0.67 |
HSV | 259° | 22° | 75° |
CMYK | 0.15 | 0.22 | 0.00 0.25 |
XYZ | 35.0517 | 32.9379 | 53.8004 |
Yxy | 32.9379 | 0.2878 | 0.2704 |
Hunter Lab | 57.3915 | 8.5831 | -15.4060 |
CIE-Lab | 64.1106 | 13.2544 | -19.9928 |
#a295bf color RGB value is (162,149,191).
#a295bf hex color red value is 162, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a295bf hue: 0.72 , saturation: 0.25 and the lightness value of a295bf is 0.67.
The process color (four color CMYK) of #a295bf color hex is 0.15, 0.22, 0.00, 0.25. Web safe color of #a295bf is #9999cc. Color #a295bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10010101 | 10111111 |
Octal | 242 | 225 | 277 |
Decimal | 162 | 149 | 191 |
Hex | A2 | 95 | BF |
Shades of #a295bf
Tints of #a295bf
RGB Percentages of Color #a295bf
CMYK Percentages of Color #a295bf
Complementary Color
#a295bf | #b2bf95 |
#a295bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a295bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a295bf Color CSS Codes
.mybgcolor {background-color:#a295bf; } .myforecolor {color:#a295bf; } .mybordercolor {border:3px solid #a295bf; }
#a295bf Text Font Color
<p style="color:#a295bf">Text here</p>
This sample text font color is #a295bf
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.
#a295bf Background Color
<div style="background-color:#a295bf">
Div content here</div>
This div background color is #a295bf
#a295bf Border Color
<div style="border:3px solid #a295bf">
Div here</div>
This div border color is #a295bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,149,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a295bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a295bf; -webkit-box-shadow: 1px 1px 3px 2px #a295bf; box-shadow: 1px 1px 3px 2px #a295bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,149,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 #a295bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a295bf; -webkit-box-shadow: 1px 1px 3px 2px #a295bf; box-shadow: 1px 1px 3px 2px #a295bf;">
Div content here</div>
This div box has shadow with color #a295bf
Comments
No comments written yet.
Please login to write comment.