Color spaces of #a087bf
RGB | 160 | 135 | 191 |
---|---|---|---|
HSL | 0.74 | 0.30 | 0.64 |
HSV | 267° | 29° | 75° |
CMYK | 0.16 | 0.29 | 0.00 0.25 |
XYZ | 32.5651 | 28.5631 | 53.0871 |
Yxy | 28.5631 | 0.2851 | 0.2501 |
Hunter Lab | 53.4445 | 15.2369 | -21.4824 |
CIE-Lab | 60.3941 | 20.5862 | -25.6987 |
#a087bf color RGB value is (160,135,191).
#a087bf hex color red value is 160, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a087bf hue: 0.74 , saturation: 0.30 and the lightness value of a087bf is 0.64.
The process color (four color CMYK) of #a087bf color hex is 0.16, 0.29, 0.00, 0.25. Web safe color of #a087bf is #9999cc. Color #a087bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10000111 | 10111111 |
Octal | 240 | 207 | 277 |
Decimal | 160 | 135 | 191 |
Hex | A0 | 87 | BF |
Shades of #a087bf
Tints of #a087bf
RGB Percentages of Color #a087bf
CMYK Percentages of Color #a087bf
Complementary Color
#a087bf | #a6bf87 |
#a087bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a087bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a087bf Color CSS Codes
.mybgcolor {background-color:#a087bf; } .myforecolor {color:#a087bf; } .mybordercolor {border:3px solid #a087bf; }
#a087bf Text Font Color
<p style="color:#a087bf">Text here</p>
This sample text font color is #a087bf
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.
#a087bf Background Color
<div style="background-color:#a087bf">
Div content here</div>
This div background color is #a087bf
#a087bf Border Color
<div style="border:3px solid #a087bf">
Div here</div>
This div border color is #a087bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,135,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a087bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a087bf; -webkit-box-shadow: 1px 1px 3px 2px #a087bf; box-shadow: 1px 1px 3px 2px #a087bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,135,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 #a087bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a087bf; -webkit-box-shadow: 1px 1px 3px 2px #a087bf; box-shadow: 1px 1px 3px 2px #a087bf;">
Div content here</div>
This div box has shadow with color #a087bf
Comments
No comments written yet.
Please login to write comment.