Color Hex Logo

#801861 Color Hex

#801861
(128,24,97)
0 Favorites   0 Comments

Color spaces of #801861

RGB 1282497
HSL0.880.680.30
HSV318°81°50°
CMYK 0.000.810.24   0.50
XYZ11.38646.105511.8876
Yxy6.10550.38760.2078
Hunter Lab24.709339.0140-11.2278
CIE-Lab29.677149.5985-16.8354

#801861 color RGB value is (128,24,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011000 01100001
Octal 200 30 141
Decimal 128 24 97
Hex 80 18 61

RGB Percentages of Color #801861

%51.41
%9.64
%38.96

CMYK Percentages of Color #801861

%0
%81
%24
%50

Triadic Colors of #801861

#801861 #618018 #186180

Analogous Colors of #801861

#801861 #80182d #6b1880

Monochromatic Colors of #801861

#801861

Complementary Color

#801861 #188037

#801861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801861 Color CSS Codes

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

#801861 Text Font Color

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

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


#801861 Background Color

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

This div background color is #801861


#801861 Border Color

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

This div border color is #801861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801861


Comments

No comments written yet.

Please login to write comment.