Color Hex Logo

#502546 Color Hex

#502546
(80,37,70)
0 Favorites   0 Comments

Color spaces of #502546

RGB 803770
HSL0.870.370.23
HSV314°54°31°
CMYK 0.000.540.13   0.69
XYZ5.07533.47086.1968
Yxy3.47080.34430.2354
Hunter Lab18.630116.0252-6.6802
CIE-Lab21.838625.1858-11.6917

#502546 color RGB value is (80,37,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100101 01000110
Octal 120 45 106
Decimal 80 37 70
Hex 50 25 46

RGB Percentages of Color #502546

%42.78
%19.79
%37.43

CMYK Percentages of Color #502546

%0
%54
%13
%69

Triadic Colors of #502546

#502546 #465025 #254650

Analogous Colors of #502546

#502546 #502531 #452550

Monochromatic Colors of #502546

#502546

Complementary Color

#502546 #25502f

#502546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502546 Color CSS Codes

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

#502546 Text Font Color

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

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


#502546 Background Color

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

This div background color is #502546


#502546 Border Color

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

This div border color is #502546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502546


Comments

No comments written yet.

Please login to write comment.