Color Hex Logo

#51679f Color Hex

#51679F
(81,103,159)
0 Favorites   0 Comments

Color spaces of #51679f

RGB 81103159
HSL0.620.330.47
HSV223°49°62°
CMYK 0.490.350.00   0.38
XYZ14.501613.953034.7298
Yxy13.95300.22950.2208
Hunter Lab37.35373.9289-28.9776
CIE-Lab44.16557.8412-32.9168

#51679f color RGB value is (81,103,159).

#51679f hex color red value is 81, green value is 103 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #51679f hue: 0.62 , saturation: 0.33 and the lightness value of 51679f is 0.47.

The process color (four color CMYK) of #51679f color hex is 0.49, 0.35, 0.00, 0.38. Web safe color of #51679f is #666699. Color #51679f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100111 10011111
Octal 121 147 237
Decimal 81 103 159
Hex 51 67 9F

RGB Percentages of Color #51679f

%23.62
%30.03
%46.36

CMYK Percentages of Color #51679f

%49
%35
%0
%38

Triadic Colors of #51679f

#51679f #9f5167 #679f51

Analogous Colors of #51679f

#51679f #62519f #518e9f

Monochromatic Colors of #51679f

#51679f

Complementary Color

#51679f #9f8951

#51679f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51679f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51679f Color CSS Codes

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

#51679f Text Font Color

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

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


#51679f Background Color

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

This div background color is #51679f


#51679f Border Color

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

This div border color is #51679f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51679f


Comments

No comments written yet.

Please login to write comment.