Color Hex Logo

#51086f Color Hex

#51086F
(81,8,111)
0 Favorites   0 Comments

Color spaces of #51086f

RGB 818111
HSL0.780.870.23
HSV283°93°44°
CMYK 0.270.930.00   0.56
XYZ6.34943.070715.2970
Yxy3.07070.25690.1242
Hunter Lab17.523434.0114-39.4906
CIE-Lab20.324846.3053-41.3419

#51086f color RGB value is (81,8,111).

#51086f hex color red value is 81, green value is 8 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #51086f hue: 0.78 , saturation: 0.87 and the lightness value of 51086f is 0.23.

The process color (four color CMYK) of #51086f color hex is 0.27, 0.93, 0.00, 0.56. Web safe color of #51086f is #660066. Color #51086f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001000 01101111
Octal 121 10 157
Decimal 81 8 111
Hex 51 8 6F

RGB Percentages of Color #51086f

%40.50
%4.00
%55.50

CMYK Percentages of Color #51086f

%27
%93
%0
%56

Triadic Colors of #51086f

#51086f #6f5108 #086f51

Analogous Colors of #51086f

#51086f #6f085a #1e086f

Monochromatic Colors of #51086f

#51086f

Complementary Color

#51086f #266f08

#51086f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51086f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51086f Color CSS Codes

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

#51086f Text Font Color

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

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


#51086f Background Color

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

This div background color is #51086f


#51086f Border Color

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

This div border color is #51086f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51086f


Comments

No comments written yet.

Please login to write comment.