Color Hex Logo

#512d64 Color Hex

#512D64
(81,45,100)
0 Favorites   0 Comments

Color spaces of #512d64

RGB 8145100
HSL0.780.380.28
HSV279°55°39°
CMYK 0.190.550.00   0.61
XYZ6.63204.546212.5846
Yxy4.54620.27910.1913
Hunter Lab21.321818.2080-20.0690
CIE-Lab25.400727.3930-26.0414

#512d64 color RGB value is (81,45,100).

#512d64 hex color red value is 81, green value is 45 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #512d64 hue: 0.78 , saturation: 0.38 and the lightness value of 512d64 is 0.28.

The process color (four color CMYK) of #512d64 color hex is 0.19, 0.55, 0.00, 0.61. Web safe color of #512d64 is #663366. Color #512d64 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101101 01100100
Octal 121 55 144
Decimal 81 45 100
Hex 51 2D 64

RGB Percentages of Color #512d64

%35.84
%19.91
%44.25

CMYK Percentages of Color #512d64

%19
%55
%0
%61

Triadic Colors of #512d64

#512d64 #64512d #2d6451

Analogous Colors of #512d64

#512d64 #642d5c #362d64

Monochromatic Colors of #512d64

#512d64

Complementary Color

#512d64 #40642d

#512d64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512d64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512d64 Color CSS Codes

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

#512d64 Text Font Color

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

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


#512d64 Background Color

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

This div background color is #512d64


#512d64 Border Color

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

This div border color is #512d64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512d64


Comments

No comments written yet.

Please login to write comment.