Color Hex Logo

#512281 Color Hex

#512281
(81,34,129)
0 Favorites   0 Comments

Color spaces of #512281

RGB 8134129
HSL0.750.580.32
HSV270°74°51°
CMYK 0.370.740.00   0.49
XYZ7.92784.478421.2154
Yxy4.47840.23580.1332
Hunter Lab21.162229.8358-44.6254
CIE-Lab25.193840.9018-44.9234

#512281 color RGB value is (81,34,129).

#512281 hex color red value is 81, green value is 34 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #512281 hue: 0.75 , saturation: 0.58 and the lightness value of 512281 is 0.32.

The process color (four color CMYK) of #512281 color hex is 0.37, 0.74, 0.00, 0.49. Web safe color of #512281 is #663399. Color #512281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100010 10000001
Octal 121 42 201
Decimal 81 34 129
Hex 51 22 81

RGB Percentages of Color #512281

%33.20
%13.93
%52.87

CMYK Percentages of Color #512281

%37
%74
%0
%49

Triadic Colors of #512281

#512281 #815122 #228151

Analogous Colors of #512281

#512281 #812281 #222381

Monochromatic Colors of #512281

#512281

Complementary Color

#512281 #528122

#512281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512281 Color CSS Codes

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

#512281 Text Font Color

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

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


#512281 Background Color

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

This div background color is #512281


#512281 Border Color

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

This div border color is #512281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512281


Comments

No comments written yet.

Please login to write comment.