Color Hex Logo

#50346d Color Hex

#50346D
(80,52,109)
0 Favorites   0 Comments

Color spaces of #50346d

RGB 8052109
HSL0.750.350.32
HSV269°52°43°
CMYK 0.270.520.00   0.57
XYZ7.29665.265615.0998
Yxy5.26560.26380.1904
Hunter Lab22.946916.6019-22.9519
CIE-Lab27.478425.0954-28.5594

#50346d color RGB value is (80,52,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 01101101
Octal 120 64 155
Decimal 80 52 109
Hex 50 34 6D

RGB Percentages of Color #50346d

%33.20
%21.58
%45.23

CMYK Percentages of Color #50346d

%27
%52
%0
%57

Triadic Colors of #50346d

#50346d #6d5034 #346d50

Analogous Colors of #50346d

#50346d #6d346d #34346d

Monochromatic Colors of #50346d

#50346d

Complementary Color

#50346d #516d34

#50346d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50346d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50346d Color CSS Codes

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

#50346d Text Font Color

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

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


#50346d Background Color

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

This div background color is #50346d


#50346d Border Color

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

This div border color is #50346d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,52,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 #50346d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50346d


Comments

No comments written yet.

Please login to write comment.