Color Hex Logo

#801e9f Color Hex

#801E9F
(128,30,159)
0 Favorites   0 Comments

Color spaces of #801e9f

RGB 12830159
HSL0.790.680.37
HSV286°81°62°
CMYK 0.190.810.00   0.38
XYZ15.62448.020933.5256
Yxy8.02090.27330.1403
Hunter Lab28.321248.9138-50.3605
CIE-Lab34.026458.2688-48.8000

#801e9f color RGB value is (128,30,159).

#801e9f hex color red value is 128, green value is 30 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #801e9f hue: 0.79 , saturation: 0.68 and the lightness value of 801e9f is 0.37.

The process color (four color CMYK) of #801e9f color hex is 0.19, 0.81, 0.00, 0.38. Web safe color of #801e9f is #993399. Color #801e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011110 10011111
Octal 200 36 237
Decimal 128 30 159
Hex 80 1E 9F

RGB Percentages of Color #801e9f

%40.38
%9.46
%50.16

CMYK Percentages of Color #801e9f

%19
%81
%0
%38

Triadic Colors of #801e9f

#801e9f #9f801e #1e9f80

Analogous Colors of #801e9f

#801e9f #9f1e7e #401e9f

Monochromatic Colors of #801e9f

#801e9f

Complementary Color

#801e9f #3d9f1e

#801e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#801e9f Color CSS Codes

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

#801e9f Text Font Color

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

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


#801e9f Background Color

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

This div background color is #801e9f


#801e9f Border Color

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

This div border color is #801e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,30,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #801e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #801e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #801e9f;
  box-shadow:         1px 1px 3px 2px #801e9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801e9f


Comments

No comments written yet.

Please login to write comment.