Color Hex Logo

#50729b Color Hex

#50729B
(80,114,155)
0 Favorites   0 Comments

Color spaces of #50729b

RGB 80114155
HSL0.590.320.46
HSV213°48°61°
CMYK 0.480.260.00   0.39
XYZ15.242016.106733.3159
Yxy16.10670.23570.2491
Hunter Lab40.1332-2.4413-21.1254
CIE-Lab47.1142-0.3971-25.9527

#50729b color RGB value is (80,114,155).

#50729b hex color red value is 80, green value is 114 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #50729b hue: 0.59 , saturation: 0.32 and the lightness value of 50729b is 0.46.

The process color (four color CMYK) of #50729b color hex is 0.48, 0.26, 0.00, 0.39. Web safe color of #50729b is #666699. Color #50729b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110010 10011011
Octal 120 162 233
Decimal 80 114 155
Hex 50 72 9B

RGB Percentages of Color #50729b

%22.92
%32.66
%44.41

CMYK Percentages of Color #50729b

%48
%26
%0
%39

Triadic Colors of #50729b

#50729b #9b5072 #729b50

Analogous Colors of #50729b

#50729b #53509b #50989b

Monochromatic Colors of #50729b

#50729b

Complementary Color

#50729b #9b7950

#50729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50729b Color CSS Codes

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

#50729b Text Font Color

<p style="color:#50729b">Text here</p>

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


#50729b Background Color

<div style="background-color:#50729b">
Div content here</div>

This div background color is #50729b


#50729b Border Color

<div style="border:3px solid #50729b">
Div here</div>

This div border color is #50729b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,114,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50729b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50729b;
  -webkit-box-shadow: 1px 1px 3px 2px #50729b;
  box-shadow:         1px 1px 3px 2px #50729b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,114,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50729b


Comments

No comments written yet.

Please login to write comment.