Color spaces of #93032b
RGB | 147 | 3 | 43 |
---|---|---|---|
HSL | 0.95 | 0.96 | 0.29 |
HSV | 343° | 98° | 58° |
CMYK | 0.00 | 0.98 | 0.71 0.42 |
XYZ | 12.5012 | 6.4426 | 2.8702 |
Yxy | 6.4426 | 0.5731 | 0.2953 |
Hunter Lab | 25.3823 | 43.4953 | 11.0631 |
CIE-Lab | 30.5027 | 53.8346 | 20.6547 |
#93032b color RGB value is (147,3,43).
#93032b hex color red value is 147, green value is 3 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #93032b hue: 0.95 , saturation: 0.96 and the lightness value of 93032b is 0.29.
The process color (four color CMYK) of #93032b color hex is 0.00, 0.98, 0.71, 0.42. Web safe color of #93032b is #990033. Color #93032b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 00000011 | 00101011 |
Octal | 223 | 3 | 53 |
Decimal | 147 | 3 | 43 |
Hex | 93 | 3 | 2B |
Shades of #93032b
Tints of #93032b
RGB Percentages of Color #93032b
CMYK Percentages of Color #93032b
Complementary Color
#93032b | #03936b |
#93032b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93032b Color Preview on White Background
Lorem ipsum dolor sit amet.
#93032b Color CSS Codes
.mybgcolor {background-color:#93032b; } .myforecolor {color:#93032b; } .mybordercolor {border:3px solid #93032b; }
#93032b Text Font Color
<p style="color:#93032b">Text here</p>
This sample text font color is #93032b
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.
#93032b Background Color
<div style="background-color:#93032b">
Div content here</div>
This div background color is #93032b
#93032b Border Color
<div style="border:3px solid #93032b">
Div here</div>
This div border color is #93032b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,3,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93032b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93032b; -webkit-box-shadow: 1px 1px 3px 2px #93032b; box-shadow: 1px 1px 3px 2px #93032b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,3,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93032b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93032b; -webkit-box-shadow: 1px 1px 3px 2px #93032b; box-shadow: 1px 1px 3px 2px #93032b;">
Div content here</div>
This div box has shadow with color #93032b
Comments
No comments written yet.
Please login to write comment.