Color Hex Logo

#512c52 Color Hex

#512C52
(81,44,82)
0 Favorites   0 Comments

Color spaces of #512c52

RGB 814482
HSL0.830.300.25
HSV298°46°32°
CMYK 0.010.460.00   0.68
XYZ5.81704.15998.4790
Yxy4.15990.31520.2254
Hunter Lab20.395815.2164-10.3711
CIE-Lab24.193223.7947-16.1080

#512c52 color RGB value is (81,44,82).

#512c52 hex color red value is 81, green value is 44 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #512c52 hue: 0.83 , saturation: 0.30 and the lightness value of 512c52 is 0.25.

The process color (four color CMYK) of #512c52 color hex is 0.01, 0.46, 0.00, 0.68. Web safe color of #512c52 is #663366. Color #512c52 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101100 01010010
Octal 121 54 122
Decimal 81 44 82
Hex 51 2C 52

RGB Percentages of Color #512c52

%39.13
%21.26
%39.61

CMYK Percentages of Color #512c52

%1
%46
%0
%68

Triadic Colors of #512c52

#512c52 #52512c #2c5251

Analogous Colors of #512c52

#512c52 #522c40 #3e2c52

Monochromatic Colors of #512c52

#512c52

Complementary Color

#512c52 #2d522c

#512c52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512c52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512c52 Color CSS Codes

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

#512c52 Text Font Color

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

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


#512c52 Background Color

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

This div background color is #512c52


#512c52 Border Color

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

This div border color is #512c52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512c52


Comments

No comments written yet.

Please login to write comment.