Color Hex Logo

#801098 Color Hex

#801098
(128,16,152)
0 Favorites   0 Comments

Color spaces of #801098

RGB 12816152
HSL0.800.810.33
HSV289°89°60°
CMYK 0.160.890.00   0.40
XYZ14.75497.226830.3230
Yxy7.22680.28210.1382
Hunter Lab26.882750.9271-48.0597
CIE-Lab32.317760.4555-47.3008

#801098 color RGB value is (128,16,152).

#801098 hex color red value is 128, green value is 16 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #801098 hue: 0.80 , saturation: 0.81 and the lightness value of 801098 is 0.33.

The process color (four color CMYK) of #801098 color hex is 0.16, 0.89, 0.00, 0.40. Web safe color of #801098 is #990099. Color #801098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010000 10011000
Octal 200 20 230
Decimal 128 16 152
Hex 80 10 98

RGB Percentages of Color #801098

%43.24
%5.41
%51.35

CMYK Percentages of Color #801098

%16
%89
%0
%40

Triadic Colors of #801098

#801098 #988010 #109880

Analogous Colors of #801098

#801098 #98106c #3c1098

Monochromatic Colors of #801098

#801098

Complementary Color

#801098 #289810

#801098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801098 Color CSS Codes

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

#801098 Text Font Color

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

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


#801098 Background Color

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

This div background color is #801098


#801098 Border Color

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

This div border color is #801098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801098


Comments

No comments written yet.

Please login to write comment.