Color spaces of #a25bbc
RGB | 162 | 91 | 188 |
---|---|---|---|
HSL | 0.79 | 0.42 | 0.55 |
HSV | 284° | 52° | 74° |
CMYK | 0.14 | 0.52 | 0.00 0.26 |
XYZ | 27.7185 | 18.7944 | 49.7437 |
Yxy | 18.7944 | 0.2880 | 0.1953 |
Hunter Lab | 43.3525 | 38.2615 | -37.6840 |
CIE-Lab | 50.4458 | 45.1697 | -39.4744 |
#a25bbc color RGB value is (162,91,188).
#a25bbc hex color red value is 162, green value is 91 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a25bbc hue: 0.79 , saturation: 0.42 and the lightness value of a25bbc is 0.55.
The process color (four color CMYK) of #a25bbc color hex is 0.14, 0.52, 0.00, 0.26. Web safe color of #a25bbc is #9966cc. Color #a25bbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01011011 | 10111100 |
Octal | 242 | 133 | 274 |
Decimal | 162 | 91 | 188 |
Hex | A2 | 5B | BC |
Shades of #a25bbc
Tints of #a25bbc
RGB Percentages of Color #a25bbc
CMYK Percentages of Color #a25bbc
Complementary Color
#a25bbc | #75bc5b |
#a25bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a25bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a25bbc Color CSS Codes
.mybgcolor {background-color:#a25bbc; } .myforecolor {color:#a25bbc; } .mybordercolor {border:3px solid #a25bbc; }
#a25bbc Text Font Color
<p style="color:#a25bbc">Text here</p>
This sample text font color is #a25bbc
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.
#a25bbc Background Color
<div style="background-color:#a25bbc">
Div content here</div>
This div background color is #a25bbc
#a25bbc Border Color
<div style="border:3px solid #a25bbc">
Div here</div>
This div border color is #a25bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,91,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a25bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a25bbc; -webkit-box-shadow: 1px 1px 3px 2px #a25bbc; box-shadow: 1px 1px 3px 2px #a25bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,91,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 #a25bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a25bbc; -webkit-box-shadow: 1px 1px 3px 2px #a25bbc; box-shadow: 1px 1px 3px 2px #a25bbc;">
Div content here</div>
This div box has shadow with color #a25bbc
Comments
No comments written yet.
Please login to write comment.