Color Hex Logo

#51749a Color Hex

#51749A
(81,116,154)
0 Favorites   0 Comments

Color spaces of #51749a

RGB 81116154
HSL0.590.310.46
HSV211°47°60°
CMYK 0.470.250.00   0.40
XYZ15.471516.573232.9554
Yxy16.57320.23800.2550
Hunter Lab40.7102-3.4057-19.4988
CIE-Lab47.7177-1.6419-24.4242

#51749a color RGB value is (81,116,154).

#51749a hex color red value is 81, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #51749a hue: 0.59 , saturation: 0.31 and the lightness value of 51749a is 0.46.

The process color (four color CMYK) of #51749a color hex is 0.47, 0.25, 0.00, 0.40. Web safe color of #51749a is #666699. Color #51749a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110100 10011010
Octal 121 164 232
Decimal 81 116 154
Hex 51 74 9A

RGB Percentages of Color #51749a

%23.08
%33.05
%43.87

CMYK Percentages of Color #51749a

%47
%25
%0
%40

Triadic Colors of #51749a

#51749a #9a5174 #749a51

Analogous Colors of #51749a

#51749a #52519a #51999a

Monochromatic Colors of #51749a

#51749a

Complementary Color

#51749a #9a7751

#51749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51749a Color CSS Codes

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

#51749a Text Font Color

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

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


#51749a Background Color

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

This div background color is #51749a


#51749a Border Color

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

This div border color is #51749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51749a


Comments

No comments written yet.

Please login to write comment.