Color Hex Logo

#512557 Color Hex

#512557
(81,37,87)
0 Favorites   0 Comments

Color spaces of #512557

RGB 813787
HSL0.810.400.24
HSV293°57°34°
CMYK 0.070.570.00   0.66
XYZ5.77523.76069.4383
Yxy3.76060.30440.1982
Hunter Lab19.392319.2225-15.2821
CIE-Lab22.863729.0522-21.5069

#512557 color RGB value is (81,37,87).

#512557 hex color red value is 81, green value is 37 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #512557 hue: 0.81 , saturation: 0.40 and the lightness value of 512557 is 0.24.

The process color (four color CMYK) of #512557 color hex is 0.07, 0.57, 0.00, 0.66. Web safe color of #512557 is #663366. Color #512557 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 01010111
Octal 121 45 127
Decimal 81 37 87
Hex 51 25 57

RGB Percentages of Color #512557

%39.51
%18.05
%42.44

CMYK Percentages of Color #512557

%7
%57
%0
%66

Triadic Colors of #512557

#512557 #575125 #255751

Analogous Colors of #512557

#512557 #572544 #382557

Monochromatic Colors of #512557

#512557

Complementary Color

#512557 #2b5725

#512557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512557 Color CSS Codes

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

#512557 Text Font Color

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

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


#512557 Background Color

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

This div background color is #512557


#512557 Border Color

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

This div border color is #512557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512557


Comments

No comments written yet.

Please login to write comment.