Color Hex Logo

#352041 Color Hex

#352041
(53,32,65)
0 Favorites   0 Comments

Color spaces of #352041

RGB 533265
HSL0.770.340.19
HSV278°51°25°
CMYK 0.180.510.00   0.75
XYZ2.93882.17165.2653
Yxy2.17160.28320.2093
Hunter Lab14.73639.8088-10.8689
CIE-Lab16.363217.4364-17.0662

#352041 color RGB value is (53,32,65).

#352041 hex color red value is 53, green value is 32 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #352041 hue: 0.77 , saturation: 0.34 and the lightness value of 352041 is 0.19.

The process color (four color CMYK) of #352041 color hex is 0.18, 0.51, 0.00, 0.75. Web safe color of #352041 is #333333. Color #352041 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100000 01000001
Octal 65 40 101
Decimal 53 32 65
Hex 35 20 41

RGB Percentages of Color #352041

%35.33
%21.33
%43.33

CMYK Percentages of Color #352041

%18
%51
%0
%75

Triadic Colors of #352041

#352041 #413520 #204135

Analogous Colors of #352041

#352041 #41203d #252041

Monochromatic Colors of #352041

#352041

Complementary Color

#352041 #2c4120

#352041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352041 Color CSS Codes

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

#352041 Text Font Color

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

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


#352041 Background Color

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

This div background color is #352041


#352041 Border Color

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

This div border color is #352041


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,32,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352041; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352041;
  -webkit-box-shadow: 1px 1px 3px 2px #352041;
  box-shadow:         1px 1px 3px 2px #352041; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352041


Comments

No comments written yet.

Please login to write comment.