Color Hex Logo

#353257 Color Hex

#353257
(53,50,87)
0 Favorites   0 Comments

Color spaces of #353257

RGB 535087
HSL0.680.270.27
HSV245°43°34°
CMYK 0.390.430.00   0.66
XYZ4.32913.72629.5079
Yxy3.72620.24650.2122
Hunter Lab19.30346.2507-15.6910
CIE-Lab22.744811.5589-21.9288

#353257 color RGB value is (53,50,87).

#353257 hex color red value is 53, green value is 50 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #353257 hue: 0.68 , saturation: 0.27 and the lightness value of 353257 is 0.27.

The process color (four color CMYK) of #353257 color hex is 0.39, 0.43, 0.00, 0.66. Web safe color of #353257 is #333366. Color #353257 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 01010111
Octal 65 62 127
Decimal 53 50 87
Hex 35 32 57

RGB Percentages of Color #353257

%27.89
%26.32
%45.79

CMYK Percentages of Color #353257

%39
%43
%0
%66

Triadic Colors of #353257

#353257 #573532 #325735

Analogous Colors of #353257

#353257 #483257 #324257

Monochromatic Colors of #353257

#353257

Complementary Color

#353257 #545732

#353257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353257 Color CSS Codes

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

#353257 Text Font Color

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

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


#353257 Background Color

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

This div background color is #353257


#353257 Border Color

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

This div border color is #353257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353257


Comments

No comments written yet.

Please login to write comment.