Color Hex Logo

#51206f Color Hex

#51206F
(81,32,111)
0 Favorites   0 Comments

Color spaces of #51206f

RGB 8132111
HSL0.770.550.28
HSV277°71°44°
CMYK 0.270.710.00   0.56
XYZ6.77913.930115.4402
Yxy3.93010.25920.1503
Hunter Lab19.824526.3463-32.3006
CIE-Lab23.439037.3593-36.2961

#51206f color RGB value is (81,32,111).

#51206f hex color red value is 81, green value is 32 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #51206f hue: 0.77 , saturation: 0.55 and the lightness value of 51206f is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100000 01101111
Octal 121 40 157
Decimal 81 32 111
Hex 51 20 6F

RGB Percentages of Color #51206f

%36.16
%14.29
%49.55

CMYK Percentages of Color #51206f

%27
%71
%0
%56

Triadic Colors of #51206f

#51206f #6f5120 #206f51

Analogous Colors of #51206f

#51206f #6f2066 #2a206f

Monochromatic Colors of #51206f

#51206f

Complementary Color

#51206f #3e6f20

#51206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51206f Color CSS Codes

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

#51206f Text Font Color

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

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


#51206f Background Color

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

This div background color is #51206f


#51206f Border Color

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

This div border color is #51206f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,32,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51206f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51206f;
  -webkit-box-shadow: 1px 1px 3px 2px #51206f;
  box-shadow:         1px 1px 3px 2px #51206f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51206f


Comments

No comments written yet.

Please login to write comment.