Color spaces of #ba8aee
RGB | 186 | 138 | 238 |
---|---|---|---|
HSL | 0.75 | 0.75 | 0.74 |
HSV | 269° | 42° | 93° |
CMYK | 0.22 | 0.42 | 0.00 0.07 |
XYZ | 44.7708 | 34.7891 | 85.2442 |
Yxy | 34.7891 | 0.2717 | 0.2111 |
Hunter Lab | 58.9823 | 32.2723 | -44.4013 |
CIE-Lab | 65.5841 | 37.3794 | -43.6686 |
#ba8aee color RGB value is (186,138,238).
#ba8aee hex color red value is 186, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ba8aee hue: 0.75 , saturation: 0.75 and the lightness value of ba8aee is 0.74.
The process color (four color CMYK) of #ba8aee color hex is 0.22, 0.42, 0.00, 0.07. Web safe color of #ba8aee is #cc99ff. Color #ba8aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10001010 | 11101110 |
Octal | 272 | 212 | 356 |
Decimal | 186 | 138 | 238 |
Hex | BA | 8A | EE |
Shades of #ba8aee
Tints of #ba8aee
RGB Percentages of Color #ba8aee
CMYK Percentages of Color #ba8aee
Complementary Color
#ba8aee | #beee8a |
#ba8aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba8aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba8aee Color CSS Codes
.mybgcolor {background-color:#ba8aee; } .myforecolor {color:#ba8aee; } .mybordercolor {border:3px solid #ba8aee; }
#ba8aee Text Font Color
<p style="color:#ba8aee">Text here</p>
This sample text font color is #ba8aee
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.
#ba8aee Background Color
<div style="background-color:#ba8aee">
Div content here</div>
This div background color is #ba8aee
#ba8aee Border Color
<div style="border:3px solid #ba8aee">
Div here</div>
This div border color is #ba8aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,138,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba8aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba8aee; -webkit-box-shadow: 1px 1px 3px 2px #ba8aee; box-shadow: 1px 1px 3px 2px #ba8aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,138,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba8aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba8aee; -webkit-box-shadow: 1px 1px 3px 2px #ba8aee; box-shadow: 1px 1px 3px 2px #ba8aee;">
Div content here</div>
This div box has shadow with color #ba8aee
Comments
No comments written yet.
Please login to write comment.