Color Hex Logo

#801ffb Color Hex

#801FFB
(128,31,251)
0 Favorites   0 Comments

Color spaces of #801ffb

RGB 12831251
HSL0.740.960.55
HSV266°88°98°
CMYK 0.490.880.00   0.02
XYZ26.804712.534292.2734
Yxy12.53420.20370.0952
Hunter Lab35.403773.1888-129.7463
CIE-Lab42.052877.6617-89.1732

#801ffb color RGB value is (128,31,251).

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

The process color (four color CMYK) of #801ffb color hex is 0.49, 0.88, 0.00, 0.02. Web safe color of #801ffb is #9933ff. Color #801ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011111 11111011
Octal 200 37 373
Decimal 128 31 251
Hex 80 1F FB

RGB Percentages of Color #801ffb

%31.22
%7.56
%61.22

CMYK Percentages of Color #801ffb

%49
%88
%0
%2

Triadic Colors of #801ffb

#801ffb #fb801f #1ffb80

Analogous Colors of #801ffb

#801ffb #ee1ffb #1f2cfb

Monochromatic Colors of #801ffb

#801ffb

Complementary Color

#801ffb #9afb1f

#801ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#801ffb Color CSS Codes

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

#801ffb Text Font Color

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

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


#801ffb Background Color

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

This div background color is #801ffb


#801ffb Border Color

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

This div border color is #801ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801ffb


Comments

No comments written yet.

Please login to write comment.