Color Hex Logo

#395793 Color Hex

#395793
(57,87,147)
0 Favorites   0 Comments

Color spaces of #395793

RGB 5787147
HSL0.610.440.40
HSV220°61°58°
CMYK 0.610.410.00   0.42
XYZ10.36209.792828.9478
Yxy9.79280.21100.1994
Hunter Lab31.29344.3420-32.9404
CIE-Lab37.46808.3919-36.4161

#395793 color RGB value is (57,87,147).

#395793 hex color red value is 57, green value is 87 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #395793 hue: 0.61 , saturation: 0.44 and the lightness value of 395793 is 0.40.

The process color (four color CMYK) of #395793 color hex is 0.61, 0.41, 0.00, 0.42. Web safe color of #395793 is #336699. Color #395793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010111 10010011
Octal 71 127 223
Decimal 57 87 147
Hex 39 57 93

RGB Percentages of Color #395793

%19.59
%29.90
%50.52

CMYK Percentages of Color #395793

%61
%41
%0
%42

Triadic Colors of #395793

#395793 #933957 #579339

Analogous Colors of #395793

#395793 #483993 #398493

Monochromatic Colors of #395793

#395793

Complementary Color

#395793 #937539

#395793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395793 Color CSS Codes

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

#395793 Text Font Color

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

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


#395793 Background Color

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

This div background color is #395793


#395793 Border Color

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

This div border color is #395793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395793


Comments

No comments written yet.

Please login to write comment.