Color Hex Logo

#51126f Color Hex

#51126F
(81,18,111)
0 Favorites   0 Comments

Color spaces of #51126f

RGB 8118111
HSL0.780.720.25
HSV281°84°44°
CMYK 0.270.840.00   0.56
XYZ6.47893.329615.3401
Yxy3.32960.25760.1324
Hunter Lab18.247231.4461-37.0710
CIE-Lab21.318343.3931-39.7266

#51126f color RGB value is (81,18,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010010 01101111
Octal 121 22 157
Decimal 81 18 111
Hex 51 12 6F

RGB Percentages of Color #51126f

%38.57
%8.57
%52.86

CMYK Percentages of Color #51126f

%27
%84
%0
%56

Triadic Colors of #51126f

#51126f #6f5112 #126f51

Analogous Colors of #51126f

#51126f #6f125f #22126f

Monochromatic Colors of #51126f

#51126f

Complementary Color

#51126f #306f12

#51126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51126f Color CSS Codes

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

#51126f Text Font Color

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

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


#51126f Background Color

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

This div background color is #51126f


#51126f Border Color

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

This div border color is #51126f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,18,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 #51126f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51126f


Comments

No comments written yet.

Please login to write comment.