Color Hex Logo

#510961 Color Hex

#510961
(81,9,97)
0 Favorites   0 Comments

Color spaces of #510961

RGB 81997
HSL0.800.830.21
HSV289°91°38°
CMYK 0.160.910.00   0.62
XYZ5.64872.807811.5535
Yxy2.80780.28230.1403
Hunter Lab16.756530.8494-29.1506
CIE-Lab19.257143.1519-33.8969

#510961 color RGB value is (81,9,97).

#510961 hex color red value is 81, green value is 9 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #510961 hue: 0.80 , saturation: 0.83 and the lightness value of 510961 is 0.21.

The process color (four color CMYK) of #510961 color hex is 0.16, 0.91, 0.00, 0.62. Web safe color of #510961 is #660066. Color #510961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001001 01100001
Octal 121 11 141
Decimal 81 9 97
Hex 51 9 61

RGB Percentages of Color #510961

%43.32
%4.81
%51.87

CMYK Percentages of Color #510961

%16
%91
%0
%62

Triadic Colors of #510961

#510961 #615109 #096151

Analogous Colors of #510961

#510961 #610945 #250961

Monochromatic Colors of #510961

#510961

Complementary Color

#510961 #196109

#510961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510961 Color CSS Codes

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

#510961 Text Font Color

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

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


#510961 Background Color

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

This div background color is #510961


#510961 Border Color

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

This div border color is #510961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510961


Comments

No comments written yet.

Please login to write comment.