Color Hex Logo

#395977 Color Hex

#395977
(57,89,119)
0 Favorites   0 Comments

Color spaces of #395977

RGB 5789119
HSL0.580.350.35
HSV209°52°47°
CMYK 0.520.250.00   0.53
XYZ8.58959.346518.8041
Yxy9.34650.23380.2544
Hunter Lab30.5720-3.3498-15.0674
CIE-Lab36.6430-2.5319-20.6128

#395977 color RGB value is (57,89,119).

#395977 hex color red value is 57, green value is 89 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #395977 hue: 0.58 , saturation: 0.35 and the lightness value of 395977 is 0.35.

The process color (four color CMYK) of #395977 color hex is 0.52, 0.25, 0.00, 0.53. Web safe color of #395977 is #336666. Color #395977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011001 01110111
Octal 71 131 167
Decimal 57 89 119
Hex 39 59 77

RGB Percentages of Color #395977

%21.51
%33.58
%44.91

CMYK Percentages of Color #395977

%52
%25
%0
%53

Triadic Colors of #395977

#395977 #773959 #597739

Analogous Colors of #395977

#395977 #393a77 #397776

Monochromatic Colors of #395977

#395977

Complementary Color

#395977 #775739

#395977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395977 Color CSS Codes

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

#395977 Text Font Color

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

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


#395977 Background Color

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

This div background color is #395977


#395977 Border Color

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

This div border color is #395977


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,89,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395977; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395977;
  -webkit-box-shadow: 1px 1px 3px 2px #395977;
  box-shadow:         1px 1px 3px 2px #395977; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,89,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395977


Comments

No comments written yet.

Please login to write comment.