Color Hex Logo

#395870 Color Hex

#395870
(57,88,112)
0 Favorites   0 Comments

Color spaces of #395870

RGB 5788112
HSL0.570.330.33
HSV206°49°44°
CMYK 0.490.210.00   0.56
XYZ8.10179.019216.6431
Yxy9.01920.24000.2671
Hunter Lab30.0320-4.4022-11.8349
CIE-Lab36.0212-4.1822-17.2436

#395870 color RGB value is (57,88,112).

#395870 hex color red value is 57, green value is 88 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #395870 hue: 0.57 , saturation: 0.33 and the lightness value of 395870 is 0.33.

The process color (four color CMYK) of #395870 color hex is 0.49, 0.21, 0.00, 0.56. Web safe color of #395870 is #336666. Color #395870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011000 01110000
Octal 71 130 160
Decimal 57 88 112
Hex 39 58 70

RGB Percentages of Color #395870

%22.18
%34.24
%43.58

CMYK Percentages of Color #395870

%49
%21
%0
%56

Triadic Colors of #395870

#395870 #703958 #587039

Analogous Colors of #395870

#395870 #393d70 #39706d

Monochromatic Colors of #395870

#395870

Complementary Color

#395870 #705139

#395870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395870 Color CSS Codes

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

#395870 Text Font Color

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

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


#395870 Background Color

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

This div background color is #395870


#395870 Border Color

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

This div border color is #395870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395870


Comments

No comments written yet.

Please login to write comment.