Color Hex Logo

#50214a Color Hex

#50214A
(80,33,74)
1 Favorites   0 Comments

Color spaces of #50214a

RGB 803374
HSL0.850.420.22
HSV308°59°31°
CMYK 0.000.590.07   0.69
XYZ5.08823.28766.8450
Yxy3.28760.33430.2160
Hunter Lab18.131718.3608-9.6906
CIE-Lab21.160728.2668-15.4543

#50214a color RGB value is (80,33,74).

#50214a hex color red value is 80, green value is 33 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #50214a hue: 0.85 , saturation: 0.42 and the lightness value of 50214a is 0.22.

The process color (four color CMYK) of #50214a color hex is 0.00, 0.59, 0.07, 0.69. Web safe color of #50214a is #663333. Color #50214a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100001 01001010
Octal 120 41 112
Decimal 80 33 74
Hex 50 21 4A

RGB Percentages of Color #50214a

%42.78
%17.65
%39.57

CMYK Percentages of Color #50214a

%0
%59
%7
%69

Triadic Colors of #50214a

#50214a #4a5021 #214a50

Analogous Colors of #50214a

#50214a #502133 #3f2150

Monochromatic Colors of #50214a

#50214a

Complementary Color

#50214a #215027

#50214a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50214a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50214a Color CSS Codes

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

#50214a Text Font Color

<p style="color:#50214a">Text here</p>

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


#50214a Background Color

<div style="background-color:#50214a">
Div content here</div>

This div background color is #50214a


#50214a Border Color

<div style="border:3px solid #50214a">
Div here</div>

This div border color is #50214a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,33,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50214a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50214a;
  -webkit-box-shadow: 1px 1px 3px 2px #50214a;
  box-shadow:         1px 1px 3px 2px #50214a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50214a


Comments

No comments written yet.

Please login to write comment.