Color Hex Logo

#505274 Color Hex

#505274
(80,82,116)
0 Favorites   0 Comments

Color spaces of #505274

RGB 8082116
HSL0.660.180.38
HSV237°31°45°
CMYK 0.310.290.00   0.55
XYZ9.47799.001017.7608
Yxy9.00100.26150.2484
Hunter Lab30.00173.8875-14.0981
CIE-Lab35.98627.7826-19.6461

#505274 color RGB value is (80,82,116).

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

The process color (four color CMYK) of #505274 color hex is 0.31, 0.29, 0.00, 0.55. Web safe color of #505274 is #666666. Color #505274 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 01110100
Octal 120 122 164
Decimal 80 82 116
Hex 50 52 74

RGB Percentages of Color #505274

%28.78
%29.50
%41.73

CMYK Percentages of Color #505274

%31
%29
%0
%55

Triadic Colors of #505274

#505274 #745052 #527450

Analogous Colors of #505274

#505274 #605074 #506474

Monochromatic Colors of #505274

#505274

Complementary Color

#505274 #747250

#505274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505274 Color CSS Codes

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

#505274 Text Font Color

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

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


#505274 Background Color

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

This div background color is #505274


#505274 Border Color

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

This div border color is #505274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505274


Comments

No comments written yet.

Please login to write comment.