Color Hex Logo

#511878 Color Hex

#511878
(81,24,120)
0 Favorites   0 Comments

Color spaces of #511878

RGB 8124120
HSL0.770.670.28
HSV276°80°47°
CMYK 0.330.800.00   0.53
XYZ7.11013.758718.1200
Yxy3.75870.24530.1297
Hunter Lab19.387431.5350-41.8430
CIE-Lab22.857143.1888-43.0143

#511878 color RGB value is (81,24,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011000 01111000
Octal 121 30 170
Decimal 81 24 120
Hex 51 18 78

RGB Percentages of Color #511878

%36.00
%10.67
%53.33

CMYK Percentages of Color #511878

%33
%80
%0
%53

Triadic Colors of #511878

#511878 #785118 #187851

Analogous Colors of #511878

#511878 #78186f #211878

Monochromatic Colors of #511878

#511878

Complementary Color

#511878 #3f7818

#511878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511878 Color CSS Codes

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

#511878 Text Font Color

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

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


#511878 Background Color

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

This div background color is #511878


#511878 Border Color

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

This div border color is #511878


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,24,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 #511878">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511878


Comments

No comments written yet.

Please login to write comment.