Color Hex Logo

#357893 Color Hex

#357893
(53,120,147)
0 Favorites   0 Comments

Color spaces of #357893

RGB 53120147
HSL0.550.470.39
HSV197°64°58°
CMYK 0.640.180.00   0.42
XYZ13.451116.296430.0403
Yxy16.29640.22500.2726
Hunter Lab40.3688-11.1682-15.8623
CIE-Lab47.3610-12.5464-20.9571

#357893 color RGB value is (53,120,147).

#357893 hex color red value is 53, green value is 120 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #357893 hue: 0.55 , saturation: 0.47 and the lightness value of 357893 is 0.39.

The process color (four color CMYK) of #357893 color hex is 0.64, 0.18, 0.00, 0.42. Web safe color of #357893 is #336699. Color #357893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111000 10010011
Octal 65 170 223
Decimal 53 120 147
Hex 35 78 93

RGB Percentages of Color #357893

%16.56
%37.50
%45.94

CMYK Percentages of Color #357893

%64
%18
%0
%42

Triadic Colors of #357893

#357893 #933578 #789335

Analogous Colors of #357893

#357893 #354993 #35937f

Monochromatic Colors of #357893

#357893

Complementary Color

#357893 #935035

#357893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357893 Color CSS Codes

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

#357893 Text Font Color

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

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


#357893 Background Color

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

This div background color is #357893


#357893 Border Color

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

This div border color is #357893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357893


Comments

No comments written yet.

Please login to write comment.