Color Hex Logo

#7e3eeb Color Hex

#7E3EEB
(126,62,235)
0 Favorites   0 Comments

Color spaces of #7e3eeb

RGB 12662235
HSL0.730.810.58
HSV262°74°92°
CMYK 0.460.740.00   0.08
XYZ25.322213.879079.9416
Yxy13.87900.21250.1165
Hunter Lab37.254556.1324-101.1476
CIE-Lab44.058962.8550-76.8769

#7e3eeb color RGB value is (126,62,235).

#7e3eeb hex color red value is 126, green value is 62 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7e3eeb hue: 0.73 , saturation: 0.81 and the lightness value of 7e3eeb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00111110 11101011
Octal 176 76 353
Decimal 126 62 235
Hex 7E 3E EB

RGB Percentages of Color #7e3eeb

%29.79
%14.66
%55.56

CMYK Percentages of Color #7e3eeb

%46
%74
%0
%8

Triadic Colors of #7e3eeb

#7e3eeb #eb7e3e #3eeb7e

Analogous Colors of #7e3eeb

#7e3eeb #d53eeb #3e55eb

Monochromatic Colors of #7e3eeb

#7e3eeb

Complementary Color

#7e3eeb #abeb3e

#7e3eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e3eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e3eeb Color CSS Codes

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

#7e3eeb Text Font Color

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

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


#7e3eeb Background Color

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

This div background color is #7e3eeb


#7e3eeb Border Color

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

This div border color is #7e3eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e3eeb


Comments

No comments written yet.

Please login to write comment.