Color spaces of #a934fe
RGB | 169 | 52 | 254 |
---|---|---|---|
HSL | 0.76 | 0.99 | 0.60 |
HSV | 275° | 80° | 100° |
CMYK | 0.33 | 0.80 | 0.00 0.00 |
XYZ | 35.4796 | 18.0468 | 95.3793 |
Yxy | 18.0468 | 0.2383 | 0.1212 |
Hunter Lab | 42.4815 | 74.7365 | -103.3805 |
CIE-Lab | 49.5528 | 77.4566 | -78.3424 |
#a934fe color RGB value is (169,52,254).
#a934fe hex color red value is 169, green value is 52 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a934fe hue: 0.76 , saturation: 0.99 and the lightness value of a934fe is 0.60.
The process color (four color CMYK) of #a934fe color hex is 0.33, 0.80, 0.00, 0.00. Web safe color of #a934fe is #9933ff. Color #a934fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00110100 | 11111110 |
Octal | 251 | 64 | 376 |
Decimal | 169 | 52 | 254 |
Hex | A9 | 34 | FE |
Shades of #a934fe
Tints of #a934fe
RGB Percentages of Color #a934fe
CMYK Percentages of Color #a934fe
Complementary Color
#a934fe | #89fe34 |
#a934fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a934fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a934fe Color CSS Codes
.mybgcolor {background-color:#a934fe; } .myforecolor {color:#a934fe; } .mybordercolor {border:3px solid #a934fe; }
#a934fe Text Font Color
<p style="color:#a934fe">Text here</p>
This sample text font color is #a934fe
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.
#a934fe Background Color
<div style="background-color:#a934fe">
Div content here</div>
This div background color is #a934fe
#a934fe Border Color
<div style="border:3px solid #a934fe">
Div here</div>
This div border color is #a934fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,52,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a934fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a934fe; -webkit-box-shadow: 1px 1px 3px 2px #a934fe; box-shadow: 1px 1px 3px 2px #a934fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,52,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 #a934fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a934fe; -webkit-box-shadow: 1px 1px 3px 2px #a934fe; box-shadow: 1px 1px 3px 2px #a934fe;">
Div content here</div>
This div box has shadow with color #a934fe
Comments
No comments written yet.
Please login to write comment.