Color Hex Logo

#512962 Color Hex

#512962
(81,41,98)
0 Favorites   0 Comments

Color spaces of #512962

RGB 814198
HSL0.780.410.27
HSV282°58°38°
CMYK 0.170.580.00   0.62
XYZ6.39094.217012.0324
Yxy4.21700.28230.1863
Hunter Lab20.535319.6150-20.3654
CIE-Lab24.376229.2834-26.3614

#512962 color RGB value is (81,41,98).

#512962 hex color red value is 81, green value is 41 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #512962 hue: 0.78 , saturation: 0.41 and the lightness value of 512962 is 0.27.

The process color (four color CMYK) of #512962 color hex is 0.17, 0.58, 0.00, 0.62. Web safe color of #512962 is #663366. Color #512962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101001 01100010
Octal 121 51 142
Decimal 81 41 98
Hex 51 29 62

RGB Percentages of Color #512962

%36.82
%18.64
%44.55

CMYK Percentages of Color #512962

%17
%58
%0
%62

Triadic Colors of #512962

#512962 #625129 #296251

Analogous Colors of #512962

#512962 #622957 #352962

Monochromatic Colors of #512962

#512962

Complementary Color

#512962 #3a6229

#512962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512962 Color CSS Codes

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

#512962 Text Font Color

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

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


#512962 Background Color

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

This div background color is #512962


#512962 Border Color

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

This div border color is #512962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512962


Comments

No comments written yet.

Please login to write comment.