Color Hex Logo

#50847b Color Hex

#50847B
(80,132,123)
0 Favorites   0 Comments

Color spaces of #50847b

RGB 80132123
HSL0.470.250.42
HSV170°39°52°
CMYK 0.390.000.07   0.48
XYZ15.134719.638121.7317
Yxy19.63810.26780.3475
Hunter Lab44.3149-16.58861.9450
CIE-Lab51.4255-19.6195-0.6293

#50847b color RGB value is (80,132,123).

#50847b hex color red value is 80, green value is 132 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #50847b hue: 0.47 , saturation: 0.25 and the lightness value of 50847b is 0.42.

The process color (four color CMYK) of #50847b color hex is 0.39, 0.00, 0.07, 0.48. Web safe color of #50847b is #669966. Color #50847b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000100 01111011
Octal 120 204 173
Decimal 80 132 123
Hex 50 84 7B

RGB Percentages of Color #50847b

%23.88
%39.40
%36.72

CMYK Percentages of Color #50847b

%39
%0
%7
%48

Triadic Colors of #50847b

#50847b #7b5084 #847b50

Analogous Colors of #50847b

#50847b #507384 #508461

Monochromatic Colors of #50847b

#50847b

Complementary Color

#50847b #845059

#50847b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50847b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50847b Color CSS Codes

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

#50847b Text Font Color

<p style="color:#50847b">Text here</p>

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


#50847b Background Color

<div style="background-color:#50847b">
Div content here</div>

This div background color is #50847b


#50847b Border Color

<div style="border:3px solid #50847b">
Div here</div>

This div border color is #50847b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,132,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50847b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50847b;
  -webkit-box-shadow: 1px 1px 3px 2px #50847b;
  box-shadow:         1px 1px 3px 2px #50847b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50847b


Comments

No comments written yet.

Please login to write comment.