Color Hex Logo

#515470 Color Hex

#515470
(81,84,112)
0 Favorites   0 Comments

Color spaces of #515470

RGB 8184112
HSL0.650.160.38
HSV234°28°44°
CMYK 0.280.250.00   0.56
XYZ9.48839.259816.6165
Yxy9.25980.26830.2618
Hunter Lab30.42992.4054-11.0748
CIE-Lab36.47985.7400-16.3960

#515470 color RGB value is (81,84,112).

#515470 hex color red value is 81, green value is 84 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #515470 hue: 0.65 , saturation: 0.16 and the lightness value of 515470 is 0.38.

The process color (four color CMYK) of #515470 color hex is 0.28, 0.25, 0.00, 0.56. Web safe color of #515470 is #666666. Color #515470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010100 01110000
Octal 121 124 160
Decimal 81 84 112
Hex 51 54 70

RGB Percentages of Color #515470

%29.24
%30.32
%40.43

CMYK Percentages of Color #515470

%28
%25
%0
%56

Triadic Colors of #515470

#515470 #705154 #547051

Analogous Colors of #515470

#515470 #5e5170 #516470

Monochromatic Colors of #515470

#515470

Complementary Color

#515470 #706d51

#515470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515470 Color CSS Codes

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

#515470 Text Font Color

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

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


#515470 Background Color

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

This div background color is #515470


#515470 Border Color

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

This div border color is #515470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515470

#515470 Color Palettes


Comments

No comments written yet.

Please login to write comment.