Color Hex Logo

#51219a Color Hex

#51219A
(81,33,154)
0 Favorites   0 Comments

Color spaces of #51219a

RGB 8133154
HSL0.730.650.37
HSV264°79°60°
CMYK 0.470.790.00   0.40
XYZ9.76995.170131.0549
Yxy5.17010.21240.1124
Hunter Lab22.737936.9058-65.0606
CIE-Lab27.214047.9510-57.1429

#51219a color RGB value is (81,33,154).

#51219a hex color red value is 81, green value is 33 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #51219a hue: 0.73 , saturation: 0.65 and the lightness value of 51219a is 0.37.

The process color (four color CMYK) of #51219a color hex is 0.47, 0.79, 0.00, 0.40. Web safe color of #51219a is #663399. Color #51219a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100001 10011010
Octal 121 41 232
Decimal 81 33 154
Hex 51 21 9A

RGB Percentages of Color #51219a

%30.22
%12.31
%57.46

CMYK Percentages of Color #51219a

%47
%79
%0
%40

Triadic Colors of #51219a

#51219a #9a5121 #219a51

Analogous Colors of #51219a

#51219a #8e219a #212e9a

Monochromatic Colors of #51219a

#51219a

Complementary Color

#51219a #6a9a21

#51219a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51219a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51219a Color CSS Codes

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

#51219a Text Font Color

<p style="color:#51219a">Text here</p>

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


#51219a Background Color

<div style="background-color:#51219a">
Div content here</div>

This div background color is #51219a


#51219a Border Color

<div style="border:3px solid #51219a">
Div here</div>

This div border color is #51219a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,33,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51219a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51219a;
  -webkit-box-shadow: 1px 1px 3px 2px #51219a;
  box-shadow:         1px 1px 3px 2px #51219a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51219a


Comments

No comments written yet.

Please login to write comment.