Color Hex Logo

#501155 Color Hex

#501155
(80,17,85)
0 Favorites   0 Comments

Color spaces of #501155

RGB 801785
HSL0.820.670.20
HSV296°80°33°
CMYK 0.060.800.00   0.67
XYZ5.14842.76228.8561
Yxy2.76220.30710.1647
Hunter Lab16.619926.2099-19.9595
CIE-Lab19.065238.0395-26.1972

#501155 color RGB value is (80,17,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 01010101
Octal 120 21 125
Decimal 80 17 85
Hex 50 11 55

RGB Percentages of Color #501155

%43.96
%9.34
%46.70

CMYK Percentages of Color #501155

%6
%80
%0
%67

Triadic Colors of #501155

#501155 #555011 #115550

Analogous Colors of #501155

#501155 #551138 #2e1155

Monochromatic Colors of #501155

#501155

Complementary Color

#501155 #165511

#501155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501155 Color CSS Codes

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

#501155 Text Font Color

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

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


#501155 Background Color

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

This div background color is #501155


#501155 Border Color

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

This div border color is #501155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,17,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 #501155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501155


Comments

No comments written yet.

Please login to write comment.