Color spaces of #34093f
RGB | 52 | 9 | 63 |
---|---|---|---|
HSL | 0.80 | 0.75 | 0.14 |
HSV | 288° | 86° | 25° |
CMYK | 0.17 | 0.86 | 0.00 0.75 |
XYZ | 2.4111 | 1.2843 | 4.8234 |
Yxy | 1.2843 | 0.2830 | 0.1508 |
Hunter Lab | 11.3327 | 18.1447 | -17.3020 |
CIE-Lab | 11.1652 | 29.8222 | -23.9299 |
#34093f color RGB value is (52,9,63).
#34093f hex color red value is 52, green value is 9 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #34093f hue: 0.80 , saturation: 0.75 and the lightness value of 34093f is 0.14.
The process color (four color CMYK) of #34093f color hex is 0.17, 0.86, 0.00, 0.75. Web safe color of #34093f is #330033. Color #34093f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00001001 | 00111111 |
Octal | 64 | 11 | 77 |
Decimal | 52 | 9 | 63 |
Hex | 34 | 9 | 3F |
Shades of #34093f
Tints of #34093f
RGB Percentages of Color #34093f
CMYK Percentages of Color #34093f
Complementary Color
#34093f | #143f09 |
#34093f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#34093f Color Preview on White Background
Lorem ipsum dolor sit amet.
#34093f Color CSS Codes
.mybgcolor {background-color:#34093f; } .myforecolor {color:#34093f; } .mybordercolor {border:3px solid #34093f; }
#34093f Text Font Color
<p style="color:#34093f">Text here</p>
This sample text font color is #34093f
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.
#34093f Background Color
<div style="background-color:#34093f">
Div content here</div>
This div background color is #34093f
#34093f Border Color
<div style="border:3px solid #34093f">
Div here</div>
This div border color is #34093f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,9,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #34093f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #34093f; -webkit-box-shadow: 1px 1px 3px 2px #34093f; box-shadow: 1px 1px 3px 2px #34093f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,9,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #34093f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #34093f; -webkit-box-shadow: 1px 1px 3px 2px #34093f; box-shadow: 1px 1px 3px 2px #34093f;">
Div content here</div>
This div box has shadow with color #34093f
Comments
No comments written yet.
Please login to write comment.