Color Hex Logo

#7e29eb Color Hex

#7E29EB
(126,41,235)
0 Favorites   0 Comments

Color spaces of #7e29eb

RGB 12641235
HSL0.740.830.54
HSV266°83°92°
CMYK 0.460.830.00   0.08
XYZ24.392512.019779.6317
Yxy12.01970.21020.1036
Hunter Lab34.669464.9164-111.9137
CIE-Lab41.247470.9869-81.4909

#7e29eb color RGB value is (126,41,235).

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

The process color (four color CMYK) of #7e29eb color hex is 0.46, 0.83, 0.00, 0.08. Web safe color of #7e29eb is #6633ff. Color #7e29eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00101001 11101011
Octal 176 51 353
Decimal 126 41 235
Hex 7E 29 EB

RGB Percentages of Color #7e29eb

%31.34
%10.20
%58.46

CMYK Percentages of Color #7e29eb

%46
%83
%0
%8

Triadic Colors of #7e29eb

#7e29eb #eb7e29 #29eb7e

Analogous Colors of #7e29eb

#7e29eb #df29eb #2935eb

Monochromatic Colors of #7e29eb

#7e29eb

Complementary Color

#7e29eb #96eb29

#7e29eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e29eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e29eb Color CSS Codes

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

#7e29eb Text Font Color

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

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


#7e29eb Background Color

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

This div background color is #7e29eb


#7e29eb Border Color

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

This div border color is #7e29eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e29eb


Comments

No comments written yet.

Please login to write comment.