Color Hex Logo

#395982 Color Hex

#395982
(57,89,130)
0 Favorites   0 Comments

Color spaces of #395982

RGB 5789130
HSL0.590.390.37
HSV214°56°51°
CMYK 0.560.320.00   0.49
XYZ9.28909.626322.4876
Yxy9.62630.22440.2325
Hunter Lab31.0263-0.8546-21.2545
CIE-Lab37.16321.1587-26.5593

#395982 color RGB value is (57,89,130).

#395982 hex color red value is 57, green value is 89 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #395982 hue: 0.59 , saturation: 0.39 and the lightness value of 395982 is 0.37.

The process color (four color CMYK) of #395982 color hex is 0.56, 0.32, 0.00, 0.49. Web safe color of #395982 is #336699. Color #395982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011001 10000010
Octal 71 131 202
Decimal 57 89 130
Hex 39 59 82

RGB Percentages of Color #395982

%20.65
%32.25
%47.10

CMYK Percentages of Color #395982

%56
%32
%0
%49

Triadic Colors of #395982

#395982 #823959 #598239

Analogous Colors of #395982

#395982 #3e3982 #397e82

Monochromatic Colors of #395982

#395982

Complementary Color

#395982 #826239

#395982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395982 Color CSS Codes

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

#395982 Text Font Color

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

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


#395982 Background Color

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

This div background color is #395982


#395982 Border Color

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

This div border color is #395982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395982


Comments

No comments written yet.

Please login to write comment.