Color Hex Logo

#511748 Color Hex

#511748
(81,23,72)
0 Favorites   0 Comments

Color spaces of #511748

RGB 812372
HSL0.860.560.20
HSV309°72°32°
CMYK 0.000.720.11   0.68
XYZ4.86942.83006.4205
Yxy2.83000.34490.2004
Hunter Lab16.822622.2283-10.8527
CIE-Lab19.349833.3318-16.8975

#511748 color RGB value is (81,23,72).

#511748 hex color red value is 81, green value is 23 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #511748 hue: 0.86 , saturation: 0.56 and the lightness value of 511748 is 0.20.

The process color (four color CMYK) of #511748 color hex is 0.00, 0.72, 0.11, 0.68. Web safe color of #511748 is #660033. Color #511748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010111 01001000
Octal 121 27 110
Decimal 81 23 72
Hex 51 17 48

RGB Percentages of Color #511748

%46.02
%13.07
%40.91

CMYK Percentages of Color #511748

%0
%72
%11
%68

Triadic Colors of #511748

#511748 #485117 #174851

Analogous Colors of #511748

#511748 #51172b #3d1751

Monochromatic Colors of #511748

#511748

Complementary Color

#511748 #175120

#511748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511748 Color CSS Codes

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

#511748 Text Font Color

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

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


#511748 Background Color

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

This div background color is #511748


#511748 Border Color

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

This div border color is #511748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511748


Comments

No comments written yet.

Please login to write comment.