Color spaces of #a771ea
RGB | 167 | 113 | 234 |
---|---|---|---|
HSL | 0.74 | 0.74 | 0.68 |
HSV | 267° | 52° | 92° |
CMYK | 0.29 | 0.52 | 0.00 0.08 |
XYZ | 36.6928 | 25.9663 | 80.9200 |
Yxy | 25.9663 | 0.2556 | 0.1809 |
Hunter Lab | 50.9571 | 39.3578 | -58.4826 |
CIE-Lab | 58.0050 | 45.0821 | -53.5649 |
#a771ea color RGB value is (167,113,234).
#a771ea hex color red value is 167, green value is 113 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a771ea hue: 0.74 , saturation: 0.74 and the lightness value of a771ea is 0.68.
The process color (four color CMYK) of #a771ea color hex is 0.29, 0.52, 0.00, 0.08. Web safe color of #a771ea is #9966ff. Color #a771ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01110001 | 11101010 |
Octal | 247 | 161 | 352 |
Decimal | 167 | 113 | 234 |
Hex | A7 | 71 | EA |
Shades of #a771ea
Tints of #a771ea
RGB Percentages of Color #a771ea
CMYK Percentages of Color #a771ea
Complementary Color
#a771ea | #b4ea71 |
#a771ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a771ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#a771ea Color CSS Codes
.mybgcolor {background-color:#a771ea; } .myforecolor {color:#a771ea; } .mybordercolor {border:3px solid #a771ea; }
#a771ea Text Font Color
<p style="color:#a771ea">Text here</p>
This sample text font color is #a771ea
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.
#a771ea Background Color
<div style="background-color:#a771ea">
Div content here</div>
This div background color is #a771ea
#a771ea Border Color
<div style="border:3px solid #a771ea">
Div here</div>
This div border color is #a771ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,113,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a771ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a771ea; -webkit-box-shadow: 1px 1px 3px 2px #a771ea; box-shadow: 1px 1px 3px 2px #a771ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,113,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a771ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a771ea; -webkit-box-shadow: 1px 1px 3px 2px #a771ea; box-shadow: 1px 1px 3px 2px #a771ea;">
Div content here</div>
This div box has shadow with color #a771ea
Comments
No comments written yet.
Please login to write comment.