Color Hex Logo

#395e7d Color Hex

#395E7D
(57,94,125)
1 Favorites   0 Comments

Color spaces of #395e7d

RGB 5794125
HSL0.580.370.36
HSV207°54°49°
CMYK 0.540.250.00   0.51
XYZ9.391710.355920.9059
Yxy10.35590.23100.2547
Hunter Lab32.1806-4.2219-15.9909
CIE-Lab38.4737-3.6446-21.4604

#395e7d color RGB value is (57,94,125).

#395e7d hex color red value is 57, green value is 94 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #395e7d hue: 0.58 , saturation: 0.37 and the lightness value of 395e7d is 0.36.

The process color (four color CMYK) of #395e7d color hex is 0.54, 0.25, 0.00, 0.51. Web safe color of #395e7d is #336666. Color #395e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011110 01111101
Octal 71 136 175
Decimal 57 94 125
Hex 39 5E 7D

RGB Percentages of Color #395e7d

%20.65
%34.06
%45.29

CMYK Percentages of Color #395e7d

%54
%25
%0
%51

Triadic Colors of #395e7d

#395e7d #7d395e #5e7d39

Analogous Colors of #395e7d

#395e7d #393c7d #397d7a

Monochromatic Colors of #395e7d

#395e7d

Complementary Color

#395e7d #7d5839

#395e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#395e7d Color CSS Codes

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

#395e7d Text Font Color

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

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


#395e7d Background Color

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

This div background color is #395e7d


#395e7d Border Color

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

This div border color is #395e7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,94,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395e7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395e7d;
  -webkit-box-shadow: 1px 1px 3px 2px #395e7d;
  box-shadow:         1px 1px 3px 2px #395e7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395e7d


Comments

No comments written yet.

Please login to write comment.