Color Hex Logo

#801966 Color Hex

#801966
(128,25,102)
0 Favorites   0 Comments

Color spaces of #801966

RGB 12825102
HSL0.880.670.30
HSV315°80°50°
CMYK 0.000.800.20   0.50
XYZ11.64806.243813.1616
Yxy6.24380.37510.2011
Hunter Lab24.987639.4797-13.7382
CIE-Lab30.019449.9963-19.5448

#801966 color RGB value is (128,25,102).

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

The process color (four color CMYK) of #801966 color hex is 0.00, 0.80, 0.20, 0.50. Web safe color of #801966 is #990066. Color #801966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 01100110
Octal 200 31 146
Decimal 128 25 102
Hex 80 19 66

RGB Percentages of Color #801966

%50.20
%9.80
%40.00

CMYK Percentages of Color #801966

%0
%80
%20
%50

Triadic Colors of #801966

#801966 #668019 #196680

Analogous Colors of #801966

#801966 #801933 #671980

Monochromatic Colors of #801966

#801966

Complementary Color

#801966 #198033

#801966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801966 Color CSS Codes

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

#801966 Text Font Color

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

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


#801966 Background Color

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

This div background color is #801966


#801966 Border Color

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

This div border color is #801966


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,25,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801966


Comments

No comments written yet.

Please login to write comment.