Color Hex Logo

#51345e Color Hex

#51345E
(81,52,94)
0 Favorites   0 Comments

Color spaces of #51345e

RGB 815294
HSL0.780.290.29
HSV281°45°37°
CMYK 0.140.450.00   0.63
XYZ6.64175.013511.2073
Yxy5.01350.29050.2193
Hunter Lab22.390813.7637-14.0029
CIE-Lab26.773221.5773-19.9828

#51345e color RGB value is (81,52,94).

#51345e hex color red value is 81, green value is 52 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51345e hue: 0.78 , saturation: 0.29 and the lightness value of 51345e is 0.29.

The process color (four color CMYK) of #51345e color hex is 0.14, 0.45, 0.00, 0.63. Web safe color of #51345e is #663366. Color #51345e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110100 01011110
Octal 121 64 136
Decimal 81 52 94
Hex 51 34 5E

RGB Percentages of Color #51345e

%35.68
%22.91
%41.41

CMYK Percentages of Color #51345e

%14
%45
%0
%63

Triadic Colors of #51345e

#51345e #5e5134 #345e51

Analogous Colors of #51345e

#51345e #5e3456 #3c345e

Monochromatic Colors of #51345e

#51345e

Complementary Color

#51345e #415e34

#51345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51345e Color CSS Codes

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

#51345e Text Font Color

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

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


#51345e Background Color

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

This div background color is #51345e


#51345e Border Color

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

This div border color is #51345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51345e


Comments

No comments written yet.

Please login to write comment.