Color Hex Logo

#352d49 Color Hex

#352D49
(53,45,73)
1 Favorites   0 Comments

Color spaces of #352d49

RGB 534573
HSL0.710.240.23
HSV257°38°29°
CMYK 0.270.380.00   0.71
XYZ3.60923.11476.7143
Yxy3.11470.26860.2318
Hunter Lab17.64855.6192-10.2027
CIE-Lab20.497510.7417-16.0884

#352d49 color RGB value is (53,45,73).

#352d49 hex color red value is 53, green value is 45 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #352d49 hue: 0.71 , saturation: 0.24 and the lightness value of 352d49 is 0.23.

The process color (four color CMYK) of #352d49 color hex is 0.27, 0.38, 0.00, 0.71. Web safe color of #352d49 is #333333. Color #352d49 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101101 01001001
Octal 65 55 111
Decimal 53 45 73
Hex 35 2D 49

RGB Percentages of Color #352d49

%30.99
%26.32
%42.69

CMYK Percentages of Color #352d49

%27
%38
%0
%71

Triadic Colors of #352d49

#352d49 #49352d #2d4935

Analogous Colors of #352d49

#352d49 #432d49 #2d3349

Monochromatic Colors of #352d49

#352d49

Complementary Color

#352d49 #41492d

#352d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352d49 Color CSS Codes

.mybgcolor {background-color:#352d49; } 
.myforecolor {color:#352d49; }
.mybordercolor {border:3px solid #352d49; }

#352d49 Text Font Color

<p style="color:#352d49">Text here</p>

This sample text font color is #352d49
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.


#352d49 Background Color

<div style="background-color:#352d49">
Div content here</div>

This div background color is #352d49


#352d49 Border Color

<div style="border:3px solid #352d49">
Div here</div>

This div border color is #352d49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,45,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352d49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352d49;
  -webkit-box-shadow: 1px 1px 3px 2px #352d49;
  box-shadow:         1px 1px 3px 2px #352d49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,45,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #352d49">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #352d49;
  -webkit-box-shadow: 1px 1px 3px 2px #352d49;
  box-shadow:         1px 1px 3px 2px #352d49;">
Div content here</div>

This div box has shadow with color #352d49

#352d49 Color Palettes


Comments

No comments written yet.

Please login to write comment.