Color Hex Logo

#352691 Color Hex

#352691
(53,38,145)
0 Favorites   0 Comments

Color spaces of #352691

RGB 5338145
HSL0.690.580.36
HSV248°74°57°
CMYK 0.630.740.00   0.43
XYZ7.27214.187427.2130
Yxy4.18740.18800.1083
Hunter Lab20.463127.6241-64.5229
CIE-Lab24.281538.6370-56.5292

#352691 color RGB value is (53,38,145).

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

The process color (four color CMYK) of #352691 color hex is 0.63, 0.74, 0.00, 0.43. Web safe color of #352691 is #333399. Color #352691 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100110 10010001
Octal 65 46 221
Decimal 53 38 145
Hex 35 26 91

RGB Percentages of Color #352691

%22.46
%16.10
%61.44

CMYK Percentages of Color #352691

%63
%74
%0
%43

Triadic Colors of #352691

#352691 #913526 #269135

Analogous Colors of #352691

#352691 #6b2691 #264d91

Monochromatic Colors of #352691

#352691

Complementary Color

#352691 #829126

#352691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352691 Color CSS Codes

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

#352691 Text Font Color

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

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


#352691 Background Color

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

This div background color is #352691


#352691 Border Color

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

This div border color is #352691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352691


Comments

No comments written yet.

Please login to write comment.