Color Hex Logo

#51318e Color Hex

#51318E
(81,49,142)
0 Favorites   0 Comments

Color spaces of #51318e

RGB 8149142
HSL0.720.490.37
HSV261°65°56°
CMYK 0.430.650.00   0.44
XYZ9.37415.898926.2357
Yxy5.89890.22580.1421
Hunter Lab24.287726.3908-47.0441
CIE-Lab29.156036.3738-46.5985

#51318e color RGB value is (81,49,142).

#51318e hex color red value is 81, green value is 49 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #51318e hue: 0.72 , saturation: 0.49 and the lightness value of 51318e is 0.37.

The process color (four color CMYK) of #51318e color hex is 0.43, 0.65, 0.00, 0.44. Web safe color of #51318e is #663399. Color #51318e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110001 10001110
Octal 121 61 216
Decimal 81 49 142
Hex 51 31 8E

RGB Percentages of Color #51318e

%29.78
%18.01
%52.21

CMYK Percentages of Color #51318e

%43
%65
%0
%44

Triadic Colors of #51318e

#51318e #8e5131 #318e51

Analogous Colors of #51318e

#51318e #80318e #31408e

Monochromatic Colors of #51318e

#51318e

Complementary Color

#51318e #6e8e31

#51318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51318e Color CSS Codes

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

#51318e Text Font Color

<p style="color:#51318e">Text here</p>

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


#51318e Background Color

<div style="background-color:#51318e">
Div content here</div>

This div background color is #51318e


#51318e Border Color

<div style="border:3px solid #51318e">
Div here</div>

This div border color is #51318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51318e


Comments

No comments written yet.

Please login to write comment.