Color Hex Logo

#512571 Color Hex

#512571
(81,37,113)
0 Favorites   0 Comments

Color spaces of #512571

RGB 8137113
HSL0.760.510.29
HSV275°67°44°
CMYK 0.280.670.00   0.56
XYZ7.03554.264716.0751
Yxy4.26470.25700.1558
Hunter Lab20.651224.6724-31.6962
CIE-Lab24.527935.2477-35.8291

#512571 color RGB value is (81,37,113).

#512571 hex color red value is 81, green value is 37 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #512571 hue: 0.76 , saturation: 0.51 and the lightness value of 512571 is 0.29.

The process color (four color CMYK) of #512571 color hex is 0.28, 0.67, 0.00, 0.56. Web safe color of #512571 is #663366. Color #512571 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 01110001
Octal 121 45 161
Decimal 81 37 113
Hex 51 25 71

RGB Percentages of Color #512571

%35.06
%16.02
%48.92

CMYK Percentages of Color #512571

%28
%67
%0
%56

Triadic Colors of #512571

#512571 #715125 #257151

Analogous Colors of #512571

#512571 #71256b #2b2571

Monochromatic Colors of #512571

#512571

Complementary Color

#512571 #457125

#512571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512571 Color CSS Codes

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

#512571 Text Font Color

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

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


#512571 Background Color

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

This div background color is #512571


#512571 Border Color

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

This div border color is #512571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512571


Comments

No comments written yet.

Please login to write comment.