Color Hex Logo

#51115d Color Hex

#51115D
(81,17,93)
0 Favorites   0 Comments

Color spaces of #51115d

RGB 811793
HSL0.810.690.22
HSV291°82°36°
CMYK 0.130.820.00   0.64
XYZ5.56962.940510.6300
Yxy2.94050.29100.1536
Hunter Lab17.147927.9677-24.7504
CIE-Lab19.804039.8795-30.3608

#51115d color RGB value is (81,17,93).

#51115d hex color red value is 81, green value is 17 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #51115d hue: 0.81 , saturation: 0.69 and the lightness value of 51115d is 0.22.

The process color (four color CMYK) of #51115d color hex is 0.13, 0.82, 0.00, 0.64. Web safe color of #51115d is #660066. Color #51115d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010001 01011101
Octal 121 21 135
Decimal 81 17 93
Hex 51 11 5D

RGB Percentages of Color #51115d

%42.41
%8.90
%48.69

CMYK Percentages of Color #51115d

%13
%82
%0
%64

Triadic Colors of #51115d

#51115d #5d5111 #115d51

Analogous Colors of #51115d

#51115d #5d1143 #2b115d

Monochromatic Colors of #51115d

#51115d

Complementary Color

#51115d #1d5d11

#51115d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51115d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51115d Color CSS Codes

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

#51115d Text Font Color

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

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


#51115d Background Color

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

This div background color is #51115d


#51115d Border Color

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

This div border color is #51115d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51115d


Comments

No comments written yet.

Please login to write comment.