Color Hex Logo

#51426f Color Hex

#51426F
(81,66,111)
0 Favorites   0 Comments

Color spaces of #51426f

RGB 8166111
HSL0.720.250.35
HSV260°41°44°
CMYK 0.270.410.00   0.56
XYZ8.21086.793515.9174
Yxy6.79350.26550.2197
Hunter Lab26.064310.6185-17.9631
CIE-Lab31.332117.0129-23.7509

#51426f color RGB value is (81,66,111).

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

The process color (four color CMYK) of #51426f color hex is 0.27, 0.41, 0.00, 0.56. Web safe color of #51426f is #663366. Color #51426f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000010 01101111
Octal 121 102 157
Decimal 81 66 111
Hex 51 42 6F

RGB Percentages of Color #51426f

%31.40
%25.58
%43.02

CMYK Percentages of Color #51426f

%27
%41
%0
%56

Triadic Colors of #51426f

#51426f #6f5142 #426f51

Analogous Colors of #51426f

#51426f #68426f #424a6f

Monochromatic Colors of #51426f

#51426f

Complementary Color

#51426f #606f42

#51426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51426f Color CSS Codes

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

#51426f Text Font Color

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

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


#51426f Background Color

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

This div background color is #51426f


#51426f Border Color

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

This div border color is #51426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51426f


Comments

No comments written yet.

Please login to write comment.