Color Hex Logo

#512580 Color Hex

#512580
(81,37,128)
0 Favorites   0 Comments

Color spaces of #512580

RGB 8137128
HSL0.750.550.32
HSV269°71°50°
CMYK 0.370.710.00   0.50
XYZ7.95124.631020.8969
Yxy4.63100.23750.1383
Hunter Lab21.519828.2933-42.5101
CIE-Lab25.656539.1222-43.5425

#512580 color RGB value is (81,37,128).

#512580 hex color red value is 81, green value is 37 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #512580 hue: 0.75 , saturation: 0.55 and the lightness value of 512580 is 0.32.

The process color (four color CMYK) of #512580 color hex is 0.37, 0.71, 0.00, 0.50. Web safe color of #512580 is #663399. Color #512580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 10000000
Octal 121 45 200
Decimal 81 37 128
Hex 51 25 80

RGB Percentages of Color #512580

%32.93
%15.04
%52.03

CMYK Percentages of Color #512580

%37
%71
%0
%50

Triadic Colors of #512580

#512580 #805125 #258051

Analogous Colors of #512580

#512580 #7f2580 #252780

Monochromatic Colors of #512580

#512580

Complementary Color

#512580 #548025

#512580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512580 Color CSS Codes

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

#512580 Text Font Color

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

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


#512580 Background Color

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

This div background color is #512580


#512580 Border Color

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

This div border color is #512580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512580


Comments

No comments written yet.

Please login to write comment.