Color Hex Logo

#51528d Color Hex

#51528D
(81,82,141)
0 Favorites   0 Comments

Color spaces of #51528d

RGB 8182141
HSL0.660.270.44
HSV239°43°55°
CMYK 0.430.420.00   0.45
XYZ11.21849.707026.4817
Yxy9.70700.23660.2048
Hunter Lab31.15619.7496-28.5855
CIE-Lab37.311315.4739-32.9253

#51528d color RGB value is (81,82,141).

#51528d hex color red value is 81, green value is 82 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #51528d hue: 0.66 , saturation: 0.27 and the lightness value of 51528d is 0.44.

The process color (four color CMYK) of #51528d color hex is 0.43, 0.42, 0.00, 0.45. Web safe color of #51528d is #666699. Color #51528d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010010 10001101
Octal 121 122 215
Decimal 81 82 141
Hex 51 52 8D

RGB Percentages of Color #51528d

%26.64
%26.97
%46.38

CMYK Percentages of Color #51528d

%43
%42
%0
%45

Triadic Colors of #51528d

#51528d #8d5152 #528d51

Analogous Colors of #51528d

#51528d #6e518d #51708d

Monochromatic Colors of #51528d

#51528d

Complementary Color

#51528d #8d8c51

#51528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51528d Color CSS Codes

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

#51528d Text Font Color

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

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


#51528d Background Color

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

This div background color is #51528d


#51528d Border Color

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

This div border color is #51528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51528d


Comments

No comments written yet.

Please login to write comment.