Color Hex Logo

#51226f Color Hex

#51226F
(81,34,111)
0 Favorites   0 Comments

Color spaces of #51226f

RGB 8134111
HSL0.770.530.28
HSV277°69°44°
CMYK 0.270.690.00   0.56
XYZ6.83464.041115.4587
Yxy4.04110.25950.1535
Hunter Lab20.102525.5085-31.5219
CIE-Lab23.806936.3381-35.7035

#51226f color RGB value is (81,34,111).

#51226f hex color red value is 81, green value is 34 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #51226f hue: 0.77 , saturation: 0.53 and the lightness value of 51226f is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100010 01101111
Octal 121 42 157
Decimal 81 34 111
Hex 51 22 6F

RGB Percentages of Color #51226f

%35.84
%15.04
%49.12

CMYK Percentages of Color #51226f

%27
%69
%0
%56

Triadic Colors of #51226f

#51226f #6f5122 #226f51

Analogous Colors of #51226f

#51226f #6f2267 #2b226f

Monochromatic Colors of #51226f

#51226f

Complementary Color

#51226f #406f22

#51226f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51226f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51226f Color CSS Codes

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

#51226f Text Font Color

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

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


#51226f Background Color

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

This div background color is #51226f


#51226f Border Color

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

This div border color is #51226f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51226f


Comments

No comments written yet.

Please login to write comment.