Color spaces of #352542
RGB | 53 | 37 | 66 |
---|---|---|---|
HSL | 0.76 | 0.28 | 0.20 |
HSV | 273° | 44° | 26° |
CMYK | 0.20 | 0.44 | 0.00 0.74 |
XYZ | 3.1131 | 2.4734 | 5.4676 |
Yxy | 2.4734 | 0.2816 | 0.2238 |
Hunter Lab | 15.7270 | 7.8110 | -9.6036 |
CIE-Lab | 17.7979 | 14.2955 | -15.5141 |
#352542 color RGB value is (53,37,66).
#352542 hex color red value is 53, green value is 37 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #352542 hue: 0.76 , saturation: 0.28 and the lightness value of 352542 is 0.20.
The process color (four color CMYK) of #352542 color hex is 0.20, 0.44, 0.00, 0.74. Web safe color of #352542 is #333333. Color #352542 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00100101 | 01000010 |
Octal | 65 | 45 | 102 |
Decimal | 53 | 37 | 66 |
Hex | 35 | 25 | 42 |
Shades of #352542
Tints of #352542
RGB Percentages of Color #352542
CMYK Percentages of Color #352542
Complementary Color
#352542 | #324225 |
#352542 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#352542 Color Preview on White Background
Lorem ipsum dolor sit amet.
#352542 Color CSS Codes
.mybgcolor {background-color:#352542; } .myforecolor {color:#352542; } .mybordercolor {border:3px solid #352542; }
#352542 Text Font Color
<p style="color:#352542">Text here</p>
This sample text font color is #352542
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.
#352542 Background Color
<div style="background-color:#352542">
Div content here</div>
This div background color is #352542
#352542 Border Color
<div style="border:3px solid #352542">
Div here</div>
This div border color is #352542
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,37,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #352542; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #352542; -webkit-box-shadow: 1px 1px 3px 2px #352542; box-shadow: 1px 1px 3px 2px #352542; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,37,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 #352542">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #352542; -webkit-box-shadow: 1px 1px 3px 2px #352542; box-shadow: 1px 1px 3px 2px #352542;">
Div content here</div>
This div box has shadow with color #352542
Comments
No comments written yet.
Please login to write comment.