Color Hex Logo

#504071 Color Hex

#504071
(80,64,113)
0 Favorites   0 Comments

Color spaces of #504071

RGB 8064113
HSL0.720.280.35
HSV260°43°44°
CMYK 0.290.430.00   0.56
XYZ8.12236.564516.4618
Yxy6.56450.26080.2107
Hunter Lab25.621311.7497-20.1592
CIE-Lab30.794218.5345-25.8660

#504071 color RGB value is (80,64,113).

#504071 hex color red value is 80, green value is 64 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #504071 hue: 0.72 , saturation: 0.28 and the lightness value of 504071 is 0.35.

The process color (four color CMYK) of #504071 color hex is 0.29, 0.43, 0.00, 0.56. Web safe color of #504071 is #663366. Color #504071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000000 01110001
Octal 120 100 161
Decimal 80 64 113
Hex 50 40 71

RGB Percentages of Color #504071

%31.13
%24.90
%43.97

CMYK Percentages of Color #504071

%29
%43
%0
%56

Triadic Colors of #504071

#504071 #715040 #407150

Analogous Colors of #504071

#504071 #694071 #404971

Monochromatic Colors of #504071

#504071

Complementary Color

#504071 #617140

#504071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504071 Color CSS Codes

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

#504071 Text Font Color

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

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


#504071 Background Color

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

This div background color is #504071


#504071 Border Color

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

This div border color is #504071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504071

#504071 Color Palettes


Comments

No comments written yet.

Please login to write comment.