Color Hex Logo

#512e73 Color Hex

#512E73
(81,46,115)
0 Favorites   0 Comments

Color spaces of #512e73

RGB 8146115
HSL0.750.430.32
HSV270°60°45°
CMYK 0.300.600.00   0.55
XYZ7.46484.941116.7799
Yxy4.94110.25580.1693
Hunter Lab22.228621.0438-29.1968
CIE-Lab26.566330.6476-33.8374

#512e73 color RGB value is (81,46,115).

#512e73 hex color red value is 81, green value is 46 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #512e73 hue: 0.75 , saturation: 0.43 and the lightness value of 512e73 is 0.32.

The process color (four color CMYK) of #512e73 color hex is 0.30, 0.60, 0.00, 0.55. Web safe color of #512e73 is #663366. Color #512e73 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 01110011
Octal 121 56 163
Decimal 81 46 115
Hex 51 2E 73

RGB Percentages of Color #512e73

%33.47
%19.01
%47.52

CMYK Percentages of Color #512e73

%30
%60
%0
%55

Triadic Colors of #512e73

#512e73 #73512e #2e7351

Analogous Colors of #512e73

#512e73 #732e73 #2f2e73

Monochromatic Colors of #512e73

#512e73

Complementary Color

#512e73 #50732e

#512e73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512e73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512e73 Color CSS Codes

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

#512e73 Text Font Color

<p style="color:#512e73">Text here</p>

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


#512e73 Background Color

<div style="background-color:#512e73">
Div content here</div>

This div background color is #512e73


#512e73 Border Color

<div style="border:3px solid #512e73">
Div here</div>

This div border color is #512e73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,46,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512e73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512e73;
  -webkit-box-shadow: 1px 1px 3px 2px #512e73;
  box-shadow:         1px 1px 3px 2px #512e73; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512e73


Comments

No comments written yet.

Please login to write comment.