Color Hex Logo

#501948 Color Hex

#501948
(80,25,72)
0 Favorites   0 Comments

Color spaces of #501948

RGB 802572
HSL0.860.520.21
HSV309°69°31°
CMYK 0.000.690.10   0.69
XYZ4.82562.86866.4303
Yxy2.86860.34160.2031
Hunter Lab16.936921.2178-10.6543
CIE-Lab19.509832.0837-16.6612

#501948 color RGB value is (80,25,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 01001000
Octal 120 31 110
Decimal 80 25 72
Hex 50 19 48

RGB Percentages of Color #501948

%45.20
%14.12
%40.68

CMYK Percentages of Color #501948

%0
%69
%10
%69

Triadic Colors of #501948

#501948 #485019 #194850

Analogous Colors of #501948

#501948 #50192d #3d1950

Monochromatic Colors of #501948

#501948

Complementary Color

#501948 #195021

#501948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501948 Color CSS Codes

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

#501948 Text Font Color

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

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


#501948 Background Color

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

This div background color is #501948


#501948 Border Color

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

This div border color is #501948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501948


Comments

No comments written yet.

Please login to write comment.