Color spaces of #a188bf
RGB | 161 | 136 | 191 |
---|---|---|---|
HSL | 0.74 | 0.30 | 0.64 |
HSV | 267° | 29° | 75° |
CMYK | 0.16 | 0.29 | 0.00 0.25 |
XYZ | 32.9061 | 28.9470 | 53.1432 |
Yxy | 28.9470 | 0.2861 | 0.2517 |
Hunter Lab | 53.8024 | 15.0182 | -20.9019 |
CIE-Lab | 60.7348 | 20.3345 | -25.1667 |
#a188bf color RGB value is (161,136,191).
#a188bf hex color red value is 161, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a188bf hue: 0.74 , saturation: 0.30 and the lightness value of a188bf is 0.64.
The process color (four color CMYK) of #a188bf color hex is 0.16, 0.29, 0.00, 0.25. Web safe color of #a188bf is #9999cc. Color #a188bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10001000 | 10111111 |
Octal | 241 | 210 | 277 |
Decimal | 161 | 136 | 191 |
Hex | A1 | 88 | BF |
Shades of #a188bf
Tints of #a188bf
RGB Percentages of Color #a188bf
CMYK Percentages of Color #a188bf
Complementary Color
#a188bf | #a6bf88 |
#a188bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a188bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a188bf Color CSS Codes
.mybgcolor {background-color:#a188bf; } .myforecolor {color:#a188bf; } .mybordercolor {border:3px solid #a188bf; }
#a188bf Text Font Color
<p style="color:#a188bf">Text here</p>
This sample text font color is #a188bf
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.
#a188bf Background Color
<div style="background-color:#a188bf">
Div content here</div>
This div background color is #a188bf
#a188bf Border Color
<div style="border:3px solid #a188bf">
Div here</div>
This div border color is #a188bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,136,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a188bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a188bf; -webkit-box-shadow: 1px 1px 3px 2px #a188bf; box-shadow: 1px 1px 3px 2px #a188bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,136,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 #a188bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a188bf; -webkit-box-shadow: 1px 1px 3px 2px #a188bf; box-shadow: 1px 1px 3px 2px #a188bf;">
Div content here</div>
This div box has shadow with color #a188bf
Comments
No comments written yet.
Please login to write comment.