Color Hex Logo

#50182a Color Hex

#50182A
(80,24,42)
0 Favorites   0 Comments

Color spaces of #50182a

RGB 802442
HSL0.950.540.20
HSV341°70°31°
CMYK 0.000.700.48   0.69
XYZ4.05282.52592.4644
Yxy2.52590.44820.2793
Hunter Lab15.893117.70531.9316
CIE-Lab18.035327.97562.1080

#50182a color RGB value is (80,24,42).

#50182a hex color red value is 80, green value is 24 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #50182a hue: 0.95 , saturation: 0.54 and the lightness value of 50182a is 0.20.

The process color (four color CMYK) of #50182a color hex is 0.00, 0.70, 0.48, 0.69. Web safe color of #50182a is #660033. Color #50182a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011000 00101010
Octal 120 30 52
Decimal 80 24 42
Hex 50 18 2A

RGB Percentages of Color #50182a

%54.79
%16.44
%28.77

CMYK Percentages of Color #50182a

%0
%70
%48
%69

Triadic Colors of #50182a

#50182a #2a5018 #182a50

Analogous Colors of #50182a

#50182a #502218 #501846

Monochromatic Colors of #50182a

#50182a

Complementary Color

#50182a #18503e

#50182a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50182a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50182a Color CSS Codes

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

#50182a Text Font Color

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

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


#50182a Background Color

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

This div background color is #50182a


#50182a Border Color

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

This div border color is #50182a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50182a


Comments

No comments written yet.

Please login to write comment.