Color Hex Logo

#512558 Color Hex

#512558
(81,37,88)
0 Favorites   0 Comments

Color spaces of #512558

RGB 813788
HSL0.810.410.25
HSV292°58°35°
CMYK 0.080.580.00   0.65
XYZ5.81643.77709.6550
Yxy3.77700.30220.1962
Hunter Lab19.434519.4115-15.8509
CIE-Lab22.920129.2754-22.0819

#512558 color RGB value is (81,37,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 01011000
Octal 121 45 130
Decimal 81 37 88
Hex 51 25 58

RGB Percentages of Color #512558

%39.32
%17.96
%42.72

CMYK Percentages of Color #512558

%8
%58
%0
%65

Triadic Colors of #512558

#512558 #585125 #255851

Analogous Colors of #512558

#512558 #582545 #382558

Monochromatic Colors of #512558

#512558

Complementary Color

#512558 #2c5825

#512558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512558 Color CSS Codes

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

#512558 Text Font Color

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

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


#512558 Background Color

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

This div background color is #512558


#512558 Border Color

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

This div border color is #512558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512558


Comments

No comments written yet.

Please login to write comment.