Color Hex Logo

#512f81 Color Hex

#512F81
(81,47,129)
0 Favorites   0 Comments

Color spaces of #512f81

RGB 8147129
HSL0.740.470.35
HSV265°64°51°
CMYK 0.370.640.00   0.49
XYZ8.37235.367321.3636
Yxy5.36730.23850.1529
Hunter Lab23.167423.9637-38.4564
CIE-Lab27.756633.8644-40.7742

#512f81 color RGB value is (81,47,129).

#512f81 hex color red value is 81, green value is 47 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #512f81 hue: 0.74 , saturation: 0.47 and the lightness value of 512f81 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101111 10000001
Octal 121 57 201
Decimal 81 47 129
Hex 51 2F 81

RGB Percentages of Color #512f81

%31.52
%18.29
%50.19

CMYK Percentages of Color #512f81

%37
%64
%0
%49

Triadic Colors of #512f81

#512f81 #81512f #2f8151

Analogous Colors of #512f81

#512f81 #7a2f81 #2f3681

Monochromatic Colors of #512f81

#512f81

Complementary Color

#512f81 #5f812f

#512f81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512f81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512f81 Color CSS Codes

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

#512f81 Text Font Color

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

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


#512f81 Background Color

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

This div background color is #512f81


#512f81 Border Color

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

This div border color is #512f81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512f81


Comments

No comments written yet.

Please login to write comment.