Color Hex Logo

#395874 Color Hex

#395874
(57,88,116)
0 Favorites   0 Comments

Color spaces of #395874

RGB 5788116
HSL0.580.340.34
HSV208°51°45°
CMYK 0.510.240.00   0.55
XYZ8.32959.110317.8424
Yxy9.11030.23610.2582
Hunter Lab30.1833-3.5611-13.9201
CIE-Lab36.1958-2.8913-19.4519

#395874 color RGB value is (57,88,116).

#395874 hex color red value is 57, green value is 88 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #395874 hue: 0.58 , saturation: 0.34 and the lightness value of 395874 is 0.34.

The process color (four color CMYK) of #395874 color hex is 0.51, 0.24, 0.00, 0.55. Web safe color of #395874 is #336666. Color #395874 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011000 01110100
Octal 71 130 164
Decimal 57 88 116
Hex 39 58 74

RGB Percentages of Color #395874

%21.84
%33.72
%44.44

CMYK Percentages of Color #395874

%51
%24
%0
%55

Triadic Colors of #395874

#395874 #743958 #587439

Analogous Colors of #395874

#395874 #393b74 #397473

Monochromatic Colors of #395874

#395874

Complementary Color

#395874 #745539

#395874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395874 Color CSS Codes

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

#395874 Text Font Color

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

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


#395874 Background Color

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

This div background color is #395874


#395874 Border Color

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

This div border color is #395874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395874

#395874 Color Palettes


Comments

No comments written yet.

Please login to write comment.