Color Hex Logo

#510160 Color Hex

#510160
(81,1,96)
0 Favorites   0 Comments

Color spaces of #510160

RGB 81196
HSL0.810.980.19
HSV291°99°38°
CMYK 0.160.990.00   0.62
XYZ5.51552.615611.2805
Yxy2.61560.28410.1347
Hunter Lab16.172832.5724-30.0337
CIE-Lab18.433545.1558-34.5651

#510160 color RGB value is (81,1,96).

#510160 hex color red value is 81, green value is 1 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #510160 hue: 0.81 , saturation: 0.98 and the lightness value of 510160 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000001 01100000
Octal 121 1 140
Decimal 81 1 96
Hex 51 1 60

RGB Percentages of Color #510160

%45.51
%0.56
%53.93

CMYK Percentages of Color #510160

%16
%99
%0
%62

Triadic Colors of #510160

#510160 #605101 #016051

Analogous Colors of #510160

#510160 #600140 #210160

Monochromatic Colors of #510160

#510160

Complementary Color

#510160 #106001

#510160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510160 Color CSS Codes

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

#510160 Text Font Color

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

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


#510160 Background Color

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

This div background color is #510160


#510160 Border Color

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

This div border color is #510160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510160


Comments

No comments written yet.

Please login to write comment.