Color Hex Logo

#352448 Color Hex

#352448
(53,36,72)
0 Favorites   0 Comments

Color spaces of #352448

RGB 533672
HSL0.750.330.21
HSV268°50°28°
CMYK 0.260.500.00   0.72
XYZ3.26882.48656.4386
Yxy2.48650.26810.2039
Hunter Lab15.76869.4075-13.1711
CIE-Lab17.857416.6625-19.5436

#352448 color RGB value is (53,36,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100100 01001000
Octal 65 44 110
Decimal 53 36 72
Hex 35 24 48

RGB Percentages of Color #352448

%32.92
%22.36
%44.72

CMYK Percentages of Color #352448

%26
%50
%0
%72

Triadic Colors of #352448

#352448 #483524 #244835

Analogous Colors of #352448

#352448 #472448 #242548

Monochromatic Colors of #352448

#352448

Complementary Color

#352448 #374824

#352448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352448 Color CSS Codes

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

#352448 Text Font Color

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

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


#352448 Background Color

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

This div background color is #352448


#352448 Border Color

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

This div border color is #352448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,36,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 #352448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352448


Comments

No comments written yet.

Please login to write comment.