Color Hex Logo

#512984 Color Hex

#512984
(81,41,132)
0 Favorites   0 Comments

Color spaces of #512984

RGB 8141132
HSL0.740.530.34
HSV266°69°52°
CMYK 0.390.690.00   0.48
XYZ8.35115.001122.3550
Yxy5.00110.23390.1401
Hunter Lab22.363127.5220-43.6142
CIE-Lab26.737938.0673-44.3012

#512984 color RGB value is (81,41,132).

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

The process color (four color CMYK) of #512984 color hex is 0.39, 0.69, 0.00, 0.48. Web safe color of #512984 is #663399. Color #512984 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101001 10000100
Octal 121 51 204
Decimal 81 41 132
Hex 51 29 84

RGB Percentages of Color #512984

%31.89
%16.14
%51.97

CMYK Percentages of Color #512984

%39
%69
%0
%48

Triadic Colors of #512984

#512984 #845129 #298451

Analogous Colors of #512984

#512984 #7f2984 #292f84

Monochromatic Colors of #512984

#512984

Complementary Color

#512984 #5c8429

#512984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512984 Color CSS Codes

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

#512984 Text Font Color

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

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


#512984 Background Color

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

This div background color is #512984


#512984 Border Color

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

This div border color is #512984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512984


Comments

No comments written yet.

Please login to write comment.