Color Hex Logo

#512589 Color Hex

#512589
(81,37,137)
0 Favorites   0 Comments

Color spaces of #512589

RGB 8137137
HSL0.740.570.34
HSV266°73°54°
CMYK 0.410.730.00   0.46
XYZ8.57034.878624.1569
Yxy4.87860.22790.1297
Hunter Lab22.087630.6074-49.3835
CIE-Lab26.386141.5119-47.9963

#512589 color RGB value is (81,37,137).

#512589 hex color red value is 81, green value is 37 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #512589 hue: 0.74 , saturation: 0.57 and the lightness value of 512589 is 0.34.

The process color (four color CMYK) of #512589 color hex is 0.41, 0.73, 0.00, 0.46. Web safe color of #512589 is #663399. Color #512589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 10001001
Octal 121 45 211
Decimal 81 37 137
Hex 51 25 89

RGB Percentages of Color #512589

%31.76
%14.51
%53.73

CMYK Percentages of Color #512589

%41
%73
%0
%46

Triadic Colors of #512589

#512589 #895125 #258951

Analogous Colors of #512589

#512589 #832589 #252b89

Monochromatic Colors of #512589

#512589

Complementary Color

#512589 #5d8925

#512589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512589 Color CSS Codes

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

#512589 Text Font Color

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

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


#512589 Background Color

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

This div background color is #512589


#512589 Border Color

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

This div border color is #512589


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,37,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512589; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512589;
  -webkit-box-shadow: 1px 1px 3px 2px #512589;
  box-shadow:         1px 1px 3px 2px #512589; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512589


Comments

No comments written yet.

Please login to write comment.