Color Hex Logo

#352d79 Color Hex

#352D79
(53,45,121)
0 Favorites   0 Comments

Color spaces of #352d79

RGB 5345121
HSL0.680.460.33
HSV246°63°47°
CMYK 0.560.630.00   0.53
XYZ5.85784.014118.5552
Yxy4.01410.20610.1412
Hunter Lab20.035217.1273-40.8855
CIE-Lab23.718026.3025-42.4037

#352d79 color RGB value is (53,45,121).

#352d79 hex color red value is 53, green value is 45 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #352d79 hue: 0.68 , saturation: 0.46 and the lightness value of 352d79 is 0.33.

The process color (four color CMYK) of #352d79 color hex is 0.56, 0.63, 0.00, 0.53. Web safe color of #352d79 is #333366. Color #352d79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101101 01111001
Octal 65 55 171
Decimal 53 45 121
Hex 35 2D 79

RGB Percentages of Color #352d79

%24.20
%20.55
%55.25

CMYK Percentages of Color #352d79

%56
%63
%0
%53

Triadic Colors of #352d79

#352d79 #79352d #2d7935

Analogous Colors of #352d79

#352d79 #5b2d79 #2d4b79

Monochromatic Colors of #352d79

#352d79

Complementary Color

#352d79 #71792d

#352d79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352d79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352d79 Color CSS Codes

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

#352d79 Text Font Color

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

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


#352d79 Background Color

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

This div background color is #352d79


#352d79 Border Color

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

This div border color is #352d79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352d79


Comments

No comments written yet.

Please login to write comment.