Color Hex Logo

#512862 Color Hex

#512862
(81,40,98)
0 Favorites   0 Comments

Color spaces of #512862

RGB 814098
HSL0.780.420.27
HSV282°59°38°
CMYK 0.170.590.00   0.62
XYZ6.35674.148812.0210
Yxy4.14880.28220.1842
Hunter Lab20.368620.0618-20.7333
CIE-Lab24.157429.8634-26.7084

#512862 color RGB value is (81,40,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 01100010
Octal 121 50 142
Decimal 81 40 98
Hex 51 28 62

RGB Percentages of Color #512862

%36.99
%18.26
%44.75

CMYK Percentages of Color #512862

%17
%59
%0
%62

Triadic Colors of #512862

#512862 #625128 #286251

Analogous Colors of #512862

#512862 #622856 #342862

Monochromatic Colors of #512862

#512862

Complementary Color

#512862 #396228

#512862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512862 Color CSS Codes

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

#512862 Text Font Color

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

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


#512862 Background Color

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

This div background color is #512862


#512862 Border Color

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

This div border color is #512862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512862


Comments

No comments written yet.

Please login to write comment.