Color Hex Logo

#51497c Color Hex

#51497C
(81,73,124)
0 Favorites   0 Comments

Color spaces of #51497c

RGB 8173124
HSL0.690.260.39
HSV249°41°49°
CMYK 0.350.410.00   0.51
XYZ9.41407.969720.1109
Yxy7.96970.25110.2126
Hunter Lab28.230710.1203-22.4754
CIE-Lab33.919716.1677-27.8307

#51497c color RGB value is (81,73,124).

#51497c hex color red value is 81, green value is 73 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #51497c hue: 0.69 , saturation: 0.26 and the lightness value of 51497c is 0.39.

The process color (four color CMYK) of #51497c color hex is 0.35, 0.41, 0.00, 0.51. Web safe color of #51497c is #663366. Color #51497c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 01111100
Octal 121 111 174
Decimal 81 73 124
Hex 51 49 7C

RGB Percentages of Color #51497c

%29.14
%26.26
%44.60

CMYK Percentages of Color #51497c

%35
%41
%0
%51

Triadic Colors of #51497c

#51497c #7c5149 #497c51

Analogous Colors of #51497c

#51497c #6b497c #495b7c

Monochromatic Colors of #51497c

#51497c

Complementary Color

#51497c #747c49

#51497c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51497c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51497c Color CSS Codes

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

#51497c Text Font Color

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

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


#51497c Background Color

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

This div background color is #51497c


#51497c Border Color

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

This div border color is #51497c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51497c


Comments

No comments written yet.

Please login to write comment.