Color Hex Logo

#512958 Color Hex

#512958
(81,41,88)
0 Favorites   0 Comments

Color spaces of #512958

RGB 814188
HSL0.810.360.25
HSV291°53°35°
CMYK 0.080.530.00   0.65
XYZ5.94774.03989.6988
Yxy4.03980.30210.2052
Hunter Lab20.099317.6474-14.5406
CIE-Lab23.802626.9431-20.6950

#512958 color RGB value is (81,41,88).

#512958 hex color red value is 81, green value is 41 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #512958 hue: 0.81 , saturation: 0.36 and the lightness value of 512958 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101001 01011000
Octal 121 51 130
Decimal 81 41 88
Hex 51 29 58

RGB Percentages of Color #512958

%38.57
%19.52
%41.90

CMYK Percentages of Color #512958

%8
%53
%0
%65

Triadic Colors of #512958

#512958 #585129 #295851

Analogous Colors of #512958

#512958 #582947 #3a2958

Monochromatic Colors of #512958

#512958

Complementary Color

#512958 #305829

#512958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512958 Color CSS Codes

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

#512958 Text Font Color

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

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


#512958 Background Color

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

This div background color is #512958


#512958 Border Color

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

This div border color is #512958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,41,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 #512958">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512958


Comments

No comments written yet.

Please login to write comment.