Color Hex Logo

#515079 Color Hex

#515079
(81,80,121)
0 Favorites   0 Comments

Color spaces of #515079

RGB 8180121
HSL0.670.200.39
HSV241°34°47°
CMYK 0.330.340.00   0.53
XYZ9.71328.867119.2887
Yxy8.86710.25650.2342
Hunter Lab29.77776.1141-17.5611
CIE-Lab35.727110.8023-23.1406

#515079 color RGB value is (81,80,121).

#515079 hex color red value is 81, green value is 80 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #515079 hue: 0.67 , saturation: 0.20 and the lightness value of 515079 is 0.39.

The process color (four color CMYK) of #515079 color hex is 0.33, 0.34, 0.00, 0.53. Web safe color of #515079 is #666666. Color #515079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010000 01111001
Octal 121 120 171
Decimal 81 80 121
Hex 51 50 79

RGB Percentages of Color #515079

%28.72
%28.37
%42.91

CMYK Percentages of Color #515079

%33
%34
%0
%53

Triadic Colors of #515079

#515079 #795150 #507951

Analogous Colors of #515079

#515079 #665079 #506379

Monochromatic Colors of #515079

#515079

Complementary Color

#515079 #787950

#515079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515079 Color CSS Codes

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

#515079 Text Font Color

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

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


#515079 Background Color

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

This div background color is #515079


#515079 Border Color

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

This div border color is #515079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515079


Comments

No comments written yet.

Please login to write comment.