Color Hex Logo

#511380 Color Hex

#511380
(81,19,128)
0 Favorites   0 Comments

Color spaces of #511380

RGB 8119128
HSL0.760.740.29
HSV274°85°50°
CMYK 0.370.850.00   0.50
XYZ7.52253.773620.7540
Yxy3.77360.23470.1177
Hunter Lab19.425835.1279-49.7459
CIE-Lab22.908446.9647-48.0171

#511380 color RGB value is (81,19,128).

#511380 hex color red value is 81, green value is 19 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #511380 hue: 0.76 , saturation: 0.74 and the lightness value of 511380 is 0.29.

The process color (four color CMYK) of #511380 color hex is 0.37, 0.85, 0.00, 0.50. Web safe color of #511380 is #660099. Color #511380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010011 10000000
Octal 121 23 200
Decimal 81 19 128
Hex 51 13 80

RGB Percentages of Color #511380

%35.53
%8.33
%56.14

CMYK Percentages of Color #511380

%37
%85
%0
%50

Triadic Colors of #511380

#511380 #805113 #138051

Analogous Colors of #511380

#511380 #801379 #1a1380

Monochromatic Colors of #511380

#511380

Complementary Color

#511380 #428013

#511380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511380 Color CSS Codes

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

#511380 Text Font Color

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

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


#511380 Background Color

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

This div background color is #511380


#511380 Border Color

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

This div border color is #511380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511380


Comments

No comments written yet.

Please login to write comment.