Color Hex Logo

#511843 Color Hex

#511843
(81,24,67)
0 Favorites   0 Comments

Color spaces of #511843

RGB 812467
HSL0.870.540.21
HSV315°70°32°
CMYK 0.000.700.17   0.68
XYZ4.73312.80785.6027
Yxy2.80780.36010.2136
Hunter Lab16.756521.0959-8.0947
CIE-Lab19.257131.9822-13.6009

#511843 color RGB value is (81,24,67).

#511843 hex color red value is 81, green value is 24 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #511843 hue: 0.87 , saturation: 0.54 and the lightness value of 511843 is 0.21.

The process color (four color CMYK) of #511843 color hex is 0.00, 0.70, 0.17, 0.68. Web safe color of #511843 is #660033. Color #511843 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011000 01000011
Octal 121 30 103
Decimal 81 24 67
Hex 51 18 43

RGB Percentages of Color #511843

%47.09
%13.95
%38.95

CMYK Percentages of Color #511843

%0
%70
%17
%68

Triadic Colors of #511843

#511843 #435118 #184351

Analogous Colors of #511843

#511843 #511827 #431851

Monochromatic Colors of #511843

#511843

Complementary Color

#511843 #185126

#511843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511843 Color CSS Codes

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

#511843 Text Font Color

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

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


#511843 Background Color

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

This div background color is #511843


#511843 Border Color

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

This div border color is #511843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511843


Comments

No comments written yet.

Please login to write comment.