Color Hex Logo

#51219b Color Hex

#51219B
(81,33,155)
0 Favorites   0 Comments

Color spaces of #51219b

RGB 8133155
HSL0.730.650.37
HSV264°79°61°
CMYK 0.480.790.00   0.39
XYZ9.85365.203631.4954
Yxy5.20360.21170.1118
Hunter Lab22.811437.1848-65.8929
CIE-Lab27.307148.2165-57.6018

#51219b color RGB value is (81,33,155).

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

The process color (four color CMYK) of #51219b color hex is 0.48, 0.79, 0.00, 0.39. Web safe color of #51219b is #663399. Color #51219b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100001 10011011
Octal 121 41 233
Decimal 81 33 155
Hex 51 21 9B

RGB Percentages of Color #51219b

%30.11
%12.27
%57.62

CMYK Percentages of Color #51219b

%48
%79
%0
%39

Triadic Colors of #51219b

#51219b #9b5121 #219b51

Analogous Colors of #51219b

#51219b #8e219b #212e9b

Monochromatic Colors of #51219b

#51219b

Complementary Color

#51219b #6b9b21

#51219b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51219b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51219b Color CSS Codes

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

#51219b Text Font Color

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

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


#51219b Background Color

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

This div background color is #51219b


#51219b Border Color

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

This div border color is #51219b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51219b


Comments

No comments written yet.

Please login to write comment.