Color Hex Logo

#51426d Color Hex

#51426D
(81,66,109)
1 Favorites   0 Comments

Color spaces of #51426d

RGB 8166109
HSL0.720.250.34
HSV261°39°43°
CMYK 0.260.390.00   0.57
XYZ8.10196.749915.3438
Yxy6.74990.26830.2235
Hunter Lab25.980610.1983-16.8295
CIE-Lab31.230616.4687-22.6448

#51426d color RGB value is (81,66,109).

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

The process color (four color CMYK) of #51426d color hex is 0.26, 0.39, 0.00, 0.57. Web safe color of #51426d is #663366. Color #51426d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000010 01101101
Octal 121 102 155
Decimal 81 66 109
Hex 51 42 6D

RGB Percentages of Color #51426d

%31.64
%25.78
%42.58

CMYK Percentages of Color #51426d

%26
%39
%0
%57

Triadic Colors of #51426d

#51426d #6d5142 #426d51

Analogous Colors of #51426d

#51426d #67426d #42496d

Monochromatic Colors of #51426d

#51426d

Complementary Color

#51426d #5e6d42

#51426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51426d Color CSS Codes

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

#51426d Text Font Color

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

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


#51426d Background Color

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

This div background color is #51426d


#51426d Border Color

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

This div border color is #51426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51426d


Comments

No comments written yet.

Please login to write comment.