Color Hex Logo

#50356c Color Hex

#50356C
(80,53,108)
0 Favorites   0 Comments

Color spaces of #50356c

RGB 8053108
HSL0.750.340.32
HSV269°51°42°
CMYK 0.260.510.00   0.58
XYZ7.28815.334414.8329
Yxy5.33440.26550.1943
Hunter Lab23.096315.9075-21.9098
CIE-Lab27.667024.2002-27.6208

#50356c color RGB value is (80,53,108).

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

The process color (four color CMYK) of #50356c color hex is 0.26, 0.51, 0.00, 0.58. Web safe color of #50356c is #663366. Color #50356c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 01101100
Octal 120 65 154
Decimal 80 53 108
Hex 50 35 6C

RGB Percentages of Color #50356c

%33.20
%21.99
%44.81

CMYK Percentages of Color #50356c

%26
%51
%0
%58

Triadic Colors of #50356c

#50356c #6c5035 #356c50

Analogous Colors of #50356c

#50356c #6c356c #35366c

Monochromatic Colors of #50356c

#50356c

Complementary Color

#50356c #516c35

#50356c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50356c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50356c Color CSS Codes

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

#50356c Text Font Color

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

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


#50356c Background Color

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

This div background color is #50356c


#50356c Border Color

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

This div border color is #50356c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50356c


Comments

No comments written yet.

Please login to write comment.