Color Hex Logo

#801ff6 Color Hex

#801FF6
(128,31,246)
0 Favorites   0 Comments

Color spaces of #801ff6

RGB 12831246
HSL0.740.920.54
HSV267°87°96°
CMYK 0.480.870.00   0.04
XYZ26.026612.223088.1763
Yxy12.22300.20590.0967
Hunter Lab34.961471.6997-125.0626
CIE-Lab41.568476.5461-87.1648

#801ff6 color RGB value is (128,31,246).

#801ff6 hex color red value is 128, green value is 31 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #801ff6 hue: 0.74 , saturation: 0.92 and the lightness value of 801ff6 is 0.54.

The process color (four color CMYK) of #801ff6 color hex is 0.48, 0.87, 0.00, 0.04. Web safe color of #801ff6 is #9933ff. Color #801ff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011111 11110110
Octal 200 37 366
Decimal 128 31 246
Hex 80 1F F6

RGB Percentages of Color #801ff6

%31.60
%7.65
%60.74

CMYK Percentages of Color #801ff6

%48
%87
%0
%4

Triadic Colors of #801ff6

#801ff6 #f6801f #1ff680

Analogous Colors of #801ff6

#801ff6 #ec1ff6 #1f2af6

Monochromatic Colors of #801ff6

#801ff6

Complementary Color

#801ff6 #95f61f

#801ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#801ff6 Color CSS Codes

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

#801ff6 Text Font Color

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

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


#801ff6 Background Color

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

This div background color is #801ff6


#801ff6 Border Color

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

This div border color is #801ff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801ff6


Comments

No comments written yet.

Please login to write comment.