Color Hex Logo

#512954 Color Hex

#512954
(81,41,84)
0 Favorites   0 Comments

Color spaces of #512954

RGB 814184
HSL0.820.340.25
HSV296°51°33°
CMYK 0.040.510.00   0.67
XYZ5.78653.97538.8498
Yxy3.97530.31090.2136
Hunter Lab19.938216.9129-12.3599
CIE-Lab23.589626.0512-18.3759

#512954 color RGB value is (81,41,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101001 01010100
Octal 121 51 124
Decimal 81 41 84
Hex 51 29 54

RGB Percentages of Color #512954

%39.32
%19.90
%40.78

CMYK Percentages of Color #512954

%4
%51
%0
%67

Triadic Colors of #512954

#512954 #545129 #295451

Analogous Colors of #512954

#512954 #542942 #3c2954

Monochromatic Colors of #512954

#512954

Complementary Color

#512954 #2c5429

#512954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512954 Color CSS Codes

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

#512954 Text Font Color

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

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


#512954 Background Color

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

This div background color is #512954


#512954 Border Color

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

This div border color is #512954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512954


Comments

No comments written yet.

Please login to write comment.