Color Hex Logo

#352843 Color Hex

#352843
(53,40,67)
0 Favorites   0 Comments

Color spaces of #352843

RGB 534067
HSL0.750.250.21
HSV269°40°26°
CMYK 0.210.400.00   0.74
XYZ3.24012.67975.6567
Yxy2.67970.27990.2315
Hunter Lab16.36986.6837-9.0292
CIE-Lab18.712612.4994-14.7780

#352843 color RGB value is (53,40,67).

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

The process color (four color CMYK) of #352843 color hex is 0.21, 0.40, 0.00, 0.74. Web safe color of #352843 is #333333. Color #352843 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101000 01000011
Octal 65 50 103
Decimal 53 40 67
Hex 35 28 43

RGB Percentages of Color #352843

%33.13
%25.00
%41.88

CMYK Percentages of Color #352843

%21
%40
%0
%74

Triadic Colors of #352843

#352843 #433528 #284335

Analogous Colors of #352843

#352843 #432843 #282943

Monochromatic Colors of #352843

#352843

Complementary Color

#352843 #364328

#352843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352843 Color CSS Codes

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

#352843 Text Font Color

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

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


#352843 Background Color

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

This div background color is #352843


#352843 Border Color

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

This div border color is #352843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352843


Comments

No comments written yet.

Please login to write comment.