Color Hex Logo

#511164 Color Hex

#511164
(81,17,100)
0 Favorites   0 Comments

Color spaces of #511164

RGB 8117100
HSL0.800.710.23
HSV286°83°39°
CMYK 0.190.830.00   0.61
XYZ5.89403.070312.3386
Yxy3.07030.27670.1441
Hunter Lab17.522329.3784-29.4845
CIE-Lab20.323341.3409-34.1566

#511164 color RGB value is (81,17,100).

#511164 hex color red value is 81, green value is 17 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #511164 hue: 0.80 , saturation: 0.71 and the lightness value of 511164 is 0.23.

The process color (four color CMYK) of #511164 color hex is 0.19, 0.83, 0.00, 0.61. Web safe color of #511164 is #660066. Color #511164 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010001 01100100
Octal 121 21 144
Decimal 81 17 100
Hex 51 11 64

RGB Percentages of Color #511164

%40.91
%8.59
%50.51

CMYK Percentages of Color #511164

%19
%83
%0
%61

Triadic Colors of #511164

#511164 #645111 #116451

Analogous Colors of #511164

#511164 #64114e #271164

Monochromatic Colors of #511164

#511164

Complementary Color

#511164 #246411

#511164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511164 Color CSS Codes

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

#511164 Text Font Color

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

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


#511164 Background Color

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

This div background color is #511164


#511164 Border Color

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

This div border color is #511164


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,17,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #511164; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #511164;
  -webkit-box-shadow: 1px 1px 3px 2px #511164;
  box-shadow:         1px 1px 3px 2px #511164; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511164


Comments

No comments written yet.

Please login to write comment.