Color Hex Logo

#352561 Color Hex

#352561
(53,37,97)
0 Favorites   0 Comments

Color spaces of #352561

RGB 533797
HSL0.710.450.26
HSV256°62°38°
CMYK 0.450.620.00   0.62
XYZ4.28742.943111.6514
Yxy2.94310.22710.1559
Hunter Lab17.155514.5877-28.2589
CIE-Lab19.814623.6140-33.2024

#352561 color RGB value is (53,37,97).

#352561 hex color red value is 53, green value is 37 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #352561 hue: 0.71 , saturation: 0.45 and the lightness value of 352561 is 0.26.

The process color (four color CMYK) of #352561 color hex is 0.45, 0.62, 0.00, 0.62. Web safe color of #352561 is #333366. Color #352561 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100101 01100001
Octal 65 45 141
Decimal 53 37 97
Hex 35 25 61

RGB Percentages of Color #352561

%28.34
%19.79
%51.87

CMYK Percentages of Color #352561

%45
%62
%0
%62

Triadic Colors of #352561

#352561 #613525 #256135

Analogous Colors of #352561

#352561 #532561 #253361

Monochromatic Colors of #352561

#352561

Complementary Color

#352561 #516125

#352561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352561 Color CSS Codes

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

#352561 Text Font Color

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

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


#352561 Background Color

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

This div background color is #352561


#352561 Border Color

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

This div border color is #352561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352561


Comments

No comments written yet.

Please login to write comment.