Color Hex Logo

#50194f Color Hex

#50194F
(80,25,79)
0 Favorites   0 Comments

Color spaces of #50194f

RGB 802579
HSL0.840.520.21
HSV301°69°31°
CMYK 0.000.690.01   0.69
XYZ5.06722.96527.7024
Yxy2.96520.32200.1884
Hunter Lab17.219822.3920-14.4666
CIE-Lab19.904033.4242-20.8118

#50194f color RGB value is (80,25,79).

#50194f hex color red value is 80, green value is 25 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #50194f hue: 0.84 , saturation: 0.52 and the lightness value of 50194f is 0.21.

The process color (four color CMYK) of #50194f color hex is 0.00, 0.69, 0.01, 0.69. Web safe color of #50194f is #660066. Color #50194f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 01001111
Octal 120 31 117
Decimal 80 25 79
Hex 50 19 4F

RGB Percentages of Color #50194f

%43.48
%13.59
%42.93

CMYK Percentages of Color #50194f

%0
%69
%1
%69

Triadic Colors of #50194f

#50194f #4f5019 #194f50

Analogous Colors of #50194f

#50194f #501934 #351950

Monochromatic Colors of #50194f

#50194f

Complementary Color

#50194f #19501a

#50194f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50194f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50194f Color CSS Codes

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

#50194f Text Font Color

<p style="color:#50194f">Text here</p>

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


#50194f Background Color

<div style="background-color:#50194f">
Div content here</div>

This div background color is #50194f


#50194f Border Color

<div style="border:3px solid #50194f">
Div here</div>

This div border color is #50194f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,25,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50194f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50194f;
  -webkit-box-shadow: 1px 1px 3px 2px #50194f;
  box-shadow:         1px 1px 3px 2px #50194f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50194f


Comments

No comments written yet.

Please login to write comment.