Color Hex Logo

#51309e Color Hex

#51309E
(81,48,158)
0 Favorites   0 Comments

Color spaces of #51309e

RGB 8148158
HSL0.720.530.40
HSV258°70°62°
CMYK 0.490.700.00   0.38
XYZ10.62186.331933.0101
Yxy6.33190.21260.1267
Hunter Lab25.163331.3119-60.1645
CIE-Lab30.234841.5489-54.6413

#51309e color RGB value is (81,48,158).

#51309e hex color red value is 81, green value is 48 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #51309e hue: 0.72 , saturation: 0.53 and the lightness value of 51309e is 0.40.

The process color (four color CMYK) of #51309e color hex is 0.49, 0.70, 0.00, 0.38. Web safe color of #51309e is #663399. Color #51309e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110000 10011110
Octal 121 60 236
Decimal 81 48 158
Hex 51 30 9E

RGB Percentages of Color #51309e

%28.22
%16.72
%55.05

CMYK Percentages of Color #51309e

%49
%70
%0
%38

Triadic Colors of #51309e

#51309e #9e5130 #309e51

Analogous Colors of #51309e

#51309e #88309e #30469e

Monochromatic Colors of #51309e

#51309e

Complementary Color

#51309e #7d9e30

#51309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51309e Color CSS Codes

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

#51309e Text Font Color

<p style="color:#51309e">Text here</p>

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


#51309e Background Color

<div style="background-color:#51309e">
Div content here</div>

This div background color is #51309e


#51309e Border Color

<div style="border:3px solid #51309e">
Div here</div>

This div border color is #51309e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,48,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51309e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51309e;
  -webkit-box-shadow: 1px 1px 3px 2px #51309e;
  box-shadow:         1px 1px 3px 2px #51309e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51309e


Comments

No comments written yet.

Please login to write comment.