Color Hex Logo

#50192b Color Hex

#50192B
(80,25,43)
0 Favorites   0 Comments

Color spaces of #50192b

RGB 802543
HSL0.950.520.21
HSV340°69°31°
CMYK 0.000.690.46   0.69
XYZ4.09192.57522.5669
Yxy2.57520.44310.2789
Hunter Lab16.047417.43231.7493
CIE-Lab18.255327.58721.7136

#50192b color RGB value is (80,25,43).

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

The process color (four color CMYK) of #50192b color hex is 0.00, 0.69, 0.46, 0.69. Web safe color of #50192b is #660033. Color #50192b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 00101011
Octal 120 31 53
Decimal 80 25 43
Hex 50 19 2B

RGB Percentages of Color #50192b

%54.05
%16.89
%29.05

CMYK Percentages of Color #50192b

%0
%69
%46
%69

Triadic Colors of #50192b

#50192b #2b5019 #192b50

Analogous Colors of #50192b

#50192b #502319 #501947

Monochromatic Colors of #50192b

#50192b

Complementary Color

#50192b #19503e

#50192b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50192b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50192b Color CSS Codes

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

#50192b Text Font Color

<p style="color:#50192b">Text here</p>

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


#50192b Background Color

<div style="background-color:#50192b">
Div content here</div>

This div background color is #50192b


#50192b Border Color

<div style="border:3px solid #50192b">
Div here</div>

This div border color is #50192b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50192b


Comments

No comments written yet.

Please login to write comment.