Color Hex Logo

#352548 Color Hex

#352548
(53,37,72)
0 Favorites   0 Comments

Color spaces of #352548

RGB 533772
HSL0.740.320.21
HSV267°49°28°
CMYK 0.260.490.00   0.72
XYZ3.29952.54796.4488
Yxy2.54790.26830.2072
Hunter Lab15.96218.9636-12.7800
CIE-Lab18.133915.9785-19.1081

#352548 color RGB value is (53,37,72).

#352548 hex color red value is 53, green value is 37 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #352548 hue: 0.74 , saturation: 0.32 and the lightness value of 352548 is 0.21.

The process color (four color CMYK) of #352548 color hex is 0.26, 0.49, 0.00, 0.72. Web safe color of #352548 is #333333. Color #352548 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100101 01001000
Octal 65 45 110
Decimal 53 37 72
Hex 35 25 48

RGB Percentages of Color #352548

%32.72
%22.84
%44.44

CMYK Percentages of Color #352548

%26
%49
%0
%72

Triadic Colors of #352548

#352548 #483525 #254835

Analogous Colors of #352548

#352548 #472548 #252748

Monochromatic Colors of #352548

#352548

Complementary Color

#352548 #384825

#352548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352548 Color CSS Codes

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

#352548 Text Font Color

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

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


#352548 Background Color

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

This div background color is #352548


#352548 Border Color

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

This div border color is #352548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352548


Comments

No comments written yet.

Please login to write comment.