Color spaces of #8a0230
RGB | 138 | 2 | 48 |
---|---|---|---|
HSL | 0.94 | 0.97 | 0.27 |
HSV | 340° | 99° | 54° |
CMYK | 0.00 | 0.99 | 0.65 0.46 |
XYZ | 11.0364 | 5.6601 | 3.3071 |
Yxy | 5.6601 | 0.5517 | 0.2830 |
Hunter Lab | 23.7910 | 41.1702 | 8.4120 |
CIE-Lab | 28.5382 | 51.9556 | 14.3889 |
#8a0230 color RGB value is (138,2,48).
#8a0230 hex color red value is 138, green value is 2 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #8a0230 hue: 0.94 , saturation: 0.97 and the lightness value of 8a0230 is 0.27.
The process color (four color CMYK) of #8a0230 color hex is 0.00, 0.99, 0.65, 0.46. Web safe color of #8a0230 is #990033. Color #8a0230 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 00000010 | 00110000 |
Octal | 212 | 2 | 60 |
Decimal | 138 | 2 | 48 |
Hex | 8A | 2 | 30 |
Shades of #8a0230
Tints of #8a0230
RGB Percentages of Color #8a0230
CMYK Percentages of Color #8a0230
Complementary Color
#8a0230 | #028a5c |
#8a0230 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8a0230 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8a0230 Color CSS Codes
.mybgcolor {background-color:#8a0230; } .myforecolor {color:#8a0230; } .mybordercolor {border:3px solid #8a0230; }
#8a0230 Text Font Color
<p style="color:#8a0230">Text here</p>
This sample text font color is #8a0230
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.
#8a0230 Background Color
<div style="background-color:#8a0230">
Div content here</div>
This div background color is #8a0230
#8a0230 Border Color
<div style="border:3px solid #8a0230">
Div here</div>
This div border color is #8a0230
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,2,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8a0230; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8a0230; -webkit-box-shadow: 1px 1px 3px 2px #8a0230; box-shadow: 1px 1px 3px 2px #8a0230; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,2,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8a0230">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8a0230; -webkit-box-shadow: 1px 1px 3px 2px #8a0230; box-shadow: 1px 1px 3px 2px #8a0230;">
Div content here</div>
This div box has shadow with color #8a0230
Comments
No comments written yet.
Please login to write comment.