Color spaces of #352747
RGB | 53 | 39 | 71 |
---|---|---|---|
HSL | 0.74 | 0.29 | 0.22 |
HSV | 266° | 45° | 28° |
CMYK | 0.25 | 0.45 | 0.00 0.72 |
XYZ | 3.3310 | 2.6629 | 6.2997 |
Yxy | 2.6629 | 0.2710 | 0.2166 |
Hunter Lab | 16.3184 | 7.8792 | -11.4660 |
CIE-Lab | 18.6399 | 14.3149 | -17.6302 |
#352747 color RGB value is (53,39,71).
#352747 hex color red value is 53, green value is 39 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #352747 hue: 0.74 , saturation: 0.29 and the lightness value of 352747 is 0.22.
The process color (four color CMYK) of #352747 color hex is 0.25, 0.45, 0.00, 0.72. Web safe color of #352747 is #333333. Color #352747 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00100111 | 01000111 |
Octal | 65 | 47 | 107 |
Decimal | 53 | 39 | 71 |
Hex | 35 | 27 | 47 |
Shades of #352747
Tints of #352747
RGB Percentages of Color #352747
CMYK Percentages of Color #352747
Complementary Color
#352747 | #394727 |
#352747 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#352747 Color Preview on White Background
Lorem ipsum dolor sit amet.
#352747 Color CSS Codes
.mybgcolor {background-color:#352747; } .myforecolor {color:#352747; } .mybordercolor {border:3px solid #352747; }
#352747 Text Font Color
<p style="color:#352747">Text here</p>
This sample text font color is #352747
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.
#352747 Background Color
<div style="background-color:#352747">
Div content here</div>
This div background color is #352747
#352747 Border Color
<div style="border:3px solid #352747">
Div here</div>
This div border color is #352747
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,39,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #352747; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #352747; -webkit-box-shadow: 1px 1px 3px 2px #352747; box-shadow: 1px 1px 3px 2px #352747; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,39,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #352747">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #352747; -webkit-box-shadow: 1px 1px 3px 2px #352747; box-shadow: 1px 1px 3px 2px #352747;">
Div content here</div>
This div box has shadow with color #352747
Comments
No comments written yet.
Please login to write comment.