Color Hex Logo

#50436f Color Hex

#50436F
(80,67,111)
1 Favorites   0 Comments

Color spaces of #50436f

RGB 8067111
HSL0.720.250.35
HSV258°40°44°
CMYK 0.280.400.00   0.56
XYZ8.18476.867515.9331
Yxy6.86750.26410.2216
Hunter Lab26.20599.8892-17.7040
CIE-Lab31.503316.0403-23.4903

#50436f color RGB value is (80,67,111).

#50436f hex color red value is 80, green value is 67 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #50436f hue: 0.72 , saturation: 0.25 and the lightness value of 50436f is 0.35.

The process color (four color CMYK) of #50436f color hex is 0.28, 0.40, 0.00, 0.56. Web safe color of #50436f is #663366. Color #50436f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000011 01101111
Octal 120 103 157
Decimal 80 67 111
Hex 50 43 6F

RGB Percentages of Color #50436f

%31.01
%25.97
%43.02

CMYK Percentages of Color #50436f

%28
%40
%0
%56

Triadic Colors of #50436f

#50436f #6f5043 #436f50

Analogous Colors of #50436f

#50436f #66436f #434c6f

Monochromatic Colors of #50436f

#50436f

Complementary Color

#50436f #626f43

#50436f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50436f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50436f Color CSS Codes

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

#50436f Text Font Color

<p style="color:#50436f">Text here</p>

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


#50436f Background Color

<div style="background-color:#50436f">
Div content here</div>

This div background color is #50436f


#50436f Border Color

<div style="border:3px solid #50436f">
Div here</div>

This div border color is #50436f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,67,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50436f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50436f;
  -webkit-box-shadow: 1px 1px 3px 2px #50436f;
  box-shadow:         1px 1px 3px 2px #50436f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50436f


Comments

No comments written yet.

Please login to write comment.