Color Hex Logo

#512568 Color Hex

#512568
(81,37,104)
0 Favorites   0 Comments

Color spaces of #512568

RGB 8137104
HSL0.780.480.28
HSV279°64°41°
CMYK 0.220.640.00   0.59
XYZ6.55364.071913.5373
Yxy4.07190.27120.1685
Hunter Lab20.178922.6590-25.6502
CIE-Lab23.907733.0138-31.0143

#512568 color RGB value is (81,37,104).

#512568 hex color red value is 81, green value is 37 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #512568 hue: 0.78 , saturation: 0.48 and the lightness value of 512568 is 0.28.

The process color (four color CMYK) of #512568 color hex is 0.22, 0.64, 0.00, 0.59. Web safe color of #512568 is #663366. Color #512568 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 01101000
Octal 121 45 150
Decimal 81 37 104
Hex 51 25 68

RGB Percentages of Color #512568

%36.49
%16.67
%46.85

CMYK Percentages of Color #512568

%22
%64
%0
%59

Triadic Colors of #512568

#512568 #685125 #256851

Analogous Colors of #512568

#512568 #68255e #2f2568

Monochromatic Colors of #512568

#512568

Complementary Color

#512568 #3c6825

#512568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512568 Color CSS Codes

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

#512568 Text Font Color

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

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


#512568 Background Color

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

This div background color is #512568


#512568 Border Color

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

This div border color is #512568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512568


Comments

No comments written yet.

Please login to write comment.