Color Hex Logo

#512171 Color Hex

#512171
(81,33,113)
0 Favorites   0 Comments

Color spaces of #512171

RGB 8133113
HSL0.770.550.29
HSV276°71°44°
CMYK 0.280.710.00   0.56
XYZ6.91784.029316.0359
Yxy4.02930.25640.1493
Hunter Lab20.073126.3885-33.3141
CIE-Lab23.768137.3455-37.0531

#512171 color RGB value is (81,33,113).

#512171 hex color red value is 81, green value is 33 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #512171 hue: 0.77 , saturation: 0.55 and the lightness value of 512171 is 0.29.

The process color (four color CMYK) of #512171 color hex is 0.28, 0.71, 0.00, 0.56. Web safe color of #512171 is #663366. Color #512171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100001 01110001
Octal 121 41 161
Decimal 81 33 113
Hex 51 21 71

RGB Percentages of Color #512171

%35.68
%14.54
%49.78

CMYK Percentages of Color #512171

%28
%71
%0
%56

Triadic Colors of #512171

#512171 #715121 #217151

Analogous Colors of #512171

#512171 #712169 #292171

Monochromatic Colors of #512171

#512171

Complementary Color

#512171 #417121

#512171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512171 Color CSS Codes

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

#512171 Text Font Color

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

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


#512171 Background Color

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

This div background color is #512171


#512171 Border Color

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

This div border color is #512171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512171


Comments

No comments written yet.

Please login to write comment.