Color Hex Logo

#500155 Color Hex

#500155
(80,1,85)
0 Favorites   0 Comments

Color spaces of #500155

RGB 80185
HSL0.820.980.17
HSV296°99°33°
CMYK 0.060.990.00   0.67
XYZ4.95882.38318.7929
Yxy2.38310.30730.1477
Hunter Lab15.437330.3229-22.9648
CIE-Lab17.381542.9456-28.8936

#500155 color RGB value is (80,1,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000001 01010101
Octal 120 1 125
Decimal 80 1 85
Hex 50 1 55

RGB Percentages of Color #500155

%48.19
%0.60
%51.20

CMYK Percentages of Color #500155

%6
%99
%0
%67

Triadic Colors of #500155

#500155 #555001 #015550

Analogous Colors of #500155

#500155 #550130 #260155

Monochromatic Colors of #500155

#500155

Complementary Color

#500155 #065501

#500155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500155 Color CSS Codes

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

#500155 Text Font Color

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

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


#500155 Background Color

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

This div background color is #500155


#500155 Border Color

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

This div border color is #500155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500155


Comments

No comments written yet.

Please login to write comment.