Color Hex Logo

#39859d Color Hex

#39859D
(57,133,157)
0 Favorites   0 Comments

Color spaces of #39859d

RGB 57133157
HSL0.540.470.42
HSV194°64°62°
CMYK 0.640.150.00   0.38
XYZ16.160720.079234.9222
Yxy20.07920.22710.2822
Hunter Lab44.8098-14.0410-14.8403
CIE-Lab51.9266-15.7888-19.7873

#39859d color RGB value is (57,133,157).

#39859d hex color red value is 57, green value is 133 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #39859d hue: 0.54 , saturation: 0.47 and the lightness value of 39859d is 0.42.

The process color (four color CMYK) of #39859d color hex is 0.64, 0.15, 0.00, 0.38. Web safe color of #39859d is #339999. Color #39859d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000101 10011101
Octal 71 205 235
Decimal 57 133 157
Hex 39 85 9D

RGB Percentages of Color #39859d

%16.43
%38.33
%45.24

CMYK Percentages of Color #39859d

%64
%15
%0
%38

Triadic Colors of #39859d

#39859d #9d3985 #859d39

Analogous Colors of #39859d

#39859d #39539d #399d83

Monochromatic Colors of #39859d

#39859d

Complementary Color

#39859d #9d5139

#39859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#39859d Color CSS Codes

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

#39859d Text Font Color

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

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


#39859d Background Color

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

This div background color is #39859d


#39859d Border Color

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

This div border color is #39859d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,133,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39859d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39859d;
  -webkit-box-shadow: 1px 1px 3px 2px #39859d;
  box-shadow:         1px 1px 3px 2px #39859d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39859d


Comments

No comments written yet.

Please login to write comment.