Color Hex Logo

#511774 Color Hex

#511774
(81,23,116)
0 Favorites   0 Comments

Color spaces of #511774

RGB 8123116
HSL0.770.670.27
HSV277°80°45°
CMYK 0.300.800.00   0.55
XYZ6.85213.623116.8612
Yxy3.62310.25070.1325
Hunter Lab19.034430.9469-39.1965
CIE-Lab22.384142.6479-41.2210

#511774 color RGB value is (81,23,116).

#511774 hex color red value is 81, green value is 23 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #511774 hue: 0.77 , saturation: 0.67 and the lightness value of 511774 is 0.27.

The process color (four color CMYK) of #511774 color hex is 0.30, 0.80, 0.00, 0.55. Web safe color of #511774 is #660066. Color #511774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010111 01110100
Octal 121 27 164
Decimal 81 23 116
Hex 51 17 74

RGB Percentages of Color #511774

%36.82
%10.45
%52.73

CMYK Percentages of Color #511774

%30
%80
%0
%55

Triadic Colors of #511774

#511774 #745117 #177451

Analogous Colors of #511774

#511774 #741769 #231774

Monochromatic Colors of #511774

#511774

Complementary Color

#511774 #3a7417

#511774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511774 Color CSS Codes

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

#511774 Text Font Color

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

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


#511774 Background Color

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

This div background color is #511774


#511774 Border Color

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

This div border color is #511774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511774


Comments

No comments written yet.

Please login to write comment.