Color Hex Logo

#7e4afb Color Hex

#7E4AFB
(126,74,251)
0 Favorites   0 Comments

Color spaces of #7e4afb

RGB 12674251
HSL0.720.960.64
HSV258°71°98°
CMYK 0.500.710.00   0.02
XYZ28.465616.298292.9124
Yxy16.29820.20680.1184
Hunter Lab40.371055.2110-108.1940
CIE-Lab47.363361.4089-80.4531

#7e4afb color RGB value is (126,74,251).

#7e4afb hex color red value is 126, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7e4afb hue: 0.72 , saturation: 0.96 and the lightness value of 7e4afb is 0.64.

The process color (four color CMYK) of #7e4afb color hex is 0.50, 0.71, 0.00, 0.02. Web safe color of #7e4afb is #6633ff. Color #7e4afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01001010 11111011
Octal 176 112 373
Decimal 126 74 251
Hex 7E 4A FB

RGB Percentages of Color #7e4afb

%27.94
%16.41
%55.65

CMYK Percentages of Color #7e4afb

%50
%71
%0
%2

Triadic Colors of #7e4afb

#7e4afb #fb7e4a #4afb7e

Analogous Colors of #7e4afb

#7e4afb #d74afb #4a6ffb

Monochromatic Colors of #7e4afb

#7e4afb

Complementary Color

#7e4afb #c7fb4a

#7e4afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e4afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e4afb Color CSS Codes

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

#7e4afb Text Font Color

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

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


#7e4afb Background Color

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

This div background color is #7e4afb


#7e4afb Border Color

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

This div border color is #7e4afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e4afb


Comments

No comments written yet.

Please login to write comment.