Color spaces of #a47cfe
RGB | 164 | 124 | 254 |
---|---|---|---|
HSL | 0.72 | 0.98 | 0.74 |
HSV | 258° | 51° | 100° |
CMYK | 0.35 | 0.51 | 0.00 0.00 |
XYZ | 40.4069 | 29.4636 | 97.3233 |
Yxy | 29.4636 | 0.2417 | 0.1762 |
Hunter Lab | 54.2804 | 37.8866 | -68.3091 |
CIE-Lab | 61.1886 | 43.2511 | -59.5720 |
#a47cfe color RGB value is (164,124,254).
#a47cfe hex color red value is 164, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a47cfe hue: 0.72 , saturation: 0.98 and the lightness value of a47cfe is 0.74.
The process color (four color CMYK) of #a47cfe color hex is 0.35, 0.51, 0.00, 0.00. Web safe color of #a47cfe is #9966ff. Color #a47cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01111100 | 11111110 |
Octal | 244 | 174 | 376 |
Decimal | 164 | 124 | 254 |
Hex | A4 | 7C | FE |
Shades of #a47cfe
Tints of #a47cfe
RGB Percentages of Color #a47cfe
CMYK Percentages of Color #a47cfe
Complementary Color
#a47cfe | #d6fe7c |
#a47cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a47cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a47cfe Color CSS Codes
.mybgcolor {background-color:#a47cfe; } .myforecolor {color:#a47cfe; } .mybordercolor {border:3px solid #a47cfe; }
#a47cfe Text Font Color
<p style="color:#a47cfe">Text here</p>
This sample text font color is #a47cfe
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.
#a47cfe Background Color
<div style="background-color:#a47cfe">
Div content here</div>
This div background color is #a47cfe
#a47cfe Border Color
<div style="border:3px solid #a47cfe">
Div here</div>
This div border color is #a47cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,124,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a47cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a47cfe; -webkit-box-shadow: 1px 1px 3px 2px #a47cfe; box-shadow: 1px 1px 3px 2px #a47cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,124,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a47cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a47cfe; -webkit-box-shadow: 1px 1px 3px 2px #a47cfe; box-shadow: 1px 1px 3px 2px #a47cfe;">
Div content here</div>
This div box has shadow with color #a47cfe
Comments
No comments written yet.
Please login to write comment.