Color Hex Logo

#51265e Color Hex

#51265E
(81,38,94)
0 Favorites   0 Comments

Color spaces of #51265e

RGB 813894
HSL0.790.420.26
HSV286°60°37°
CMYK 0.140.600.00   0.63
XYZ6.10683.943711.0290
Yxy3.94370.28970.1871
Hunter Lab19.858820.1380-19.0269
CIE-Lab23.484430.0689-25.1533

#51265e color RGB value is (81,38,94).

#51265e hex color red value is 81, green value is 38 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51265e hue: 0.79 , saturation: 0.42 and the lightness value of 51265e is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100110 01011110
Octal 121 46 136
Decimal 81 38 94
Hex 51 26 5E

RGB Percentages of Color #51265e

%38.03
%17.84
%44.13

CMYK Percentages of Color #51265e

%14
%60
%0
%63

Triadic Colors of #51265e

#51265e #5e5126 #265e51

Analogous Colors of #51265e

#51265e #5e264f #35265e

Monochromatic Colors of #51265e

#51265e

Complementary Color

#51265e #335e26

#51265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51265e Color CSS Codes

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

#51265e Text Font Color

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

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


#51265e Background Color

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

This div background color is #51265e


#51265e Border Color

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

This div border color is #51265e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,38,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 #51265e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51265e


Comments

No comments written yet.

Please login to write comment.