Color Hex Logo

#51377f Color Hex

#51377F
(81,55,127)
0 Favorites   0 Comments

Color spaces of #51377f

RGB 8155127
HSL0.730.400.36
HSV262°57°50°
CMYK 0.360.570.00   0.50
XYZ8.59036.014020.7867
Yxy6.01400.24270.1699
Hunter Lab24.523519.6106-33.0893
CIE-Lab29.447828.4892-36.8027

#51377f color RGB value is (81,55,127).

#51377f hex color red value is 81, green value is 55 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #51377f hue: 0.73 , saturation: 0.40 and the lightness value of 51377f is 0.36.

The process color (four color CMYK) of #51377f color hex is 0.36, 0.57, 0.00, 0.50. Web safe color of #51377f is #663366. Color #51377f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110111 01111111
Octal 121 67 177
Decimal 81 55 127
Hex 51 37 7F

RGB Percentages of Color #51377f

%30.80
%20.91
%48.29

CMYK Percentages of Color #51377f

%36
%57
%0
%50

Triadic Colors of #51377f

#51377f #7f5137 #377f51

Analogous Colors of #51377f

#51377f #75377f #37417f

Monochromatic Colors of #51377f

#51377f

Complementary Color

#51377f #657f37

#51377f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51377f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51377f Color CSS Codes

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

#51377f Text Font Color

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

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


#51377f Background Color

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

This div background color is #51377f


#51377f Border Color

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

This div border color is #51377f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51377f


Comments

No comments written yet.

Please login to write comment.