Color Hex Logo

#515176 Color Hex

#515176
(81,81,118)
0 Favorites   0 Comments

Color spaces of #515176

RGB 8181118
HSL0.670.190.39
HSV240°31°46°
CMYK 0.310.310.00   0.54
XYZ9.60588.942218.3593
Yxy8.94220.26030.2423
Hunter Lab29.90355.0078-15.4687
CIE-Lab35.87289.3099-21.0556

#515176 color RGB value is (81,81,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010001 01110110
Octal 121 121 166
Decimal 81 81 118
Hex 51 51 76

RGB Percentages of Color #515176

%28.93
%28.93
%42.14

CMYK Percentages of Color #515176

%31
%31
%0
%54

Triadic Colors of #515176

#515176 #765151 #517651

Analogous Colors of #515176

#515176 #645176 #516476

Monochromatic Colors of #515176

#515176

Complementary Color

#515176 #767651

#515176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515176 Color CSS Codes

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

#515176 Text Font Color

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

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


#515176 Background Color

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

This div background color is #515176


#515176 Border Color

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

This div border color is #515176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515176


Comments

No comments written yet.

Please login to write comment.