Color Hex Logo

#51108f Color Hex

#51108F
(81,16,143)
0 Favorites   0 Comments

Color spaces of #51108f

RGB 8116143
HSL0.750.800.31
HSV271°89°56°
CMYK 0.430.890.00   0.44
XYZ8.53664.103126.3286
Yxy4.10310.21910.1053
Hunter Lab20.256139.7777-62.8850
CIE-Lab24.009451.4619-55.6186

#51108f color RGB value is (81,16,143).

#51108f hex color red value is 81, green value is 16 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #51108f hue: 0.75 , saturation: 0.80 and the lightness value of 51108f is 0.31.

The process color (four color CMYK) of #51108f color hex is 0.43, 0.89, 0.00, 0.44. Web safe color of #51108f is #660099. Color #51108f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010000 10001111
Octal 121 20 217
Decimal 81 16 143
Hex 51 10 8F

RGB Percentages of Color #51108f

%33.75
%6.67
%59.58

CMYK Percentages of Color #51108f

%43
%89
%0
%44

Triadic Colors of #51108f

#51108f #8f5110 #108f51

Analogous Colors of #51108f

#51108f #8f108e #11108f

Monochromatic Colors of #51108f

#51108f

Complementary Color

#51108f #4e8f10

#51108f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51108f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51108f Color CSS Codes

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

#51108f Text Font Color

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

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


#51108f Background Color

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

This div background color is #51108f


#51108f Border Color

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

This div border color is #51108f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,16,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51108f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51108f;
  -webkit-box-shadow: 1px 1px 3px 2px #51108f;
  box-shadow:         1px 1px 3px 2px #51108f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51108f


Comments

No comments written yet.

Please login to write comment.