Color Hex Logo

#50324c Color Hex

#50324C
(80,50,76)
0 Favorites   0 Comments

Color spaces of #50324c

RGB 805076
HSL0.860.230.25
HSV308°38°31°
CMYK 0.000.380.05   0.69
XYZ5.75344.50857.4045
Yxy4.50850.32570.2552
Hunter Lab21.233211.2086-5.8125
CIE-Lab25.285918.3638-10.4521

#50324c color RGB value is (80,50,76).

#50324c hex color red value is 80, green value is 50 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #50324c hue: 0.86 , saturation: 0.23 and the lightness value of 50324c is 0.25.

The process color (four color CMYK) of #50324c color hex is 0.00, 0.38, 0.05, 0.69. Web safe color of #50324c is #663333. Color #50324c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 01001100
Octal 120 62 114
Decimal 80 50 76
Hex 50 32 4C

RGB Percentages of Color #50324c

%38.83
%24.27
%36.89

CMYK Percentages of Color #50324c

%0
%38
%5
%69

Triadic Colors of #50324c

#50324c #4c5032 #324c50

Analogous Colors of #50324c

#50324c #50323d #453250

Monochromatic Colors of #50324c

#50324c

Complementary Color

#50324c #325036

#50324c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50324c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50324c Color CSS Codes

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

#50324c Text Font Color

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

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


#50324c Background Color

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

This div background color is #50324c


#50324c Border Color

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

This div border color is #50324c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50324c


Comments

No comments written yet.

Please login to write comment.