Color Hex Logo

#50658a Color Hex

#50658A
(80,101,138)
0 Favorites   0 Comments

Color spaces of #50658a

RGB 80101138
HSL0.610.270.43
HSV218°42°54°
CMYK 0.420.270.00   0.46
XYZ12.549412.847825.8632
Yxy12.84780.24480.2506
Hunter Lab35.8438-0.2315-17.6902
CIE-Lab42.53302.3063-22.9428

#50658a color RGB value is (80,101,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100101 10001010
Octal 120 145 212
Decimal 80 101 138
Hex 50 65 8A

RGB Percentages of Color #50658a

%25.08
%31.66
%43.26

CMYK Percentages of Color #50658a

%42
%27
%0
%46

Triadic Colors of #50658a

#50658a #8a5065 #658a50

Analogous Colors of #50658a

#50658a #58508a #50828a

Monochromatic Colors of #50658a

#50658a

Complementary Color

#50658a #8a7550

#50658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50658a Color CSS Codes

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

#50658a Text Font Color

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

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


#50658a Background Color

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

This div background color is #50658a


#50658a Border Color

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

This div border color is #50658a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50658a


Comments

No comments written yet.

Please login to write comment.