Color Hex Logo

#39828c Color Hex

#39828C
(57,130,140)
0 Favorites   0 Comments

Color spaces of #39828c

RGB 57130140
HSL0.520.420.39
HSV187°59°55°
CMYK 0.590.070.00   0.45
XYZ14.403618.728627.6668
Yxy18.72860.23690.3080
Hunter Lab43.2766-16.3244-7.6106
CIE-Lab50.3682-19.4978-12.2487

#39828c color RGB value is (57,130,140).

#39828c hex color red value is 57, green value is 130 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #39828c hue: 0.52 , saturation: 0.42 and the lightness value of 39828c is 0.39.

The process color (four color CMYK) of #39828c color hex is 0.59, 0.07, 0.00, 0.45. Web safe color of #39828c is #339999. Color #39828c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000010 10001100
Octal 71 202 214
Decimal 57 130 140
Hex 39 82 8C

RGB Percentages of Color #39828c

%17.43
%39.76
%42.81

CMYK Percentages of Color #39828c

%59
%7
%0
%45

Triadic Colors of #39828c

#39828c #8c3982 #828c39

Analogous Colors of #39828c

#39828c #39588c #398c6d

Monochromatic Colors of #39828c

#39828c

Complementary Color

#39828c #8c4339

#39828c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39828c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39828c Color CSS Codes

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

#39828c Text Font Color

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

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


#39828c Background Color

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

This div background color is #39828c


#39828c Border Color

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

This div border color is #39828c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39828c


Comments

No comments written yet.

Please login to write comment.