Color Hex Logo

#7e59eb Color Hex

#7E59EB
(126,89,235)
0 Favorites   0 Comments

Color spaces of #7e59eb

RGB 12689235
HSL0.710.780.64
HSV255°62°92°
CMYK 0.460.620.00   0.08
XYZ27.172017.578580.5581
Yxy17.57850.21680.1403
Hunter Lab41.926742.3111-84.5712
CIE-Lab48.980849.2906-68.8535

#7e59eb color RGB value is (126,89,235).

#7e59eb hex color red value is 126, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7e59eb hue: 0.71 , saturation: 0.78 and the lightness value of 7e59eb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011001 11101011
Octal 176 131 353
Decimal 126 89 235
Hex 7E 59 EB

RGB Percentages of Color #7e59eb

%28.00
%19.78
%52.22

CMYK Percentages of Color #7e59eb

%46
%62
%0
%8

Triadic Colors of #7e59eb

#7e59eb #eb7e59 #59eb7e

Analogous Colors of #7e59eb

#7e59eb #c759eb #597deb

Monochromatic Colors of #7e59eb

#7e59eb

Complementary Color

#7e59eb #c6eb59

#7e59eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e59eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e59eb Color CSS Codes

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

#7e59eb Text Font Color

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

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


#7e59eb Background Color

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

This div background color is #7e59eb


#7e59eb Border Color

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

This div border color is #7e59eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e59eb


Comments

No comments written yet.

Please login to write comment.