Color Hex Logo

#50547c Color Hex

#50547C
(80,84,124)
0 Favorites   0 Comments

Color spaces of #50547c

RGB 8084124
HSL0.650.220.40
HSV235°35°49°
CMYK 0.350.320.00   0.51
XYZ10.11679.501420.3695
Yxy9.50140.25300.2376
Hunter Lab30.82434.6420-17.6033
CIE-Lab36.93238.8010-23.1227

#50547c color RGB value is (80,84,124).

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

The process color (four color CMYK) of #50547c color hex is 0.35, 0.32, 0.00, 0.51. Web safe color of #50547c is #666666. Color #50547c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 01111100
Octal 120 124 174
Decimal 80 84 124
Hex 50 54 7C

RGB Percentages of Color #50547c

%27.78
%29.17
%43.06

CMYK Percentages of Color #50547c

%35
%32
%0
%51

Triadic Colors of #50547c

#50547c #7c5054 #547c50

Analogous Colors of #50547c

#50547c #62507c #506a7c

Monochromatic Colors of #50547c

#50547c

Complementary Color

#50547c #7c7850

#50547c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50547c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50547c Color CSS Codes

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

#50547c Text Font Color

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

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


#50547c Background Color

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

This div background color is #50547c


#50547c Border Color

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

This div border color is #50547c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50547c


Comments

No comments written yet.

Please login to write comment.