Color Hex Logo

#801061 Color Hex

#801061
(128,16,97)
0 Favorites   0 Comments

Color spaces of #801061

RGB 1281697
HSL0.880.780.28
HSV317°88°50°
CMYK 0.000.880.24   0.50
XYZ11.24505.822811.8405
Yxy5.82280.38900.2014
Hunter Lab24.130540.9541-12.2015
CIE-Lab28.960951.6608-17.9438

#801061 color RGB value is (128,16,97).

#801061 hex color red value is 128, green value is 16 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #801061 hue: 0.88 , saturation: 0.78 and the lightness value of 801061 is 0.28.

The process color (four color CMYK) of #801061 color hex is 0.00, 0.88, 0.24, 0.50. Web safe color of #801061 is #990066. Color #801061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010000 01100001
Octal 200 20 141
Decimal 128 16 97
Hex 80 10 61

RGB Percentages of Color #801061

%53.11
%6.64
%40.25

CMYK Percentages of Color #801061

%0
%88
%24
%50

Triadic Colors of #801061

#801061 #618010 #106180

Analogous Colors of #801061

#801061 #801029 #671080

Monochromatic Colors of #801061

#801061

Complementary Color

#801061 #10802f

#801061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801061 Color CSS Codes

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

#801061 Text Font Color

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

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


#801061 Background Color

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

This div background color is #801061


#801061 Border Color

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

This div border color is #801061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801061


Comments

No comments written yet.

Please login to write comment.