Color Hex Logo

#352847 Color Hex

#352847
(53,40,71)
0 Favorites   0 Comments

Color spaces of #352847

RGB 534071
HSL0.740.280.22
HSV265°44°28°
CMYK 0.250.440.00   0.72
XYZ3.36432.72946.3107
Yxy2.72940.27120.2200
Hunter Lab16.52097.4380-11.0831
CIE-Lab18.925913.6256-17.1821

#352847 color RGB value is (53,40,71).

#352847 hex color red value is 53, green value is 40 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #352847 hue: 0.74 , saturation: 0.28 and the lightness value of 352847 is 0.22.

The process color (four color CMYK) of #352847 color hex is 0.25, 0.44, 0.00, 0.72. Web safe color of #352847 is #333333. Color #352847 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101000 01000111
Octal 65 50 107
Decimal 53 40 71
Hex 35 28 47

RGB Percentages of Color #352847

%32.32
%24.39
%43.29

CMYK Percentages of Color #352847

%25
%44
%0
%72

Triadic Colors of #352847

#352847 #473528 #284735

Analogous Colors of #352847

#352847 #452847 #282b47

Monochromatic Colors of #352847

#352847

Complementary Color

#352847 #3a4728

#352847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352847 Color CSS Codes

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

#352847 Text Font Color

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

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


#352847 Background Color

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

This div background color is #352847


#352847 Border Color

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

This div border color is #352847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352847


Comments

No comments written yet.

Please login to write comment.