Color Hex Logo

#51204e Color Hex

#51204E
(81,32,78)
0 Favorites   0 Comments

Color spaces of #51204e

RGB 813278
HSL0.840.430.22
HSV304°60°32°
CMYK 0.000.600.04   0.68
XYZ5.28503.33247.5724
Yxy3.33240.32640.2058
Hunter Lab18.254919.7319-11.8160
CIE-Lab21.328829.9413-17.8873

#51204e color RGB value is (81,32,78).

#51204e hex color red value is 81, green value is 32 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #51204e hue: 0.84 , saturation: 0.43 and the lightness value of 51204e is 0.22.

The process color (four color CMYK) of #51204e color hex is 0.00, 0.60, 0.04, 0.68. Web safe color of #51204e is #663366. Color #51204e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100000 01001110
Octal 121 40 116
Decimal 81 32 78
Hex 51 20 4E

RGB Percentages of Color #51204e

%42.41
%16.75
%40.84

CMYK Percentages of Color #51204e

%0
%60
%4
%68

Triadic Colors of #51204e

#51204e #4e5120 #204e51

Analogous Colors of #51204e

#51204e #512036 #3c2051

Monochromatic Colors of #51204e

#51204e

Complementary Color

#51204e #205123

#51204e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51204e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51204e Color CSS Codes

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

#51204e Text Font Color

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

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


#51204e Background Color

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

This div background color is #51204e


#51204e Border Color

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

This div border color is #51204e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51204e


Comments

No comments written yet.

Please login to write comment.