Color Hex Logo

#50547a Color Hex

#50547A
(80,84,122)
0 Favorites   0 Comments

Color spaces of #50547a

RGB 8084122
HSL0.650.210.40
HSV234°34°48°
CMYK 0.340.310.00   0.52
XYZ9.99149.451319.7100
Yxy9.45130.25520.2414
Hunter Lab30.74304.2119-16.4921
CIE-Lab36.83918.2204-22.0354

#50547a color RGB value is (80,84,122).

#50547a hex color red value is 80, green value is 84 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #50547a hue: 0.65 , saturation: 0.21 and the lightness value of 50547a is 0.40.

The process color (four color CMYK) of #50547a color hex is 0.34, 0.31, 0.00, 0.52. Web safe color of #50547a is #666666. Color #50547a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 01111010
Octal 120 124 172
Decimal 80 84 122
Hex 50 54 7A

RGB Percentages of Color #50547a

%27.97
%29.37
%42.66

CMYK Percentages of Color #50547a

%34
%31
%0
%52

Triadic Colors of #50547a

#50547a #7a5054 #547a50

Analogous Colors of #50547a

#50547a #61507a #50697a

Monochromatic Colors of #50547a

#50547a

Complementary Color

#50547a #7a7650

#50547a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50547a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50547a Color CSS Codes

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

#50547a Text Font Color

<p style="color:#50547a">Text here</p>

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


#50547a Background Color

<div style="background-color:#50547a">
Div content here</div>

This div background color is #50547a


#50547a Border Color

<div style="border:3px solid #50547a">
Div here</div>

This div border color is #50547a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,84,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50547a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50547a;
  -webkit-box-shadow: 1px 1px 3px 2px #50547a;
  box-shadow:         1px 1px 3px 2px #50547a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50547a


Comments

No comments written yet.

Please login to write comment.