Color spaces of #a8302a
RGB | 168 | 48 | 42 |
---|---|---|---|
HSL | 0.01 | 0.60 | 0.41 |
HSV | 3° | 75° | 66° |
CMYK | 0.00 | 0.71 | 0.75 0.34 |
XYZ | 17.6233 | 10.6059 | 3.3088 |
Yxy | 10.6059 | 0.5588 | 0.3363 |
Hunter Lab | 32.5667 | 39.6026 | 16.7728 |
CIE-Lab | 38.9086 | 48.4396 | 32.2582 |
#a8302a color RGB value is (168,48,42).
#a8302a hex color red value is 168, green value is 48 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a8302a hue: 0.01 , saturation: 0.60 and the lightness value of a8302a is 0.41.
The process color (four color CMYK) of #a8302a color hex is 0.00, 0.71, 0.75, 0.34. Web safe color of #a8302a is #993333. Color #a8302a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00110000 | 00101010 |
Octal | 250 | 60 | 52 |
Decimal | 168 | 48 | 42 |
Hex | A8 | 30 | 2A |
Shades of #a8302a
Tints of #a8302a
RGB Percentages of Color #a8302a
CMYK Percentages of Color #a8302a
Complementary Color
#a8302a | #2aa2a8 |
#a8302a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8302a Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8302a Color CSS Codes
.mybgcolor {background-color:#a8302a; } .myforecolor {color:#a8302a; } .mybordercolor {border:3px solid #a8302a; }
#a8302a Text Font Color
<p style="color:#a8302a">Text here</p>
This sample text font color is #a8302a
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.
#a8302a Background Color
<div style="background-color:#a8302a">
Div content here</div>
This div background color is #a8302a
#a8302a Border Color
<div style="border:3px solid #a8302a">
Div here</div>
This div border color is #a8302a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,48,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8302a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8302a; -webkit-box-shadow: 1px 1px 3px 2px #a8302a; box-shadow: 1px 1px 3px 2px #a8302a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,48,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8302a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8302a; -webkit-box-shadow: 1px 1px 3px 2px #a8302a; box-shadow: 1px 1px 3px 2px #a8302a;">
Div content here</div>
This div box has shadow with color #a8302a
Comments
No comments written yet.
Please login to write comment.