Color Hex Logo

#511755 Color Hex

#511755
(81,23,85)
0 Favorites   0 Comments

Color spaces of #511755

RGB 812385
HSL0.820.570.21
HSV296°73°33°
CMYK 0.050.730.00   0.67
XYZ5.33943.01808.8954
Yxy3.01800.30950.1749
Hunter Lab17.372424.4602-18.1983
CIE-Lab20.115835.8221-24.5137

#511755 color RGB value is (81,23,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010111 01010101
Octal 121 27 125
Decimal 81 23 85
Hex 51 17 55

RGB Percentages of Color #511755

%42.86
%12.17
%44.97

CMYK Percentages of Color #511755

%5
%73
%0
%67

Triadic Colors of #511755

#511755 #555117 #175551

Analogous Colors of #511755

#511755 #55173a #321755

Monochromatic Colors of #511755

#511755

Complementary Color

#511755 #1b5517

#511755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511755 Color CSS Codes

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

#511755 Text Font Color

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

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


#511755 Background Color

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

This div background color is #511755


#511755 Border Color

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

This div border color is #511755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511755


Comments

No comments written yet.

Please login to write comment.