Color Hex Logo

#512989 Color Hex

#512989
(81,41,137)
0 Favorites   0 Comments

Color spaces of #512989

RGB 8141137
HSL0.740.540.35
HSV265°70°54°
CMYK 0.410.700.00   0.46
XYZ8.70165.141324.2007
Yxy5.14130.22870.1351
Hunter Lab22.674428.8214-47.4088
CIE-Lab27.133639.4290-46.7806

#512989 color RGB value is (81,41,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101001 10001001
Octal 121 51 211
Decimal 81 41 137
Hex 51 29 89

RGB Percentages of Color #512989

%31.27
%15.83
%52.90

CMYK Percentages of Color #512989

%41
%70
%0
%46

Triadic Colors of #512989

#512989 #895129 #298951

Analogous Colors of #512989

#512989 #812989 #293189

Monochromatic Colors of #512989

#512989

Complementary Color

#512989 #618929

#512989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512989 Color CSS Codes

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

#512989 Text Font Color

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

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


#512989 Background Color

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

This div background color is #512989


#512989 Border Color

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

This div border color is #512989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,41,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 #512989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512989

#512989 Color Palettes


Comments

No comments written yet.

Please login to write comment.