Color spaces of #ba92db
RGB | 186 | 146 | 219 |
---|---|---|---|
HSL | 0.76 | 0.50 | 0.72 |
HSV | 273° | 33° | 86° |
CMYK | 0.15 | 0.33 | 0.00 0.14 |
XYZ | 43.3148 | 36.1113 | 71.7051 |
Yxy | 36.1113 | 0.2866 | 0.2389 |
Hunter Lab | 60.0927 | 23.5006 | -28.6824 |
CIE-Lab | 66.6049 | 28.7158 | -31.5821 |
#ba92db color RGB value is (186,146,219).
#ba92db hex color red value is 186, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba92db hue: 0.76 , saturation: 0.50 and the lightness value of ba92db is 0.72.
The process color (four color CMYK) of #ba92db color hex is 0.15, 0.33, 0.00, 0.14. Web safe color of #ba92db is #cc99cc. Color #ba92db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10010010 | 11011011 |
Octal | 272 | 222 | 333 |
Decimal | 186 | 146 | 219 |
Hex | BA | 92 | DB |
Shades of #ba92db
Tints of #ba92db
RGB Percentages of Color #ba92db
CMYK Percentages of Color #ba92db
Complementary Color
#ba92db | #b3db92 |
#ba92db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba92db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba92db Color CSS Codes
.mybgcolor {background-color:#ba92db; } .myforecolor {color:#ba92db; } .mybordercolor {border:3px solid #ba92db; }
#ba92db Text Font Color
<p style="color:#ba92db">Text here</p>
This sample text font color is #ba92db
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.
#ba92db Background Color
<div style="background-color:#ba92db">
Div content here</div>
This div background color is #ba92db
#ba92db Border Color
<div style="border:3px solid #ba92db">
Div here</div>
This div border color is #ba92db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,146,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba92db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba92db; -webkit-box-shadow: 1px 1px 3px 2px #ba92db; box-shadow: 1px 1px 3px 2px #ba92db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,146,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba92db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba92db; -webkit-box-shadow: 1px 1px 3px 2px #ba92db; box-shadow: 1px 1px 3px 2px #ba92db;">
Div content here</div>
This div box has shadow with color #ba92db
#ba92db Color Palettes
Comments
No comments written yet.
Please login to write comment.