Color spaces of #30208f
RGB | 48 | 32 | 143 |
---|---|---|---|
HSL | 0.69 | 0.63 | 0.34 |
HSV | 249° | 78° | 56° |
CMYK | 0.66 | 0.78 | 0.00 0.44 |
XYZ | 6.6934 | 3.6446 | 26.3373 |
Yxy | 3.6446 | 0.1825 | 0.0994 |
Hunter Lab | 19.0908 | 29.1746 | -68.4316 |
CIE-Lab | 22.4599 | 40.7022 | -58.3039 |
#30208f color RGB value is (48,32,143).
#30208f hex color red value is 48, green value is 32 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #30208f hue: 0.69 , saturation: 0.63 and the lightness value of 30208f is 0.34.
The process color (four color CMYK) of #30208f color hex is 0.66, 0.78, 0.00, 0.44. Web safe color of #30208f is #333399. Color #30208f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00100000 | 10001111 |
Octal | 60 | 40 | 217 |
Decimal | 48 | 32 | 143 |
Hex | 30 | 20 | 8F |
Shades of #30208f
Tints of #30208f
RGB Percentages of Color #30208f
CMYK Percentages of Color #30208f
Complementary Color
#30208f | #7f8f20 |
#30208f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30208f Color Preview on White Background
Lorem ipsum dolor sit amet.
#30208f Color CSS Codes
.mybgcolor {background-color:#30208f; } .myforecolor {color:#30208f; } .mybordercolor {border:3px solid #30208f; }
#30208f Text Font Color
<p style="color:#30208f">Text here</p>
This sample text font color is #30208f
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.
#30208f Background Color
<div style="background-color:#30208f">
Div content here</div>
This div background color is #30208f
#30208f Border Color
<div style="border:3px solid #30208f">
Div here</div>
This div border color is #30208f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,32,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30208f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30208f; -webkit-box-shadow: 1px 1px 3px 2px #30208f; box-shadow: 1px 1px 3px 2px #30208f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,32,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30208f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30208f; -webkit-box-shadow: 1px 1px 3px 2px #30208f; box-shadow: 1px 1px 3px 2px #30208f;">
Div content here</div>
This div box has shadow with color #30208f
Comments
No comments written yet.
Please login to write comment.