Color spaces of #a434bc
RGB | 164 | 52 | 188 |
---|---|---|---|
HSL | 0.80 | 0.57 | 0.47 |
HSV | 289° | 72° | 74° |
CMYK | 0.13 | 0.72 | 0.00 0.26 |
XYZ | 25.6149 | 13.9793 | 48.9252 |
Yxy | 13.9793 | 0.2894 | 0.1579 |
Hunter Lab | 37.3889 | 56.8586 | -51.4116 |
CIE-Lab | 44.2032 | 63.4678 | -49.3879 |
#a434bc color RGB value is (164,52,188).
#a434bc hex color red value is 164, green value is 52 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a434bc hue: 0.80 , saturation: 0.57 and the lightness value of a434bc is 0.47.
The process color (four color CMYK) of #a434bc color hex is 0.13, 0.72, 0.00, 0.26. Web safe color of #a434bc is #9933cc. Color #a434bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00110100 | 10111100 |
Octal | 244 | 64 | 274 |
Decimal | 164 | 52 | 188 |
Hex | A4 | 34 | BC |
Shades of #a434bc
Tints of #a434bc
RGB Percentages of Color #a434bc
CMYK Percentages of Color #a434bc
Complementary Color
#a434bc | #4cbc34 |
#a434bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a434bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a434bc Color CSS Codes
.mybgcolor {background-color:#a434bc; } .myforecolor {color:#a434bc; } .mybordercolor {border:3px solid #a434bc; }
#a434bc Text Font Color
<p style="color:#a434bc">Text here</p>
This sample text font color is #a434bc
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.
#a434bc Background Color
<div style="background-color:#a434bc">
Div content here</div>
This div background color is #a434bc
#a434bc Border Color
<div style="border:3px solid #a434bc">
Div here</div>
This div border color is #a434bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,52,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a434bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a434bc; -webkit-box-shadow: 1px 1px 3px 2px #a434bc; box-shadow: 1px 1px 3px 2px #a434bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,52,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a434bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a434bc; -webkit-box-shadow: 1px 1px 3px 2px #a434bc; box-shadow: 1px 1px 3px 2px #a434bc;">
Div content here</div>
This div box has shadow with color #a434bc
Comments
No comments written yet.
Please login to write comment.