Color spaces of #30080e
RGB | 48 | 8 | 14 |
---|---|---|---|
HSL | 0.98 | 0.71 | 0.11 |
HSV | 351° | 83° | 19° |
CMYK | 0.00 | 0.83 | 0.71 0.81 |
XYZ | 1.3850 | 0.8338 | 0.5034 |
Yxy | 0.8338 | 0.5088 | 0.3063 |
Hunter Lab | 9.1313 | 11.0946 | 3.1233 |
CIE-Lab | 7.5316 | 20.6962 | 5.7853 |
#30080e color RGB value is (48,8,14).
#30080e hex color red value is 48, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #30080e hue: 0.98 , saturation: 0.71 and the lightness value of 30080e is 0.11.
The process color (four color CMYK) of #30080e color hex is 0.00, 0.83, 0.71, 0.81. Web safe color of #30080e is #330000. Color #30080e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00001000 | 00001110 |
Octal | 60 | 10 | 16 |
Decimal | 48 | 8 | 14 |
Hex | 30 | 8 | E |
Shades of #30080e
Tints of #30080e
RGB Percentages of Color #30080e
CMYK Percentages of Color #30080e
Complementary Color
#30080e | #08302a |
#30080e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30080e Color Preview on White Background
Lorem ipsum dolor sit amet.
#30080e Color CSS Codes
.mybgcolor {background-color:#30080e; } .myforecolor {color:#30080e; } .mybordercolor {border:3px solid #30080e; }
#30080e Text Font Color
<p style="color:#30080e">Text here</p>
This sample text font color is #30080e
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.
#30080e Background Color
<div style="background-color:#30080e">
Div content here</div>
This div background color is #30080e
#30080e Border Color
<div style="border:3px solid #30080e">
Div here</div>
This div border color is #30080e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,8,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30080e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30080e; -webkit-box-shadow: 1px 1px 3px 2px #30080e; box-shadow: 1px 1px 3px 2px #30080e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,8,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30080e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30080e; -webkit-box-shadow: 1px 1px 3px 2px #30080e; box-shadow: 1px 1px 3px 2px #30080e;">
Div content here</div>
This div box has shadow with color #30080e
Comments
No comments written yet.
Please login to write comment.