Color Hex Logo

#500b4e Color Hex

#500B4E
(80,11,78)
0 Favorites   0 Comments

Color spaces of #500b4e

RGB 801178
HSL0.840.760.18
HSV302°86°31°
CMYK 0.000.860.02   0.69
XYZ4.80312.49497.4361
Yxy2.49490.32600.1693
Hunter Lab15.795326.6375-16.8559
CIE-Lab17.895538.7535-23.3102

#500b4e color RGB value is (80,11,78).

#500b4e hex color red value is 80, green value is 11 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #500b4e hue: 0.84 , saturation: 0.76 and the lightness value of 500b4e is 0.18.

The process color (four color CMYK) of #500b4e color hex is 0.00, 0.86, 0.02, 0.69. Web safe color of #500b4e is #660066. Color #500b4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001011 01001110
Octal 120 13 116
Decimal 80 11 78
Hex 50 B 4E

RGB Percentages of Color #500b4e

%47.34
%6.51
%46.15

CMYK Percentages of Color #500b4e

%0
%86
%2
%69

Triadic Colors of #500b4e

#500b4e #4e500b #0b4e50

Analogous Colors of #500b4e

#500b4e #500b2c #300b50

Monochromatic Colors of #500b4e

#500b4e

Complementary Color

#500b4e #0b500d

#500b4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500b4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#500b4e Color CSS Codes

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

#500b4e Text Font Color

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

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


#500b4e Background Color

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

This div background color is #500b4e


#500b4e Border Color

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

This div border color is #500b4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,11,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500b4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500b4e;
  -webkit-box-shadow: 1px 1px 3px 2px #500b4e;
  box-shadow:         1px 1px 3px 2px #500b4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500b4e

#500b4e Color Palettes


Comments

No comments written yet.

Please login to write comment.