Color Hex Logo

#511185 Color Hex

#511185
(81,17,133)
0 Favorites   0 Comments

Color spaces of #511185

RGB 8117133
HSL0.760.770.29
HSV273°87°52°
CMYK 0.390.870.00   0.48
XYZ7.82743.843722.5197
Yxy3.84370.22890.1124
Hunter Lab19.605436.9564-54.3797
CIE-Lab23.147848.7946-50.7800

#511185 color RGB value is (81,17,133).

#511185 hex color red value is 81, green value is 17 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #511185 hue: 0.76 , saturation: 0.77 and the lightness value of 511185 is 0.29.

The process color (four color CMYK) of #511185 color hex is 0.39, 0.87, 0.00, 0.48. Web safe color of #511185 is #660099. Color #511185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010001 10000101
Octal 121 21 205
Decimal 81 17 133
Hex 51 11 85

RGB Percentages of Color #511185

%35.06
%7.36
%57.58

CMYK Percentages of Color #511185

%39
%87
%0
%48

Triadic Colors of #511185

#511185 #855111 #118551

Analogous Colors of #511185

#511185 #85117f #171185

Monochromatic Colors of #511185

#511185

Complementary Color

#511185 #458511

#511185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511185 Color CSS Codes

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

#511185 Text Font Color

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

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


#511185 Background Color

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

This div background color is #511185


#511185 Border Color

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

This div border color is #511185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511185


Comments

No comments written yet.

Please login to write comment.