Color Hex Logo

#353057 Color Hex

#353057
(53,48,87)
0 Favorites   0 Comments

Color spaces of #353057

RGB 534887
HSL0.690.290.26
HSV248°45°34°
CMYK 0.390.450.00   0.66
XYZ4.24553.55899.4800
Yxy3.55890.24560.2059
Hunter Lab18.86507.1568-16.5887
CIE-Lab22.156012.9397-22.8571

#353057 color RGB value is (53,48,87).

#353057 hex color red value is 53, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #353057 hue: 0.69 , saturation: 0.29 and the lightness value of 353057 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110000 01010111
Octal 65 60 127
Decimal 53 48 87
Hex 35 30 57

RGB Percentages of Color #353057

%28.19
%25.53
%46.28

CMYK Percentages of Color #353057

%39
%45
%0
%66

Triadic Colors of #353057

#353057 #573530 #305735

Analogous Colors of #353057

#353057 #493057 #303f57

Monochromatic Colors of #353057

#353057

Complementary Color

#353057 #525730

#353057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353057 Color CSS Codes

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

#353057 Text Font Color

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

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


#353057 Background Color

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

This div background color is #353057


#353057 Border Color

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

This div border color is #353057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353057


Comments

No comments written yet.

Please login to write comment.