Color spaces of #a813bb
RGB | 168 | 19 | 187 |
---|---|---|---|
HSL | 0.81 | 0.82 | 0.40 |
HSV | 293° | 90° | 73° |
CMYK | 0.10 | 0.90 | 0.00 0.27 |
XYZ | 25.3510 | 12.3784 | 48.0668 |
Yxy | 12.3784 | 0.2955 | 0.1443 |
Hunter Lab | 35.1830 | 67.0476 | -56.3737 |
CIE-Lab | 41.8113 | 72.6648 | -52.6108 |
#a813bb color RGB value is (168,19,187).
#a813bb hex color red value is 168, green value is 19 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a813bb hue: 0.81 , saturation: 0.82 and the lightness value of a813bb is 0.40.
The process color (four color CMYK) of #a813bb color hex is 0.10, 0.90, 0.00, 0.27. Web safe color of #a813bb is #9900cc. Color #a813bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00010011 | 10111011 |
Octal | 250 | 23 | 273 |
Decimal | 168 | 19 | 187 |
Hex | A8 | 13 | BB |
Shades of #a813bb
Tints of #a813bb
RGB Percentages of Color #a813bb
CMYK Percentages of Color #a813bb
Complementary Color
#a813bb | #26bb13 |
#a813bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a813bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a813bb Color CSS Codes
.mybgcolor {background-color:#a813bb; } .myforecolor {color:#a813bb; } .mybordercolor {border:3px solid #a813bb; }
#a813bb Text Font Color
<p style="color:#a813bb">Text here</p>
This sample text font color is #a813bb
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.
#a813bb Background Color
<div style="background-color:#a813bb">
Div content here</div>
This div background color is #a813bb
#a813bb Border Color
<div style="border:3px solid #a813bb">
Div here</div>
This div border color is #a813bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,19,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a813bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a813bb; -webkit-box-shadow: 1px 1px 3px 2px #a813bb; box-shadow: 1px 1px 3px 2px #a813bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,19,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 #a813bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a813bb; -webkit-box-shadow: 1px 1px 3px 2px #a813bb; box-shadow: 1px 1px 3px 2px #a813bb;">
Div content here</div>
This div box has shadow with color #a813bb
Comments
No comments written yet.
Please login to write comment.