Color Hex Logo

#511790 Color Hex

#511790
(81,23,144)
0 Favorites   0 Comments

Color spaces of #511790

RGB 8123144
HSL0.750.720.33
HSV269°84°56°
CMYK 0.440.840.00   0.44
XYZ8.73384.375726.7698
Yxy4.37570.21900.1097
Hunter Lab20.918237.9209-61.2330
CIE-Lab24.876549.4354-54.8157

#511790 color RGB value is (81,23,144).

#511790 hex color red value is 81, green value is 23 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #511790 hue: 0.75 , saturation: 0.72 and the lightness value of 511790 is 0.33.

The process color (four color CMYK) of #511790 color hex is 0.44, 0.84, 0.00, 0.44. Web safe color of #511790 is #660099. Color #511790 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010111 10010000
Octal 121 27 220
Decimal 81 23 144
Hex 51 17 90

RGB Percentages of Color #511790

%32.66
%9.27
%58.06

CMYK Percentages of Color #511790

%44
%84
%0
%44

Triadic Colors of #511790

#511790 #905117 #179051

Analogous Colors of #511790

#511790 #8e1790 #171a90

Monochromatic Colors of #511790

#511790

Complementary Color

#511790 #569017

#511790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511790 Color CSS Codes

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

#511790 Text Font Color

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

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


#511790 Background Color

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

This div background color is #511790


#511790 Border Color

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

This div border color is #511790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511790


Comments

No comments written yet.

Please login to write comment.