Color Hex Logo

#510661 Color Hex

#510661
(81,6,97)
0 Favorites   0 Comments

Color spaces of #510661

RGB 81697
HSL0.800.880.20
HSV289°94°38°
CMYK 0.160.940.00   0.62
XYZ5.61612.742611.5426
Yxy2.74260.28220.1378
Hunter Lab16.560831.5516-29.7316
CIE-Lab18.982143.9613-34.3413

#510661 color RGB value is (81,6,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000110 01100001
Octal 121 6 141
Decimal 81 6 97
Hex 51 6 61

RGB Percentages of Color #510661

%44.02
%3.26
%52.72

CMYK Percentages of Color #510661

%16
%94
%0
%62

Triadic Colors of #510661

#510661 #615106 #066151

Analogous Colors of #510661

#510661 #610644 #240661

Monochromatic Colors of #510661

#510661

Complementary Color

#510661 #166106

#510661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510661 Color CSS Codes

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

#510661 Text Font Color

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

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


#510661 Background Color

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

This div background color is #510661


#510661 Border Color

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

This div border color is #510661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510661

#510661 Color Palettes


Comments

No comments written yet.

Please login to write comment.