Color Hex Logo

#51319d Color Hex

#51319D
(81,49,157)
0 Favorites   0 Comments

Color spaces of #51319d

RGB 8149157
HSL0.720.520.40
HSV258°69°62°
CMYK 0.480.690.00   0.38
XYZ10.57756.380332.5723
Yxy6.38030.21360.1288
Hunter Lab25.259330.5445-58.7741
CIE-Lab30.352340.7072-53.8421

#51319d color RGB value is (81,49,157).

#51319d hex color red value is 81, green value is 49 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #51319d hue: 0.72 , saturation: 0.52 and the lightness value of 51319d is 0.40.

The process color (four color CMYK) of #51319d color hex is 0.48, 0.69, 0.00, 0.38. Web safe color of #51319d is #663399. Color #51319d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110001 10011101
Octal 121 61 235
Decimal 81 49 157
Hex 51 31 9D

RGB Percentages of Color #51319d

%28.22
%17.07
%54.70

CMYK Percentages of Color #51319d

%48
%69
%0
%38

Triadic Colors of #51319d

#51319d #9d5131 #319d51

Analogous Colors of #51319d

#51319d #87319d #31479d

Monochromatic Colors of #51319d

#51319d

Complementary Color

#51319d #7d9d31

#51319d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51319d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51319d Color CSS Codes

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

#51319d Text Font Color

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

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


#51319d Background Color

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

This div background color is #51319d


#51319d Border Color

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

This div border color is #51319d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51319d


Comments

No comments written yet.

Please login to write comment.