Color Hex Logo

#801fec Color Hex

#801FEC
(128,31,236)
0 Favorites   0 Comments

Color spaces of #801fec

RGB 12831236
HSL0.750.840.52
HSV268°87°93°
CMYK 0.460.870.00   0.07
XYZ24.532411.625380.3078
Yxy11.62530.21060.0998
Hunter Lab34.095968.7651-115.7816
CIE-Lab40.614374.3222-83.0910

#801fec color RGB value is (128,31,236).

#801fec hex color red value is 128, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #801fec hue: 0.75 , saturation: 0.84 and the lightness value of 801fec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011111 11101100
Octal 200 37 354
Decimal 128 31 236
Hex 80 1F EC

RGB Percentages of Color #801fec

%32.41
%7.85
%59.75

CMYK Percentages of Color #801fec

%46
%87
%0
%7

Triadic Colors of #801fec

#801fec #ec801f #1fec80

Analogous Colors of #801fec

#801fec #e71fec #1f25ec

Monochromatic Colors of #801fec

#801fec

Complementary Color

#801fec #8bec1f

#801fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#801fec Color CSS Codes

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

#801fec Text Font Color

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

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


#801fec Background Color

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

This div background color is #801fec


#801fec Border Color

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

This div border color is #801fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801fec


Comments

No comments written yet.

Please login to write comment.