Color Hex Logo

#801188 Color Hex

#801188
(128,17,136)
0 Favorites   0 Comments

Color spaces of #801188

RGB 12817136
HSL0.820.780.30
HSV296°88°53°
CMYK 0.060.880.00   0.47
XYZ13.54656.767723.8849
Yxy6.76770.30650.1531
Hunter Lab26.014847.4231-36.2254
CIE-Lab31.272157.4167-39.1159

#801188 color RGB value is (128,17,136).

#801188 hex color red value is 128, green value is 17 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #801188 hue: 0.82 , saturation: 0.78 and the lightness value of 801188 is 0.30.

The process color (four color CMYK) of #801188 color hex is 0.06, 0.88, 0.00, 0.47. Web safe color of #801188 is #990099. Color #801188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010001 10001000
Octal 200 21 210
Decimal 128 17 136
Hex 80 11 88

RGB Percentages of Color #801188

%45.55
%6.05
%48.40

CMYK Percentages of Color #801188

%6
%88
%0
%47

Triadic Colors of #801188

#801188 #888011 #118880

Analogous Colors of #801188

#801188 #881155 #451188

Monochromatic Colors of #801188

#801188

Complementary Color

#801188 #198811

#801188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801188 Color CSS Codes

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

#801188 Text Font Color

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

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


#801188 Background Color

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

This div background color is #801188


#801188 Border Color

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

This div border color is #801188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801188


Comments

No comments written yet.

Please login to write comment.