Color Hex Logo

#352873 Color Hex

#352873
(53,40,115)
0 Favorites   0 Comments

Color spaces of #352873

RGB 5340115
HSL0.700.480.30
HSV250°65°45°
CMYK 0.540.650.00   0.55
XYZ5.32153.512316.6171
Yxy3.51230.20910.1380
Hunter Lab18.741117.8877-39.4516
CIE-Lab21.988827.5349-41.3818

#352873 color RGB value is (53,40,115).

#352873 hex color red value is 53, green value is 40 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #352873 hue: 0.70 , saturation: 0.48 and the lightness value of 352873 is 0.30.

The process color (four color CMYK) of #352873 color hex is 0.54, 0.65, 0.00, 0.55. Web safe color of #352873 is #333366. Color #352873 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101000 01110011
Octal 65 50 163
Decimal 53 40 115
Hex 35 28 73

RGB Percentages of Color #352873

%25.48
%19.23
%55.29

CMYK Percentages of Color #352873

%54
%65
%0
%55

Triadic Colors of #352873

#352873 #733528 #287335

Analogous Colors of #352873

#352873 #5b2873 #284173

Monochromatic Colors of #352873

#352873

Complementary Color

#352873 #667328

#352873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352873 Color CSS Codes

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

#352873 Text Font Color

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

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


#352873 Background Color

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

This div background color is #352873


#352873 Border Color

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

This div border color is #352873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352873


Comments

No comments written yet.

Please login to write comment.