Color Hex Logo

#512d4e Color Hex

#512D4E
(81,45,78)
0 Favorites   0 Comments

Color spaces of #512d4e

RGB 814578
HSL0.850.290.25
HSV305°44°32°
CMYK 0.000.440.04   0.68
XYZ5.70694.17627.7130
Yxy4.17620.32430.2373
Hunter Lab20.435814.0854-8.0726
CIE-Lab24.245622.3176-13.3642

#512d4e color RGB value is (81,45,78).

#512d4e hex color red value is 81, green value is 45 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #512d4e hue: 0.85 , saturation: 0.29 and the lightness value of 512d4e is 0.25.

The process color (four color CMYK) of #512d4e color hex is 0.00, 0.44, 0.04, 0.68. Web safe color of #512d4e is #663366. Color #512d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101101 01001110
Octal 121 55 116
Decimal 81 45 78
Hex 51 2D 4E

RGB Percentages of Color #512d4e

%39.71
%22.06
%38.24

CMYK Percentages of Color #512d4e

%0
%44
%4
%68

Triadic Colors of #512d4e

#512d4e #4e512d #2d4e51

Analogous Colors of #512d4e

#512d4e #512d3c #422d51

Monochromatic Colors of #512d4e

#512d4e

Complementary Color

#512d4e #2d5130

#512d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#512d4e Color CSS Codes

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

#512d4e Text Font Color

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

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


#512d4e Background Color

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

This div background color is #512d4e


#512d4e Border Color

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

This div border color is #512d4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,45,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512d4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512d4e;
  -webkit-box-shadow: 1px 1px 3px 2px #512d4e;
  box-shadow:         1px 1px 3px 2px #512d4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512d4e


Comments

No comments written yet.

Please login to write comment.