Color Hex Logo

#512754 Color Hex

#512754
(81,39,84)
0 Favorites   0 Comments

Color spaces of #512754

RGB 813984
HSL0.820.370.24
HSV296°54°33°
CMYK 0.040.540.00   0.67
XYZ5.71913.84058.8274
Yxy3.84050.31100.2089
Hunter Lab19.597217.7970-12.9887
CIE-Lab23.137027.2356-19.0832

#512754 color RGB value is (81,39,84).

#512754 hex color red value is 81, green value is 39 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #512754 hue: 0.82 , saturation: 0.37 and the lightness value of 512754 is 0.24.

The process color (four color CMYK) of #512754 color hex is 0.04, 0.54, 0.00, 0.67. Web safe color of #512754 is #663366. Color #512754 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100111 01010100
Octal 121 47 124
Decimal 81 39 84
Hex 51 27 54

RGB Percentages of Color #512754

%39.71
%19.12
%41.18

CMYK Percentages of Color #512754

%4
%54
%0
%67

Triadic Colors of #512754

#512754 #545127 #275451

Analogous Colors of #512754

#512754 #542741 #3a2754

Monochromatic Colors of #512754

#512754

Complementary Color

#512754 #2a5427

#512754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512754 Color CSS Codes

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

#512754 Text Font Color

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

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


#512754 Background Color

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

This div background color is #512754


#512754 Border Color

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

This div border color is #512754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512754


Comments

No comments written yet.

Please login to write comment.