Color Hex Logo

#501945 Color Hex

#501945
(80,25,69)
0 Favorites   0 Comments

Color spaces of #501945

RGB 802569
HSL0.870.520.21
HSV312°69°31°
CMYK 0.000.690.14   0.69
XYZ4.73012.83045.9272
Yxy2.83040.35070.2099
Hunter Lab16.823820.7446-9.1118
CIE-Lab19.351531.5367-14.8476

#501945 color RGB value is (80,25,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 01000101
Octal 120 31 105
Decimal 80 25 69
Hex 50 19 45

RGB Percentages of Color #501945

%45.98
%14.37
%39.66

CMYK Percentages of Color #501945

%0
%69
%14
%69

Triadic Colors of #501945

#501945 #455019 #194550

Analogous Colors of #501945

#501945 #50192a #3f1950

Monochromatic Colors of #501945

#501945

Complementary Color

#501945 #195024

#501945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501945 Color CSS Codes

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

#501945 Text Font Color

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

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


#501945 Background Color

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

This div background color is #501945


#501945 Border Color

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

This div border color is #501945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501945


Comments

No comments written yet.

Please login to write comment.