Color spaces of #a816bf
RGB | 168 | 22 | 191 |
---|---|---|---|
HSL | 0.81 | 0.79 | 0.42 |
HSV | 292° | 88° | 75° |
CMYK | 0.12 | 0.88 | 0.00 0.25 |
XYZ | 25.8393 | 12.6602 | 50.3720 |
Yxy | 12.6602 | 0.2907 | 0.1425 |
Hunter Lab | 35.5812 | 67.3609 | -59.0296 |
CIE-Lab | 42.2467 | 72.8414 | -54.2566 |
#a816bf color RGB value is (168,22,191).
#a816bf hex color red value is 168, green value is 22 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a816bf hue: 0.81 , saturation: 0.79 and the lightness value of a816bf is 0.42.
The process color (four color CMYK) of #a816bf color hex is 0.12, 0.88, 0.00, 0.25. Web safe color of #a816bf is #9900cc. Color #a816bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00010110 | 10111111 |
Octal | 250 | 26 | 277 |
Decimal | 168 | 22 | 191 |
Hex | A8 | 16 | BF |
Shades of #a816bf
Tints of #a816bf
RGB Percentages of Color #a816bf
CMYK Percentages of Color #a816bf
Complementary Color
#a816bf | #2dbf16 |
#a816bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a816bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a816bf Color CSS Codes
.mybgcolor {background-color:#a816bf; } .myforecolor {color:#a816bf; } .mybordercolor {border:3px solid #a816bf; }
#a816bf Text Font Color
<p style="color:#a816bf">Text here</p>
This sample text font color is #a816bf
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.
#a816bf Background Color
<div style="background-color:#a816bf">
Div content here</div>
This div background color is #a816bf
#a816bf Border Color
<div style="border:3px solid #a816bf">
Div here</div>
This div border color is #a816bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,22,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a816bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a816bf; -webkit-box-shadow: 1px 1px 3px 2px #a816bf; box-shadow: 1px 1px 3px 2px #a816bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,22,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a816bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a816bf; -webkit-box-shadow: 1px 1px 3px 2px #a816bf; box-shadow: 1px 1px 3px 2px #a816bf;">
Div content here</div>
This div box has shadow with color #a816bf
Comments
No comments written yet.
Please login to write comment.