Color Hex Logo

#51108c Color Hex

#51108C
(81,16,140)
0 Favorites   0 Comments

Color spaces of #51108c

RGB 8116140
HSL0.750.790.31
HSV271°89°55°
CMYK 0.420.890.00   0.45
XYZ8.31234.013425.1475
Yxy4.01340.22180.1071
Hunter Lab20.033539.0047-60.4018
CIE-Lab23.715750.7493-54.2332

#51108c color RGB value is (81,16,140).

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

The process color (four color CMYK) of #51108c color hex is 0.42, 0.89, 0.00, 0.45. Web safe color of #51108c is #660099. Color #51108c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010000 10001100
Octal 121 20 214
Decimal 81 16 140
Hex 51 10 8C

RGB Percentages of Color #51108c

%34.18
%6.75
%59.07

CMYK Percentages of Color #51108c

%42
%89
%0
%45

Triadic Colors of #51108c

#51108c #8c5110 #108c51

Analogous Colors of #51108c

#51108c #8c1089 #13108c

Monochromatic Colors of #51108c

#51108c

Complementary Color

#51108c #4b8c10

#51108c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51108c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51108c Color CSS Codes

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

#51108c Text Font Color

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

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


#51108c Background Color

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

This div background color is #51108c


#51108c Border Color

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

This div border color is #51108c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51108c


Comments

No comments written yet.

Please login to write comment.