Color Hex Logo

#352d78 Color Hex

#352D78
(53,45,120)
0 Favorites   0 Comments

Color spaces of #352d78

RGB 5345120
HSL0.680.450.32
HSV246°63°47°
CMYK 0.560.630.00   0.53
XYZ5.79673.989718.2339
Yxy3.98970.20690.1424
Hunter Lab19.974216.8474-40.1422
CIE-Lab23.637425.9610-41.8990

#352d78 color RGB value is (53,45,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101101 01111000
Octal 65 55 170
Decimal 53 45 120
Hex 35 2D 78

RGB Percentages of Color #352d78

%24.31
%20.64
%55.05

CMYK Percentages of Color #352d78

%56
%63
%0
%53

Triadic Colors of #352d78

#352d78 #78352d #2d7835

Analogous Colors of #352d78

#352d78 #5a2d78 #2d4b78

Monochromatic Colors of #352d78

#352d78

Complementary Color

#352d78 #70782d

#352d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352d78 Color CSS Codes

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

#352d78 Text Font Color

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

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


#352d78 Background Color

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

This div background color is #352d78


#352d78 Border Color

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

This div border color is #352d78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352d78


Comments

No comments written yet.

Please login to write comment.