Color Hex Logo

#39508c Color Hex

#39508C
(57,80,140)
0 Favorites   0 Comments

Color spaces of #39508c

RGB 5780140
HSL0.620.420.39
HSV223°59°55°
CMYK 0.590.430.00   0.45
XYZ9.28968.500625.9621
Yxy8.50060.21230.1943
Hunter Lab29.15585.8509-32.3864
CIE-Lab35.004410.4687-36.0808

#39508c color RGB value is (57,80,140).

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

The process color (four color CMYK) of #39508c color hex is 0.59, 0.43, 0.00, 0.45. Web safe color of #39508c is #336699. Color #39508c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010000 10001100
Octal 71 120 214
Decimal 57 80 140
Hex 39 50 8C

RGB Percentages of Color #39508c

%20.58
%28.88
%50.54

CMYK Percentages of Color #39508c

%59
%43
%0
%45

Triadic Colors of #39508c

#39508c #8c3950 #508c39

Analogous Colors of #39508c

#39508c #4c398c #397a8c

Monochromatic Colors of #39508c

#39508c

Complementary Color

#39508c #8c7539

#39508c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39508c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39508c Color CSS Codes

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

#39508c Text Font Color

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

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


#39508c Background Color

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

This div background color is #39508c


#39508c Border Color

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

This div border color is #39508c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,80,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 #39508c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39508c


Comments

No comments written yet.

Please login to write comment.