Color Hex Logo

#39899f Color Hex

#39899F
(57,137,159)
0 Favorites   0 Comments

Color spaces of #39899f

RGB 57137159
HSL0.540.470.42
HSV193°64°62°
CMYK 0.640.140.00   0.38
XYZ16.891021.264436.0151
Yxy21.26440.22770.2867
Hunter Lab46.1133-15.3150-14.0269
CIE-Lab53.2377-17.3286-18.9404

#39899f color RGB value is (57,137,159).

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

The process color (four color CMYK) of #39899f color hex is 0.64, 0.14, 0.00, 0.38. Web safe color of #39899f is #339999. Color #39899f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001001 10011111
Octal 71 211 237
Decimal 57 137 159
Hex 39 89 9F

RGB Percentages of Color #39899f

%16.15
%38.81
%45.04

CMYK Percentages of Color #39899f

%64
%14
%0
%38

Triadic Colors of #39899f

#39899f #9f3989 #899f39

Analogous Colors of #39899f

#39899f #39569f #399f82

Monochromatic Colors of #39899f

#39899f

Complementary Color

#39899f #9f4f39

#39899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#39899f Color CSS Codes

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

#39899f Text Font Color

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

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


#39899f Background Color

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

This div background color is #39899f


#39899f Border Color

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

This div border color is #39899f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,137,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39899f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39899f;
  -webkit-box-shadow: 1px 1px 3px 2px #39899f;
  box-shadow:         1px 1px 3px 2px #39899f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39899f


Comments

No comments written yet.

Please login to write comment.