Color Hex Logo

#7e16fe Color Hex

#7E16FE
(126,22,254)
0 Favorites   0 Comments

Color spaces of #7e16fe

RGB 12622254
HSL0.740.990.54
HSV267°91°100°
CMYK 0.500.910.00   0.00
XYZ26.780512.165294.7026
Yxy12.16520.20040.0910
Hunter Lab34.878676.0181-136.5693
CIE-Lab41.477580.0430-91.8117

#7e16fe color RGB value is (126,22,254).

#7e16fe hex color red value is 126, green value is 22 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7e16fe hue: 0.74 , saturation: 0.99 and the lightness value of 7e16fe is 0.54.

The process color (four color CMYK) of #7e16fe color hex is 0.50, 0.91, 0.00, 0.00. Web safe color of #7e16fe is #6600ff. Color #7e16fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010110 11111110
Octal 176 26 376
Decimal 126 22 254
Hex 7E 16 FE

RGB Percentages of Color #7e16fe

%31.34
%5.47
%63.18

CMYK Percentages of Color #7e16fe

%50
%91
%0
%0

Triadic Colors of #7e16fe

#7e16fe #fe7e16 #16fe7e

Analogous Colors of #7e16fe

#7e16fe #f216fe #1622fe

Monochromatic Colors of #7e16fe

#7e16fe

Complementary Color

#7e16fe #96fe16

#7e16fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e16fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e16fe Color CSS Codes

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

#7e16fe Text Font Color

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

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


#7e16fe Background Color

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

This div background color is #7e16fe


#7e16fe Border Color

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

This div border color is #7e16fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,22,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e16fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e16fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7e16fe;
  box-shadow:         1px 1px 3px 2px #7e16fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,22,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e16fe

Related Colors


Comments

No comments written yet.

Please login to write comment.