Color Hex Logo

#501067 Color Hex

#501067
(80,16,103)
0 Favorites   0 Comments

Color spaces of #501067

RGB 8016103
HSL0.790.730.23
HSV284°84°40°
CMYK 0.220.840.00   0.60
XYZ5.94173.055313.1085
Yxy3.05530.26880.1382
Hunter Lab17.479430.0877-32.2283
CIE-Lab20.264042.1288-36.2313

#501067 color RGB value is (80,16,103).

#501067 hex color red value is 80, green value is 16 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #501067 hue: 0.79 , saturation: 0.73 and the lightness value of 501067 is 0.23.

The process color (four color CMYK) of #501067 color hex is 0.22, 0.84, 0.00, 0.60. Web safe color of #501067 is #660066. Color #501067 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010000 01100111
Octal 120 20 147
Decimal 80 16 103
Hex 50 10 67

RGB Percentages of Color #501067

%40.20
%8.04
%51.76

CMYK Percentages of Color #501067

%22
%84
%0
%60

Triadic Colors of #501067

#501067 #675010 #106750

Analogous Colors of #501067

#501067 #671053 #251067

Monochromatic Colors of #501067

#501067

Complementary Color

#501067 #276710

#501067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501067 Color CSS Codes

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

#501067 Text Font Color

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

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


#501067 Background Color

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

This div background color is #501067


#501067 Border Color

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

This div border color is #501067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501067


Comments

No comments written yet.

Please login to write comment.