Color Hex Logo

#50868a Color Hex

#50868A
(80,134,138)
0 Favorites   0 Comments

Color spaces of #50868a

RGB 80134138
HSL0.510.270.43
HSV184°42°54°
CMYK 0.420.030.00   0.46
XYZ16.420820.590627.1537
Yxy20.59060.25590.3209
Hunter Lab45.3769-14.8146-3.7156
CIE-Lab52.4985-16.7756-7.7877

#50868a color RGB value is (80,134,138).

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

The process color (four color CMYK) of #50868a color hex is 0.42, 0.03, 0.00, 0.46. Web safe color of #50868a is #669999. Color #50868a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 10001010
Octal 120 206 212
Decimal 80 134 138
Hex 50 86 8A

RGB Percentages of Color #50868a

%22.73
%38.07
%39.20

CMYK Percentages of Color #50868a

%42
%3
%0
%46

Triadic Colors of #50868a

#50868a #8a5086 #868a50

Analogous Colors of #50868a

#50868a #50698a #508a71

Monochromatic Colors of #50868a

#50868a

Complementary Color

#50868a #8a5450

#50868a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50868a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50868a Color CSS Codes

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

#50868a Text Font Color

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

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


#50868a Background Color

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

This div background color is #50868a


#50868a Border Color

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

This div border color is #50868a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50868a


Comments

No comments written yet.

Please login to write comment.