Color Hex Logo

#7e05fe Color Hex

#7E05FE
(126,5,254)
0 Favorites   0 Comments

Color spaces of #7e05fe

RGB 1265254
HSL0.750.990.51
HSV269°98°100°
CMYK 0.500.980.00   0.00
XYZ26.547811.699994.6250
Yxy11.69990.19980.0881
Hunter Lab34.205178.6812-140.0762
CIE-Lab40.735182.2907-93.0395

#7e05fe color RGB value is (126,5,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000101 11111110
Octal 176 5 376
Decimal 126 5 254
Hex 7E 5 FE

RGB Percentages of Color #7e05fe

%32.73
%1.30
%65.97

CMYK Percentages of Color #7e05fe

%50
%98
%0
%0

Triadic Colors of #7e05fe

#7e05fe #fe7e05 #05fe7e

Analogous Colors of #7e05fe

#7e05fe #fb05fe #0508fe

Monochromatic Colors of #7e05fe

#7e05fe

Complementary Color

#7e05fe #85fe05

#7e05fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e05fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e05fe Color CSS Codes

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

#7e05fe Text Font Color

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

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


#7e05fe Background Color

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

This div background color is #7e05fe


#7e05fe Border Color

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

This div border color is #7e05fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,5,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 #7e05fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e05fe


Comments

No comments written yet.

Please login to write comment.