Color Hex Logo

#51264f Color Hex

#51264F
(81,38,79)
0 Favorites   0 Comments

Color spaces of #51264f

RGB 813879
HSL0.840.360.23
HSV303°53°32°
CMYK 0.000.530.02   0.68
XYZ5.49773.70017.8216
Yxy3.70010.32300.2174
Hunter Lab19.235617.3543-10.6436
CIE-Lab22.654126.7552-16.4947

#51264f color RGB value is (81,38,79).

#51264f hex color red value is 81, green value is 38 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #51264f hue: 0.84 , saturation: 0.36 and the lightness value of 51264f is 0.23.

The process color (four color CMYK) of #51264f color hex is 0.00, 0.53, 0.02, 0.68. Web safe color of #51264f is #663366. Color #51264f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100110 01001111
Octal 121 46 117
Decimal 81 38 79
Hex 51 26 4F

RGB Percentages of Color #51264f

%40.91
%19.19
%39.90

CMYK Percentages of Color #51264f

%0
%53
%2
%68

Triadic Colors of #51264f

#51264f #4f5126 #264f51

Analogous Colors of #51264f

#51264f #51263a #3e2651

Monochromatic Colors of #51264f

#51264f

Complementary Color

#51264f #265128

#51264f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51264f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51264f Color CSS Codes

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

#51264f Text Font Color

<p style="color:#51264f">Text here</p>

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


#51264f Background Color

<div style="background-color:#51264f">
Div content here</div>

This div background color is #51264f


#51264f Border Color

<div style="border:3px solid #51264f">
Div here</div>

This div border color is #51264f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,38,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51264f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51264f;
  -webkit-box-shadow: 1px 1px 3px 2px #51264f;
  box-shadow:         1px 1px 3px 2px #51264f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51264f


Comments

No comments written yet.

Please login to write comment.