Color spaces of #a03089
RGB | 160 | 48 | 137 |
---|---|---|---|
HSL | 0.87 | 0.54 | 0.41 |
HSV | 312° | 70° | 63° |
CMYK | 0.00 | 0.70 | 0.14 0.37 |
XYZ | 20.0695 | 11.3936 | 24.8083 |
Yxy | 11.3936 | 0.3567 | 0.2025 |
Hunter Lab | 33.7544 | 47.0613 | -19.9480 |
CIE-Lab | 40.2356 | 55.3442 | -25.1964 |
#a03089 color RGB value is (160,48,137).
#a03089 hex color red value is 160, green value is 48 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a03089 hue: 0.87 , saturation: 0.54 and the lightness value of a03089 is 0.41.
The process color (four color CMYK) of #a03089 color hex is 0.00, 0.70, 0.14, 0.37. Web safe color of #a03089 is #993399. Color #a03089 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00110000 | 10001001 |
Octal | 240 | 60 | 211 |
Decimal | 160 | 48 | 137 |
Hex | A0 | 30 | 89 |
Shades of #a03089
Tints of #a03089
RGB Percentages of Color #a03089
CMYK Percentages of Color #a03089
Complementary Color
#a03089 | #30a047 |
#a03089 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a03089 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a03089 Color CSS Codes
.mybgcolor {background-color:#a03089; } .myforecolor {color:#a03089; } .mybordercolor {border:3px solid #a03089; }
#a03089 Text Font Color
<p style="color:#a03089">Text here</p>
This sample text font color is #a03089
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.
#a03089 Background Color
<div style="background-color:#a03089">
Div content here</div>
This div background color is #a03089
#a03089 Border Color
<div style="border:3px solid #a03089">
Div here</div>
This div border color is #a03089
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,48,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a03089; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a03089; -webkit-box-shadow: 1px 1px 3px 2px #a03089; box-shadow: 1px 1px 3px 2px #a03089; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,48,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a03089">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a03089; -webkit-box-shadow: 1px 1px 3px 2px #a03089; box-shadow: 1px 1px 3px 2px #a03089;">
Div content here</div>
This div box has shadow with color #a03089
Comments
No comments written yet.
Please login to write comment.