Color Hex Logo

#511876 Color Hex

#511876
(81,24,118)
0 Favorites   0 Comments

Color spaces of #511876

RGB 8124118
HSL0.770.660.28
HSV276°80°46°
CMYK 0.310.800.00   0.54
XYZ6.99003.710617.4873
Yxy3.71060.24800.1316
Hunter Lab19.262931.0628-40.3407
CIE-Lab22.690742.7133-42.0057

#511876 color RGB value is (81,24,118).

#511876 hex color red value is 81, green value is 24 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #511876 hue: 0.77 , saturation: 0.66 and the lightness value of 511876 is 0.28.

The process color (four color CMYK) of #511876 color hex is 0.31, 0.80, 0.00, 0.54. Web safe color of #511876 is #660066. Color #511876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011000 01110110
Octal 121 30 166
Decimal 81 24 118
Hex 51 18 76

RGB Percentages of Color #511876

%36.32
%10.76
%52.91

CMYK Percentages of Color #511876

%31
%80
%0
%54

Triadic Colors of #511876

#511876 #765118 #187651

Analogous Colors of #511876

#511876 #76186c #221876

Monochromatic Colors of #511876

#511876

Complementary Color

#511876 #3d7618

#511876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511876 Color CSS Codes

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

#511876 Text Font Color

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

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


#511876 Background Color

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

This div background color is #511876


#511876 Border Color

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

This div border color is #511876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511876


Comments

No comments written yet.

Please login to write comment.