Color spaces of #a751bf
RGB | 167 | 81 | 191 |
---|---|---|---|
HSL | 0.80 | 0.46 | 0.53 |
HSV | 287° | 58° | 75° |
CMYK | 0.13 | 0.58 | 0.00 0.25 |
XYZ | 28.2827 | 17.8619 | 51.2472 |
Yxy | 17.8619 | 0.2904 | 0.1834 |
Hunter Lab | 42.2633 | 45.4917 | -42.3089 |
CIE-Lab | 49.3282 | 52.2216 | -42.9379 |
#a751bf color RGB value is (167,81,191).
#a751bf hex color red value is 167, green value is 81 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a751bf hue: 0.80 , saturation: 0.46 and the lightness value of a751bf is 0.53.
The process color (four color CMYK) of #a751bf color hex is 0.13, 0.58, 0.00, 0.25. Web safe color of #a751bf is #9966cc. Color #a751bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01010001 | 10111111 |
Octal | 247 | 121 | 277 |
Decimal | 167 | 81 | 191 |
Hex | A7 | 51 | BF |
Shades of #a751bf
Tints of #a751bf
RGB Percentages of Color #a751bf
CMYK Percentages of Color #a751bf
Complementary Color
#a751bf | #69bf51 |
#a751bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a751bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a751bf Color CSS Codes
.mybgcolor {background-color:#a751bf; } .myforecolor {color:#a751bf; } .mybordercolor {border:3px solid #a751bf; }
#a751bf Text Font Color
<p style="color:#a751bf">Text here</p>
This sample text font color is #a751bf
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.
#a751bf Background Color
<div style="background-color:#a751bf">
Div content here</div>
This div background color is #a751bf
#a751bf Border Color
<div style="border:3px solid #a751bf">
Div here</div>
This div border color is #a751bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,81,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a751bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a751bf; -webkit-box-shadow: 1px 1px 3px 2px #a751bf; box-shadow: 1px 1px 3px 2px #a751bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,81,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 #a751bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a751bf; -webkit-box-shadow: 1px 1px 3px 2px #a751bf; box-shadow: 1px 1px 3px 2px #a751bf;">
Div content here</div>
This div box has shadow with color #a751bf
Comments
No comments written yet.
Please login to write comment.