Color Hex Logo

#511675 Color Hex

#511675
(81,22,117)
0 Favorites   0 Comments

Color spaces of #511675

RGB 8122117
HSL0.770.680.27
HSV277°81°46°
CMYK 0.310.810.00   0.54
XYZ6.89113.607517.1627
Yxy3.60750.24910.1304
Hunter Lab18.993431.5240-40.2798
CIE-Lab22.328943.2798-41.9525

#511675 color RGB value is (81,22,117).

#511675 hex color red value is 81, green value is 22 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #511675 hue: 0.77 , saturation: 0.68 and the lightness value of 511675 is 0.27.

The process color (four color CMYK) of #511675 color hex is 0.31, 0.81, 0.00, 0.54. Web safe color of #511675 is #660066. Color #511675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010110 01110101
Octal 121 26 165
Decimal 81 22 117
Hex 51 16 75

RGB Percentages of Color #511675

%36.82
%10.00
%53.18

CMYK Percentages of Color #511675

%31
%81
%0
%54

Triadic Colors of #511675

#511675 #755116 #167551

Analogous Colors of #511675

#511675 #75166a #221675

Monochromatic Colors of #511675

#511675

Complementary Color

#511675 #3a7516

#511675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511675 Color CSS Codes

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

#511675 Text Font Color

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

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


#511675 Background Color

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

This div background color is #511675


#511675 Border Color

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

This div border color is #511675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511675


Comments

No comments written yet.

Please login to write comment.