Color Hex Logo

#511555 Color Hex

#511555
(81,21,85)
0 Favorites   0 Comments

Color spaces of #511555

RGB 812185
HSL0.820.600.21
HSV296°75°33°
CMYK 0.050.750.00   0.67
XYZ5.30122.94158.8827
Yxy2.94150.30960.1718
Hunter Lab17.150825.1593-18.7018
CIE-Lab19.808136.6909-25.0031

#511555 color RGB value is (81,21,85).

#511555 hex color red value is 81, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #511555 hue: 0.82 , saturation: 0.60 and the lightness value of 511555 is 0.21.

The process color (four color CMYK) of #511555 color hex is 0.05, 0.75, 0.00, 0.67. Web safe color of #511555 is #660066. Color #511555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010101 01010101
Octal 121 25 125
Decimal 81 21 85
Hex 51 15 55

RGB Percentages of Color #511555

%43.32
%11.23
%45.45

CMYK Percentages of Color #511555

%5
%75
%0
%67

Triadic Colors of #511555

#511555 #555115 #155551

Analogous Colors of #511555

#511555 #551539 #311555

Monochromatic Colors of #511555

#511555

Complementary Color

#511555 #195515

#511555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511555 Color CSS Codes

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

#511555 Text Font Color

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

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


#511555 Background Color

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

This div background color is #511555


#511555 Border Color

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

This div border color is #511555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511555


Comments

No comments written yet.

Please login to write comment.