Color Hex Logo

#50568d Color Hex

#50568D
(80,86,141)
0 Favorites   0 Comments

Color spaces of #50568d

RGB 8086141
HSL0.650.280.43
HSV234°43°55°
CMYK 0.430.390.00   0.45
XYZ11.443810.284126.5812
Yxy10.28410.23690.2129
Hunter Lab32.06887.5775-26.6961
CIE-Lab38.347612.6392-31.2949

#50568d color RGB value is (80,86,141).

#50568d hex color red value is 80, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #50568d hue: 0.65 , saturation: 0.28 and the lightness value of 50568d is 0.43.

The process color (four color CMYK) of #50568d color hex is 0.43, 0.39, 0.00, 0.45. Web safe color of #50568d is #666699. Color #50568d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 10001101
Octal 120 126 215
Decimal 80 86 141
Hex 50 56 8D

RGB Percentages of Color #50568d

%26.06
%28.01
%45.93

CMYK Percentages of Color #50568d

%43
%39
%0
%45

Triadic Colors of #50568d

#50568d #8d5056 #568d50

Analogous Colors of #50568d

#50568d #69508d #50758d

Monochromatic Colors of #50568d

#50568d

Complementary Color

#50568d #8d8750

#50568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50568d Color CSS Codes

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

#50568d Text Font Color

<p style="color:#50568d">Text here</p>

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


#50568d Background Color

<div style="background-color:#50568d">
Div content here</div>

This div background color is #50568d


#50568d Border Color

<div style="border:3px solid #50568d">
Div here</div>

This div border color is #50568d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,86,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50568d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50568d;
  -webkit-box-shadow: 1px 1px 3px 2px #50568d;
  box-shadow:         1px 1px 3px 2px #50568d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50568d


Comments

No comments written yet.

Please login to write comment.