Color spaces of #ba7fa8
RGB | 186 | 127 | 168 |
---|---|---|---|
HSL | 0.88 | 0.30 | 0.61 |
HSV | 318° | 32° | 73° |
CMYK | 0.00 | 0.32 | 0.10 0.27 |
XYZ | 34.9070 | 28.4450 | 40.6964 |
Yxy | 28.4450 | 0.3355 | 0.2734 |
Hunter Lab | 53.3339 | 23.4940 | -7.9075 |
CIE-Lab | 60.2887 | 29.2342 | -12.5340 |
#ba7fa8 color RGB value is (186,127,168).
#ba7fa8 hex color red value is 186, green value is 127 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ba7fa8 hue: 0.88 , saturation: 0.30 and the lightness value of ba7fa8 is 0.61.
The process color (four color CMYK) of #ba7fa8 color hex is 0.00, 0.32, 0.10, 0.27. Web safe color of #ba7fa8 is #cc6699. Color #ba7fa8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01111111 | 10101000 |
Octal | 272 | 177 | 250 |
Decimal | 186 | 127 | 168 |
Hex | BA | 7F | A8 |
Shades of #ba7fa8
Tints of #ba7fa8
RGB Percentages of Color #ba7fa8
CMYK Percentages of Color #ba7fa8
Complementary Color
#ba7fa8 | #7fba91 |
#ba7fa8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba7fa8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba7fa8 Color CSS Codes
.mybgcolor {background-color:#ba7fa8; } .myforecolor {color:#ba7fa8; } .mybordercolor {border:3px solid #ba7fa8; }
#ba7fa8 Text Font Color
<p style="color:#ba7fa8">Text here</p>
This sample text font color is #ba7fa8
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.
#ba7fa8 Background Color
<div style="background-color:#ba7fa8">
Div content here</div>
This div background color is #ba7fa8
#ba7fa8 Border Color
<div style="border:3px solid #ba7fa8">
Div here</div>
This div border color is #ba7fa8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,127,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba7fa8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba7fa8; -webkit-box-shadow: 1px 1px 3px 2px #ba7fa8; box-shadow: 1px 1px 3px 2px #ba7fa8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,127,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba7fa8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba7fa8; -webkit-box-shadow: 1px 1px 3px 2px #ba7fa8; box-shadow: 1px 1px 3px 2px #ba7fa8;">
Div content here</div>
This div box has shadow with color #ba7fa8
Comments
No comments written yet.
Please login to write comment.