Color Hex Logo

#51276d Color Hex

#51276D
(81,39,109)
0 Favorites   0 Comments

Color spaces of #51276d

RGB 8139109
HSL0.770.470.29
HSV276°64°43°
CMYK 0.260.640.00   0.57
XYZ6.87924.304514.9363
Yxy4.30450.26340.1648
Hunter Lab20.747322.8777-28.1607
CIE-Lab24.653633.1396-33.0549

#51276d color RGB value is (81,39,109).

#51276d hex color red value is 81, green value is 39 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #51276d hue: 0.77 , saturation: 0.47 and the lightness value of 51276d is 0.29.

The process color (four color CMYK) of #51276d color hex is 0.26, 0.64, 0.00, 0.57. Web safe color of #51276d is #663366. Color #51276d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100111 01101101
Octal 121 47 155
Decimal 81 39 109
Hex 51 27 6D

RGB Percentages of Color #51276d

%35.37
%17.03
%47.60

CMYK Percentages of Color #51276d

%26
%64
%0
%57

Triadic Colors of #51276d

#51276d #6d5127 #276d51

Analogous Colors of #51276d

#51276d #6d2766 #2e276d

Monochromatic Colors of #51276d

#51276d

Complementary Color

#51276d #436d27

#51276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51276d Color CSS Codes

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

#51276d Text Font Color

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

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


#51276d Background Color

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

This div background color is #51276d


#51276d Border Color

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

This div border color is #51276d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51276d


Comments

No comments written yet.

Please login to write comment.