Color spaces of #a45fed
RGB | 164 | 95 | 237 |
---|---|---|---|
HSL | 0.75 | 0.80 | 0.65 |
HSV | 269° | 60° | 93° |
CMYK | 0.31 | 0.60 | 0.00 0.07 |
XYZ | 34.6881 | 22.1914 | 82.5759 |
Yxy | 22.1914 | 0.2487 | 0.1591 |
Hunter Lab | 47.1077 | 49.0011 | -70.9549 |
CIE-Lab | 54.2295 | 54.6012 | -61.3019 |
#a45fed color RGB value is (164,95,237).
#a45fed hex color red value is 164, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a45fed hue: 0.75 , saturation: 0.80 and the lightness value of a45fed is 0.65.
The process color (four color CMYK) of #a45fed color hex is 0.31, 0.60, 0.00, 0.07. Web safe color of #a45fed is #9966ff. Color #a45fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01011111 | 11101101 |
Octal | 244 | 137 | 355 |
Decimal | 164 | 95 | 237 |
Hex | A4 | 5F | ED |
Shades of #a45fed
Tints of #a45fed
RGB Percentages of Color #a45fed
CMYK Percentages of Color #a45fed
Complementary Color
#a45fed | #a8ed5f |
#a45fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a45fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#a45fed Color CSS Codes
.mybgcolor {background-color:#a45fed; } .myforecolor {color:#a45fed; } .mybordercolor {border:3px solid #a45fed; }
#a45fed Text Font Color
<p style="color:#a45fed">Text here</p>
This sample text font color is #a45fed
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.
#a45fed Background Color
<div style="background-color:#a45fed">
Div content here</div>
This div background color is #a45fed
#a45fed Border Color
<div style="border:3px solid #a45fed">
Div here</div>
This div border color is #a45fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,95,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a45fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a45fed; -webkit-box-shadow: 1px 1px 3px 2px #a45fed; box-shadow: 1px 1px 3px 2px #a45fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,95,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a45fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a45fed; -webkit-box-shadow: 1px 1px 3px 2px #a45fed; box-shadow: 1px 1px 3px 2px #a45fed;">
Div content here</div>
This div box has shadow with color #a45fed
Comments
No comments written yet.
Please login to write comment.