Color Hex Logo

#502544 Color Hex

#502544
(80,37,68)
0 Favorites   0 Comments

Color spaces of #502544

RGB 803768
HSL0.880.370.23
HSV317°54°31°
CMYK 0.000.540.15   0.69
XYZ5.01323.44605.8698
Yxy3.44600.34990.2405
Hunter Lab18.563415.7194-5.7533
CIE-Lab21.748224.8041-10.4698

#502544 color RGB value is (80,37,68).

#502544 hex color red value is 80, green value is 37 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #502544 hue: 0.88 , saturation: 0.37 and the lightness value of 502544 is 0.23.

The process color (four color CMYK) of #502544 color hex is 0.00, 0.54, 0.15, 0.69. Web safe color of #502544 is #663333. Color #502544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100101 01000100
Octal 120 45 104
Decimal 80 37 68
Hex 50 25 44

RGB Percentages of Color #502544

%43.24
%20.00
%36.76

CMYK Percentages of Color #502544

%0
%54
%15
%69

Triadic Colors of #502544

#502544 #445025 #254450

Analogous Colors of #502544

#502544 #50252f #472550

Monochromatic Colors of #502544

#502544

Complementary Color

#502544 #255031

#502544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502544 Color CSS Codes

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

#502544 Text Font Color

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

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


#502544 Background Color

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

This div background color is #502544


#502544 Border Color

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

This div border color is #502544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502544


Comments

No comments written yet.

Please login to write comment.