Color Hex Logo

#500725 Color Hex

#500725
(80,7,37)
0 Favorites   0 Comments

Color spaces of #500725

RGB 80737
HSL0.930.840.17
HSV335°91°31°
CMYK 0.000.910.54   0.69
XYZ3.71821.99101.9386
Yxy1.99100.48620.2603
Hunter Lab14.110322.34351.7314
CIE-Lab15.439934.21671.9825

#500725 color RGB value is (80,7,37).

#500725 hex color red value is 80, green value is 7 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #500725 hue: 0.93 , saturation: 0.84 and the lightness value of 500725 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000111 00100101
Octal 120 7 45
Decimal 80 7 37
Hex 50 7 25

RGB Percentages of Color #500725

%64.52
%5.65
%29.84

CMYK Percentages of Color #500725

%0
%91
%54
%69

Triadic Colors of #500725

#500725 #255007 #072550

Analogous Colors of #500725

#500725 #500e07 #500749

Monochromatic Colors of #500725

#500725

Complementary Color

#500725 #075032

#500725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500725 Color CSS Codes

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

#500725 Text Font Color

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

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


#500725 Background Color

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

This div background color is #500725


#500725 Border Color

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

This div border color is #500725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500725


Comments

No comments written yet.

Please login to write comment.