Color spaces of #a20187
RGB | 162 | 1 | 135 |
---|---|---|---|
HSL | 0.86 | 0.99 | 0.32 |
HSV | 310° | 99° | 64° |
CMYK | 0.00 | 0.99 | 0.17 0.36 |
XYZ | 19.2843 | 9.4524 | 23.7298 |
Yxy | 9.4524 | 0.3676 | 0.1802 |
Hunter Lab | 30.7448 | 58.1588 | -24.2406 |
CIE-Lab | 36.8411 | 66.0411 | -29.2525 |
#a20187 color RGB value is (162,1,135).
#a20187 hex color red value is 162, green value is 1 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a20187 hue: 0.86 , saturation: 0.99 and the lightness value of a20187 is 0.32.
The process color (four color CMYK) of #a20187 color hex is 0.00, 0.99, 0.17, 0.36. Web safe color of #a20187 is #990099. Color #a20187 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00000001 | 10000111 |
Octal | 242 | 1 | 207 |
Decimal | 162 | 1 | 135 |
Hex | A2 | 1 | 87 |
Shades of #a20187
Tints of #a20187
RGB Percentages of Color #a20187
CMYK Percentages of Color #a20187
Complementary Color
#a20187 | #01a21c |
#a20187 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a20187 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a20187 Color CSS Codes
.mybgcolor {background-color:#a20187; } .myforecolor {color:#a20187; } .mybordercolor {border:3px solid #a20187; }
#a20187 Text Font Color
<p style="color:#a20187">Text here</p>
This sample text font color is #a20187
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.
#a20187 Background Color
<div style="background-color:#a20187">
Div content here</div>
This div background color is #a20187
#a20187 Border Color
<div style="border:3px solid #a20187">
Div here</div>
This div border color is #a20187
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,1,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a20187; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a20187; -webkit-box-shadow: 1px 1px 3px 2px #a20187; box-shadow: 1px 1px 3px 2px #a20187; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,1,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a20187">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a20187; -webkit-box-shadow: 1px 1px 3px 2px #a20187; box-shadow: 1px 1px 3px 2px #a20187;">
Div content here</div>
This div box has shadow with color #a20187
Comments
No comments written yet.
Please login to write comment.