Color Hex Logo

#39988d Color Hex

#39988D
(57,152,141)
0 Favorites   0 Comments

Color spaces of #39988d

RGB 57152141
HSL0.480.450.41
HSV173°63°60°
CMYK 0.630.000.07   0.40
XYZ17.723325.249429.1388
Yxy25.24940.24580.3501
Hunter Lab50.2488-24.97640.7924
CIE-Lab57.3176-30.3713-2.4748

#39988d color RGB value is (57,152,141).

#39988d hex color red value is 57, green value is 152 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #39988d hue: 0.48 , saturation: 0.45 and the lightness value of 39988d is 0.41.

The process color (four color CMYK) of #39988d color hex is 0.63, 0.00, 0.07, 0.40. Web safe color of #39988d is #339999. Color #39988d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011000 10001101
Octal 71 230 215
Decimal 57 152 141
Hex 39 98 8D

RGB Percentages of Color #39988d

%16.29
%43.43
%40.29

CMYK Percentages of Color #39988d

%63
%0
%7
%40

Triadic Colors of #39988d

#39988d #8d3998 #988d39

Analogous Colors of #39988d

#39988d #397498 #39985e

Monochromatic Colors of #39988d

#39988d

Complementary Color

#39988d #983944

#39988d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39988d Color Preview on White Background

Lorem ipsum dolor sit amet.

#39988d Color CSS Codes

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

#39988d Text Font Color

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

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


#39988d Background Color

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

This div background color is #39988d


#39988d Border Color

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

This div border color is #39988d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39988d


Comments

No comments written yet.

Please login to write comment.