Color spaces of #a71bbf
RGB | 167 | 27 | 191 |
---|---|---|---|
HSL | 0.81 | 0.75 | 0.43 |
HSV | 291° | 86° | 75° |
CMYK | 0.13 | 0.86 | 0.00 0.25 |
XYZ | 25.7323 | 12.7609 | 50.3971 |
Yxy | 12.7609 | 0.2895 | 0.1436 |
Hunter Lab | 35.7224 | 66.0666 | -58.6405 |
CIE-Lab | 42.4007 | 71.7298 | -54.0167 |
#a71bbf color RGB value is (167,27,191).
#a71bbf hex color red value is 167, green value is 27 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a71bbf hue: 0.81 , saturation: 0.75 and the lightness value of a71bbf is 0.43.
The process color (four color CMYK) of #a71bbf color hex is 0.13, 0.86, 0.00, 0.25. Web safe color of #a71bbf is #9933cc. Color #a71bbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 00011011 | 10111111 |
Octal | 247 | 33 | 277 |
Decimal | 167 | 27 | 191 |
Hex | A7 | 1B | BF |
Shades of #a71bbf
Tints of #a71bbf
RGB Percentages of Color #a71bbf
CMYK Percentages of Color #a71bbf
Complementary Color
#a71bbf | #33bf1b |
#a71bbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a71bbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a71bbf Color CSS Codes
.mybgcolor {background-color:#a71bbf; } .myforecolor {color:#a71bbf; } .mybordercolor {border:3px solid #a71bbf; }
#a71bbf Text Font Color
<p style="color:#a71bbf">Text here</p>
This sample text font color is #a71bbf
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.
#a71bbf Background Color
<div style="background-color:#a71bbf">
Div content here</div>
This div background color is #a71bbf
#a71bbf Border Color
<div style="border:3px solid #a71bbf">
Div here</div>
This div border color is #a71bbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,27,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a71bbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a71bbf; -webkit-box-shadow: 1px 1px 3px 2px #a71bbf; box-shadow: 1px 1px 3px 2px #a71bbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,27,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 #a71bbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a71bbf; -webkit-box-shadow: 1px 1px 3px 2px #a71bbf; box-shadow: 1px 1px 3px 2px #a71bbf;">
Div content here</div>
This div box has shadow with color #a71bbf
Comments
No comments written yet.
Please login to write comment.