Color Hex Logo

#511f81 Color Hex

#511F81
(81,31,129)
0 Favorites   0 Comments

Color spaces of #511f81

RGB 8131129
HSL0.750.610.31
HSV271°76°51°
CMYK 0.370.760.00   0.49
XYZ7.84584.314321.1881
Yxy4.31430.23530.1294
Hunter Lab20.770931.0758-45.9413
CIE-Lab24.684442.3417-45.7519

#511f81 color RGB value is (81,31,129).

#511f81 hex color red value is 81, green value is 31 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #511f81 hue: 0.75 , saturation: 0.61 and the lightness value of 511f81 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011111 10000001
Octal 121 37 201
Decimal 81 31 129
Hex 51 1F 81

RGB Percentages of Color #511f81

%33.61
%12.86
%53.53

CMYK Percentages of Color #511f81

%37
%76
%0
%49

Triadic Colors of #511f81

#511f81 #81511f #1f8151

Analogous Colors of #511f81

#511f81 #811f80 #201f81

Monochromatic Colors of #511f81

#511f81

Complementary Color

#511f81 #4f811f

#511f81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511f81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511f81 Color CSS Codes

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

#511f81 Text Font Color

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

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


#511f81 Background Color

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

This div background color is #511f81


#511f81 Border Color

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

This div border color is #511f81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511f81


Comments

No comments written yet.

Please login to write comment.