Color Hex Logo

#51229f Color Hex

#51229F
(81,34,159)
0 Favorites   0 Comments

Color spaces of #51229f

RGB 8134159
HSL0.730.650.38
HSV263°79°62°
CMYK 0.490.790.00   0.38
XYZ10.22345.396633.3037
Yxy5.39660.20900.1103
Hunter Lab23.230637.9014-68.7376
CIE-Lab27.836048.8390-59.1743

#51229f color RGB value is (81,34,159).

#51229f hex color red value is 81, green value is 34 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #51229f hue: 0.73 , saturation: 0.65 and the lightness value of 51229f is 0.38.

The process color (four color CMYK) of #51229f color hex is 0.49, 0.79, 0.00, 0.38. Web safe color of #51229f is #663399. Color #51229f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100010 10011111
Octal 121 42 237
Decimal 81 34 159
Hex 51 22 9F

RGB Percentages of Color #51229f

%29.56
%12.41
%58.03

CMYK Percentages of Color #51229f

%49
%79
%0
%38

Triadic Colors of #51229f

#51229f #9f5122 #229f51

Analogous Colors of #51229f

#51229f #90229f #22329f

Monochromatic Colors of #51229f

#51229f

Complementary Color

#51229f #709f22

#51229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51229f Color CSS Codes

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

#51229f Text Font Color

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

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


#51229f Background Color

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

This div background color is #51229f


#51229f Border Color

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

This div border color is #51229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51229f


Comments

No comments written yet.

Please login to write comment.