Color Hex Logo

#50356d Color Hex

#50356D
(80,53,109)
0 Favorites   0 Comments

Color spaces of #50356d

RGB 8053109
HSL0.750.350.32
HSV269°51°43°
CMYK 0.270.510.00   0.57
XYZ7.34175.355815.1148
Yxy5.35580.26400.1926
Hunter Lab23.142616.1273-22.5234
CIE-Lab27.725324.4683-28.1681

#50356d color RGB value is (80,53,109).

#50356d hex color red value is 80, green value is 53 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #50356d hue: 0.75 , saturation: 0.35 and the lightness value of 50356d is 0.32.

The process color (four color CMYK) of #50356d color hex is 0.27, 0.51, 0.00, 0.57. Web safe color of #50356d is #663366. Color #50356d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 01101101
Octal 120 65 155
Decimal 80 53 109
Hex 50 35 6D

RGB Percentages of Color #50356d

%33.06
%21.90
%45.04

CMYK Percentages of Color #50356d

%27
%51
%0
%57

Triadic Colors of #50356d

#50356d #6d5035 #356d50

Analogous Colors of #50356d

#50356d #6c356d #35366d

Monochromatic Colors of #50356d

#50356d

Complementary Color

#50356d #526d35

#50356d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50356d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50356d Color CSS Codes

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

#50356d Text Font Color

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

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


#50356d Background Color

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

This div background color is #50356d


#50356d Border Color

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

This div border color is #50356d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50356d

#50356d Color Palettes


Comments

No comments written yet.

Please login to write comment.