Color Hex Logo

#352040 Color Hex

#352040
(53,32,64)
0 Favorites   0 Comments

Color spaces of #352040

RGB 533264
HSL0.780.330.19
HSV279°50°25°
CMYK 0.170.500.00   0.75
XYZ2.91012.16015.1140
Yxy2.16010.28570.2121
Hunter Lab14.69739.6232-10.3422
CIE-Lab16.306017.1705-16.4601

#352040 color RGB value is (53,32,64).

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

The process color (four color CMYK) of #352040 color hex is 0.17, 0.50, 0.00, 0.75. Web safe color of #352040 is #333333. Color #352040 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100000 01000000
Octal 65 40 100
Decimal 53 32 64
Hex 35 20 40

RGB Percentages of Color #352040

%35.57
%21.48
%42.95

CMYK Percentages of Color #352040

%17
%50
%0
%75

Triadic Colors of #352040

#352040 #403520 #204035

Analogous Colors of #352040

#352040 #40203b #252040

Monochromatic Colors of #352040

#352040

Complementary Color

#352040 #2b4020

#352040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352040 Color CSS Codes

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

#352040 Text Font Color

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

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


#352040 Background Color

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

This div background color is #352040


#352040 Border Color

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

This div border color is #352040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352040


Comments

No comments written yet.

Please login to write comment.