Color Hex Logo

#501555 Color Hex

#501555
(80,21,85)
0 Favorites   0 Comments

Color spaces of #501555

RGB 802185
HSL0.820.600.21
HSV295°75°33°
CMYK 0.060.750.00   0.67
XYZ5.21612.89778.8787
Yxy2.89770.30700.1705
Hunter Lab17.022624.9066-19.0088
CIE-Lab19.629536.4331-25.2980

#501555 color RGB value is (80,21,85).

#501555 hex color red value is 80, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #501555 hue: 0.82 , saturation: 0.60 and the lightness value of 501555 is 0.21.

The process color (four color CMYK) of #501555 color hex is 0.06, 0.75, 0.00, 0.67. Web safe color of #501555 is #660066. Color #501555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 01010101
Octal 120 25 125
Decimal 80 21 85
Hex 50 15 55

RGB Percentages of Color #501555

%43.01
%11.29
%45.70

CMYK Percentages of Color #501555

%6
%75
%0
%67

Triadic Colors of #501555

#501555 #555015 #155550

Analogous Colors of #501555

#501555 #55153a #301555

Monochromatic Colors of #501555

#501555

Complementary Color

#501555 #1a5515

#501555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501555 Color CSS Codes

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

#501555 Text Font Color

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

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


#501555 Background Color

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

This div background color is #501555


#501555 Border Color

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

This div border color is #501555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501555


Comments

No comments written yet.

Please login to write comment.