Color spaces of #ba90ab
RGB | 186 | 144 | 171 |
---|---|---|---|
HSL | 0.89 | 0.23 | 0.65 |
HSV | 321° | 23° | 73° |
CMYK | 0.00 | 0.23 | 0.08 0.27 |
XYZ | 37.5736 | 33.3259 | 42.9803 |
Yxy | 33.3259 | 0.3299 | 0.2926 |
Hunter Lab | 57.7286 | 15.1546 | -3.7328 |
CIE-Lab | 64.4239 | 20.3046 | -8.0503 |
#ba90ab color RGB value is (186,144,171).
#ba90ab hex color red value is 186, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba90ab hue: 0.89 , saturation: 0.23 and the lightness value of ba90ab is 0.65.
The process color (four color CMYK) of #ba90ab color hex is 0.00, 0.23, 0.08, 0.27. Web safe color of #ba90ab is #cc9999. Color #ba90ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10010000 | 10101011 |
Octal | 272 | 220 | 253 |
Decimal | 186 | 144 | 171 |
Hex | BA | 90 | AB |
Shades of #ba90ab
Tints of #ba90ab
RGB Percentages of Color #ba90ab
CMYK Percentages of Color #ba90ab
Complementary Color
#ba90ab | #90ba9f |
#ba90ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba90ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba90ab Color CSS Codes
.mybgcolor {background-color:#ba90ab; } .myforecolor {color:#ba90ab; } .mybordercolor {border:3px solid #ba90ab; }
#ba90ab Text Font Color
<p style="color:#ba90ab">Text here</p>
This sample text font color is #ba90ab
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.
#ba90ab Background Color
<div style="background-color:#ba90ab">
Div content here</div>
This div background color is #ba90ab
#ba90ab Border Color
<div style="border:3px solid #ba90ab">
Div here</div>
This div border color is #ba90ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,144,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba90ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba90ab; -webkit-box-shadow: 1px 1px 3px 2px #ba90ab; box-shadow: 1px 1px 3px 2px #ba90ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,144,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba90ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba90ab; -webkit-box-shadow: 1px 1px 3px 2px #ba90ab; box-shadow: 1px 1px 3px 2px #ba90ab;">
Div content here</div>
This div box has shadow with color #ba90ab
Comments
No comments written yet.
Please login to write comment.