Color spaces of #a307bb
RGB | 163 | 7 | 187 |
---|---|---|---|
HSL | 0.81 | 0.93 | 0.38 |
HSV | 292° | 96° | 73° |
CMYK | 0.13 | 0.96 | 0.00 0.27 |
XYZ | 24.1499 | 11.5263 | 47.9657 |
Yxy | 11.5263 | 0.2887 | 0.1378 |
Hunter Lab | 33.9504 | 67.5590 | -60.0006 |
CIE-Lab | 40.4531 | 73.3537 | -54.8456 |
#a307bb color RGB value is (163,7,187).
#a307bb hex color red value is 163, green value is 7 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a307bb hue: 0.81 , saturation: 0.93 and the lightness value of a307bb is 0.38.
The process color (four color CMYK) of #a307bb color hex is 0.13, 0.96, 0.00, 0.27. Web safe color of #a307bb is #9900cc. Color #a307bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00000111 | 10111011 |
Octal | 243 | 7 | 273 |
Decimal | 163 | 7 | 187 |
Hex | A3 | 7 | BB |
Shades of #a307bb
Tints of #a307bb
RGB Percentages of Color #a307bb
CMYK Percentages of Color #a307bb
Complementary Color
#a307bb | #1fbb07 |
#a307bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a307bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a307bb Color CSS Codes
.mybgcolor {background-color:#a307bb; } .myforecolor {color:#a307bb; } .mybordercolor {border:3px solid #a307bb; }
#a307bb Text Font Color
<p style="color:#a307bb">Text here</p>
This sample text font color is #a307bb
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.
#a307bb Background Color
<div style="background-color:#a307bb">
Div content here</div>
This div background color is #a307bb
#a307bb Border Color
<div style="border:3px solid #a307bb">
Div here</div>
This div border color is #a307bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,7,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a307bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a307bb; -webkit-box-shadow: 1px 1px 3px 2px #a307bb; box-shadow: 1px 1px 3px 2px #a307bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,7,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a307bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a307bb; -webkit-box-shadow: 1px 1px 3px 2px #a307bb; box-shadow: 1px 1px 3px 2px #a307bb;">
Div content here</div>
This div box has shadow with color #a307bb
Comments
No comments written yet.
Please login to write comment.