Color spaces of #a52abb
RGB | 165 | 42 | 187 |
---|---|---|---|
HSL | 0.81 | 0.63 | 0.45 |
HSV | 291° | 78° | 73° |
CMYK | 0.12 | 0.78 | 0.00 0.27 |
XYZ | 25.3147 | 13.2431 | 48.2357 |
Yxy | 13.2431 | 0.2917 | 0.1526 |
Hunter Lab | 36.3911 | 60.4855 | -53.1141 |
CIE-Lab | 43.1273 | 66.8389 | -50.5200 |
#a52abb color RGB value is (165,42,187).
#a52abb hex color red value is 165, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a52abb hue: 0.81 , saturation: 0.63 and the lightness value of a52abb is 0.45.
The process color (four color CMYK) of #a52abb color hex is 0.12, 0.78, 0.00, 0.27. Web safe color of #a52abb is #9933cc. Color #a52abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00101010 | 10111011 |
Octal | 245 | 52 | 273 |
Decimal | 165 | 42 | 187 |
Hex | A5 | 2A | BB |
Shades of #a52abb
Tints of #a52abb
RGB Percentages of Color #a52abb
CMYK Percentages of Color #a52abb
Complementary Color
#a52abb | #40bb2a |
#a52abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a52abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a52abb Color CSS Codes
.mybgcolor {background-color:#a52abb; } .myforecolor {color:#a52abb; } .mybordercolor {border:3px solid #a52abb; }
#a52abb Text Font Color
<p style="color:#a52abb">Text here</p>
This sample text font color is #a52abb
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.
#a52abb Background Color
<div style="background-color:#a52abb">
Div content here</div>
This div background color is #a52abb
#a52abb Border Color
<div style="border:3px solid #a52abb">
Div here</div>
This div border color is #a52abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,42,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a52abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a52abb; -webkit-box-shadow: 1px 1px 3px 2px #a52abb; box-shadow: 1px 1px 3px 2px #a52abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,42,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a52abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a52abb; -webkit-box-shadow: 1px 1px 3px 2px #a52abb; box-shadow: 1px 1px 3px 2px #a52abb;">
Div content here</div>
This div box has shadow with color #a52abb
Comments
No comments written yet.
Please login to write comment.