Color Hex Logo

#510536 Color Hex

#510536
(81,5,54)
1 Favorites   0 Comments

Color spaces of #510536

RGB 81554
HSL0.890.880.17
HSV321°94°32°
CMYK 0.000.940.33   0.68
XYZ4.11352.12423.6832
Yxy2.12420.41460.2141
Hunter Lab14.574624.8737-4.7811
CIE-Lab16.126037.0733-9.2926

#510536 color RGB value is (81,5,54).

#510536 hex color red value is 81, green value is 5 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #510536 hue: 0.89 , saturation: 0.88 and the lightness value of 510536 is 0.17.

The process color (four color CMYK) of #510536 color hex is 0.00, 0.94, 0.33, 0.68. Web safe color of #510536 is #660033. Color #510536 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000101 00110110
Octal 121 5 66
Decimal 81 5 54
Hex 51 5 36

RGB Percentages of Color #510536

%57.86
%3.57
%38.57

CMYK Percentages of Color #510536

%0
%94
%33
%68

Triadic Colors of #510536

#510536 #365105 #053651

Analogous Colors of #510536

#510536 #510510 #460551

Monochromatic Colors of #510536

#510536

Complementary Color

#510536 #055120

#510536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510536 Color CSS Codes

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

#510536 Text Font Color

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

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


#510536 Background Color

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

This div background color is #510536


#510536 Border Color

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

This div border color is #510536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510536

#510536 Color Palettes


Comments

No comments written yet.

Please login to write comment.