Color Hex Logo

#51356e Color Hex

#51356E
(81,53,110)
0 Favorites   0 Comments

Color spaces of #51356e

RGB 8153110
HSL0.750.350.32
HSV269°52°43°
CMYK 0.260.520.00   0.57
XYZ7.48095.421315.4040
Yxy5.42130.26430.1915
Hunter Lab23.283716.6045-22.9264
CIE-Lab27.902825.0405-28.5183

#51356e color RGB value is (81,53,110).

#51356e hex color red value is 81, green value is 53 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #51356e hue: 0.75 , saturation: 0.35 and the lightness value of 51356e is 0.32.

The process color (four color CMYK) of #51356e color hex is 0.26, 0.52, 0.00, 0.57. Web safe color of #51356e is #663366. Color #51356e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 01101110
Octal 121 65 156
Decimal 81 53 110
Hex 51 35 6E

RGB Percentages of Color #51356e

%33.20
%21.72
%45.08

CMYK Percentages of Color #51356e

%26
%52
%0
%57

Triadic Colors of #51356e

#51356e #6e5135 #356e51

Analogous Colors of #51356e

#51356e #6e356e #35366e

Monochromatic Colors of #51356e

#51356e

Complementary Color

#51356e #526e35

#51356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51356e Color CSS Codes

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

#51356e Text Font Color

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

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


#51356e Background Color

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

This div background color is #51356e


#51356e Border Color

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

This div border color is #51356e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51356e


Comments

No comments written yet.

Please login to write comment.