Color Hex Logo

#50628a Color Hex

#50628A
(80,98,138)
0 Favorites   0 Comments

Color spaces of #50628a

RGB 8098138
HSL0.610.270.43
HSV221°42°54°
CMYK 0.420.290.00   0.46
XYZ12.263412.275825.7679
Yxy12.27580.24380.2440
Hunter Lab35.03681.1631-19.0791
CIE-Lab41.65114.1585-24.3110

#50628a color RGB value is (80,98,138).

#50628a hex color red value is 80, green value is 98 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #50628a hue: 0.61 , saturation: 0.27 and the lightness value of 50628a is 0.43.

The process color (four color CMYK) of #50628a color hex is 0.42, 0.29, 0.00, 0.46. Web safe color of #50628a is #666699. Color #50628a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100010 10001010
Octal 120 142 212
Decimal 80 98 138
Hex 50 62 8A

RGB Percentages of Color #50628a

%25.32
%31.01
%43.67

CMYK Percentages of Color #50628a

%42
%29
%0
%46

Triadic Colors of #50628a

#50628a #8a5062 #628a50

Analogous Colors of #50628a

#50628a #5b508a #507f8a

Monochromatic Colors of #50628a

#50628a

Complementary Color

#50628a #8a7850

#50628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50628a Color CSS Codes

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

#50628a Text Font Color

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

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


#50628a Background Color

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

This div background color is #50628a


#50628a Border Color

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

This div border color is #50628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50628a


Comments

No comments written yet.

Please login to write comment.