Color Hex Logo

#511678 Color Hex

#511678
(81,22,120)
0 Favorites   0 Comments

Color spaces of #511678

RGB 8122120
HSL0.770.690.28
HSV276°82°47°
CMYK 0.330.820.00   0.53
XYZ7.07043.679218.1068
Yxy3.67920.24500.1275
Hunter Lab19.181232.2297-42.5420
CIE-Lab22.581243.9852-43.4633

#511678 color RGB value is (81,22,120).

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

The process color (four color CMYK) of #511678 color hex is 0.33, 0.82, 0.00, 0.53. Web safe color of #511678 is #660066. Color #511678 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010110 01111000
Octal 121 26 170
Decimal 81 22 120
Hex 51 16 78

RGB Percentages of Color #511678

%36.32
%9.87
%53.81

CMYK Percentages of Color #511678

%33
%82
%0
%53

Triadic Colors of #511678

#511678 #785116 #167851

Analogous Colors of #511678

#511678 #78166e #201678

Monochromatic Colors of #511678

#511678

Complementary Color

#511678 #3d7816

#511678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511678 Color CSS Codes

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

#511678 Text Font Color

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

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


#511678 Background Color

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

This div background color is #511678


#511678 Border Color

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

This div border color is #511678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511678


Comments

No comments written yet.

Please login to write comment.