Color Hex Logo

#512b58 Color Hex

#512B58
(81,43,88)
0 Favorites   0 Comments

Color spaces of #512b58

RGB 814388
HSL0.810.340.26
HSV291°51°35°
CMYK 0.080.510.00   0.65
XYZ6.01874.18179.7224
Yxy4.18170.30210.2099
Hunter Lab20.449216.7508-13.8745
CIE-Lab24.263325.7442-19.9731

#512b58 color RGB value is (81,43,88).

#512b58 hex color red value is 81, green value is 43 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #512b58 hue: 0.81 , saturation: 0.34 and the lightness value of 512b58 is 0.26.

The process color (four color CMYK) of #512b58 color hex is 0.08, 0.51, 0.00, 0.65. Web safe color of #512b58 is #663366. Color #512b58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101011 01011000
Octal 121 53 130
Decimal 81 43 88
Hex 51 2B 58

RGB Percentages of Color #512b58

%38.21
%20.28
%41.51

CMYK Percentages of Color #512b58

%8
%51
%0
%65

Triadic Colors of #512b58

#512b58 #58512b #2b5851

Analogous Colors of #512b58

#512b58 #582b49 #3b2b58

Monochromatic Colors of #512b58

#512b58

Complementary Color

#512b58 #32582b

#512b58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512b58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512b58 Color CSS Codes

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

#512b58 Text Font Color

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

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


#512b58 Background Color

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

This div background color is #512b58


#512b58 Border Color

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

This div border color is #512b58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512b58


Comments

No comments written yet.

Please login to write comment.