Color spaces of #a62cbe
RGB | 166 | 44 | 190 |
---|---|---|---|
HSL | 0.81 | 0.62 | 0.46 |
HSV | 290° | 77° | 75° |
CMYK | 0.13 | 0.77 | 0.00 0.25 |
XYZ | 25.9208 | 13.6261 | 49.9791 |
Yxy | 13.6261 | 0.2895 | 0.1522 |
Hunter Lab | 36.9135 | 60.7445 | -54.4362 |
CIE-Lab | 43.6919 | 66.9525 | -51.3617 |
#a62cbe color RGB value is (166,44,190).
#a62cbe hex color red value is 166, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a62cbe hue: 0.81 , saturation: 0.62 and the lightness value of a62cbe is 0.46.
The process color (four color CMYK) of #a62cbe color hex is 0.13, 0.77, 0.00, 0.25. Web safe color of #a62cbe is #9933cc. Color #a62cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00101100 | 10111110 |
Octal | 246 | 54 | 276 |
Decimal | 166 | 44 | 190 |
Hex | A6 | 2C | BE |
Shades of #a62cbe
Tints of #a62cbe
RGB Percentages of Color #a62cbe
CMYK Percentages of Color #a62cbe
Complementary Color
#a62cbe | #44be2c |
#a62cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a62cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a62cbe Color CSS Codes
.mybgcolor {background-color:#a62cbe; } .myforecolor {color:#a62cbe; } .mybordercolor {border:3px solid #a62cbe; }
#a62cbe Text Font Color
<p style="color:#a62cbe">Text here</p>
This sample text font color is #a62cbe
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.
#a62cbe Background Color
<div style="background-color:#a62cbe">
Div content here</div>
This div background color is #a62cbe
#a62cbe Border Color
<div style="border:3px solid #a62cbe">
Div here</div>
This div border color is #a62cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,44,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a62cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a62cbe; -webkit-box-shadow: 1px 1px 3px 2px #a62cbe; box-shadow: 1px 1px 3px 2px #a62cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,44,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a62cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a62cbe; -webkit-box-shadow: 1px 1px 3px 2px #a62cbe; box-shadow: 1px 1px 3px 2px #a62cbe;">
Div content here</div>
This div box has shadow with color #a62cbe
Comments
No comments written yet.
Please login to write comment.