Color spaces of #341b42
RGB | 52 | 27 | 66 |
---|---|---|---|
HSL | 0.77 | 0.42 | 0.18 |
HSV | 278° | 59° | 26° |
CMYK | 0.21 | 0.59 | 0.00 0.74 |
XYZ | 2.7915 | 1.9073 | 5.3753 |
Yxy | 1.9073 | 0.2771 | 0.1893 |
Hunter Lab | 13.8105 | 11.9116 | -13.4094 |
CIE-Lab | 14.9931 | 20.6751 | -19.9324 |
#341b42 color RGB value is (52,27,66).
#341b42 hex color red value is 52, green value is 27 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #341b42 hue: 0.77 , saturation: 0.42 and the lightness value of 341b42 is 0.18.
The process color (four color CMYK) of #341b42 color hex is 0.21, 0.59, 0.00, 0.74. Web safe color of #341b42 is #333333. Color #341b42 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00011011 | 01000010 |
Octal | 64 | 33 | 102 |
Decimal | 52 | 27 | 66 |
Hex | 34 | 1B | 42 |
Shades of #341b42
Tints of #341b42
RGB Percentages of Color #341b42
CMYK Percentages of Color #341b42
Complementary Color
#341b42 | #29421b |
#341b42 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#341b42 Color Preview on White Background
Lorem ipsum dolor sit amet.
#341b42 Color CSS Codes
.mybgcolor {background-color:#341b42; } .myforecolor {color:#341b42; } .mybordercolor {border:3px solid #341b42; }
#341b42 Text Font Color
<p style="color:#341b42">Text here</p>
This sample text font color is #341b42
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.
#341b42 Background Color
<div style="background-color:#341b42">
Div content here</div>
This div background color is #341b42
#341b42 Border Color
<div style="border:3px solid #341b42">
Div here</div>
This div border color is #341b42
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,27,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #341b42; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #341b42; -webkit-box-shadow: 1px 1px 3px 2px #341b42; box-shadow: 1px 1px 3px 2px #341b42; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,27,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #341b42">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #341b42; -webkit-box-shadow: 1px 1px 3px 2px #341b42; box-shadow: 1px 1px 3px 2px #341b42;">
Div content here</div>
This div box has shadow with color #341b42
Comments
No comments written yet.
Please login to write comment.