Color Hex Logo

#505271 Color Hex

#505271
(80,82,113)
0 Favorites   0 Comments

Color spaces of #505271

RGB 8082113
HSL0.660.170.38
HSV236°29°44°
CMYK 0.290.270.00   0.56
XYZ9.30628.932316.8564
Yxy8.93230.26520.2545
Hunter Lab29.88703.2792-12.5190
CIE-Lab35.85366.9455-17.9875

#505271 color RGB value is (80,82,113).

#505271 hex color red value is 80, green value is 82 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #505271 hue: 0.66 , saturation: 0.17 and the lightness value of 505271 is 0.38.

The process color (four color CMYK) of #505271 color hex is 0.29, 0.27, 0.00, 0.56. Web safe color of #505271 is #666666. Color #505271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 01110001
Octal 120 122 161
Decimal 80 82 113
Hex 50 52 71

RGB Percentages of Color #505271

%29.09
%29.82
%41.09

CMYK Percentages of Color #505271

%29
%27
%0
%56

Triadic Colors of #505271

#505271 #715052 #527150

Analogous Colors of #505271

#505271 #5f5071 #506371

Monochromatic Colors of #505271

#505271

Complementary Color

#505271 #716f50

#505271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505271 Color CSS Codes

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

#505271 Text Font Color

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

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


#505271 Background Color

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

This div background color is #505271


#505271 Border Color

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

This div border color is #505271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505271


Comments

No comments written yet.

Please login to write comment.