Color Hex Logo

#512570 Color Hex

#512570
(81,37,112)
0 Favorites   0 Comments

Color spaces of #512570

RGB 8137112
HSL0.760.500.29
HSV275°67°44°
CMYK 0.280.670.00   0.56
XYZ6.97954.242315.7802
Yxy4.24230.25850.1571
Hunter Lab20.596824.4425-31.0070
CIE-Lab24.456834.9956-35.3012

#512570 color RGB value is (81,37,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 01110000
Octal 121 45 160
Decimal 81 37 112
Hex 51 25 70

RGB Percentages of Color #512570

%35.22
%16.09
%48.70

CMYK Percentages of Color #512570

%28
%67
%0
%56

Triadic Colors of #512570

#512570 #705125 #257051

Analogous Colors of #512570

#512570 #70256a #2c2570

Monochromatic Colors of #512570

#512570

Complementary Color

#512570 #447025

#512570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512570 Color CSS Codes

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

#512570 Text Font Color

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

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


#512570 Background Color

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

This div background color is #512570


#512570 Border Color

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

This div border color is #512570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512570


Comments

No comments written yet.

Please login to write comment.