Color Hex Logo

#500738 Color Hex

#500738
(80,7,56)
0 Favorites   0 Comments

Color spaces of #500738

RGB 80756
HSL0.890.840.17
HSV320°91°31°
CMYK 0.000.910.30   0.69
XYZ4.09812.14303.9390
Yxy2.14300.40260.2105
Hunter Lab14.639024.3518-5.7062
CIE-Lab16.220536.4467-10.5937

#500738 color RGB value is (80,7,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000111 00111000
Octal 120 7 70
Decimal 80 7 56
Hex 50 7 38

RGB Percentages of Color #500738

%55.94
%4.90
%39.16

CMYK Percentages of Color #500738

%0
%91
%30
%69

Triadic Colors of #500738

#500738 #385007 #073850

Analogous Colors of #500738

#500738 #500713 #440750

Monochromatic Colors of #500738

#500738

Complementary Color

#500738 #07501f

#500738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500738 Color CSS Codes

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

#500738 Text Font Color

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

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


#500738 Background Color

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

This div background color is #500738


#500738 Border Color

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

This div border color is #500738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500738


Comments

No comments written yet.

Please login to write comment.