Color Hex Logo

#50356e Color Hex

#50356E
(80,53,110)
0 Favorites   0 Comments

Color spaces of #50356e

RGB 8053110
HSL0.750.350.32
HSV268°52°43°
CMYK 0.270.520.00   0.57
XYZ7.39585.377515.4000
Yxy5.37750.26250.1909
Hunter Lab23.189416.3474-23.1416
CIE-Lab27.784324.7359-28.7137

#50356e color RGB value is (80,53,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 01101110
Octal 120 65 156
Decimal 80 53 110
Hex 50 35 6E

RGB Percentages of Color #50356e

%32.92
%21.81
%45.27

CMYK Percentages of Color #50356e

%27
%52
%0
%57

Triadic Colors of #50356e

#50356e #6e5035 #356e50

Analogous Colors of #50356e

#50356e #6d356e #35376e

Monochromatic Colors of #50356e

#50356e

Complementary Color

#50356e #536e35

#50356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50356e Color CSS Codes

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

#50356e Text Font Color

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

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


#50356e Background Color

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

This div background color is #50356e


#50356e Border Color

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

This div border color is #50356e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50356e


Comments

No comments written yet.

Please login to write comment.