Color Hex Logo

#352790 Color Hex

#352790
(53,39,144)
0 Favorites   0 Comments

Color spaces of #352790

RGB 5339144
HSL0.690.570.36
HSV248°73°56°
CMYK 0.630.730.00   0.44
XYZ7.22784.221526.8194
Yxy4.22150.18890.1103
Hunter Lab20.546326.8370-63.0098
CIE-Lab24.390637.7351-55.7309

#352790 color RGB value is (53,39,144).

#352790 hex color red value is 53, green value is 39 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #352790 hue: 0.69 , saturation: 0.57 and the lightness value of 352790 is 0.36.

The process color (four color CMYK) of #352790 color hex is 0.63, 0.73, 0.00, 0.44. Web safe color of #352790 is #333399. Color #352790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100111 10010000
Octal 65 47 220
Decimal 53 39 144
Hex 35 27 90

RGB Percentages of Color #352790

%22.46
%16.53
%61.02

CMYK Percentages of Color #352790

%63
%73
%0
%44

Triadic Colors of #352790

#352790 #903527 #279035

Analogous Colors of #352790

#352790 #6a2790 #274e90

Monochromatic Colors of #352790

#352790

Complementary Color

#352790 #829027

#352790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352790 Color CSS Codes

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

#352790 Text Font Color

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

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


#352790 Background Color

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

This div background color is #352790


#352790 Border Color

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

This div border color is #352790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352790


Comments

No comments written yet.

Please login to write comment.