Color Hex Logo

#7e50ef Color Hex

#7E50EF
(126,80,239)
0 Favorites   0 Comments

Color spaces of #7e50ef

RGB 12680239
HSL0.710.830.63
HSV257°67°94°
CMYK 0.470.670.00   0.06
XYZ27.052816.404983.4020
Yxy16.40490.21320.1293
Hunter Lab40.503048.3438-93.7354
CIE-Lab47.501355.1856-73.5084

#7e50ef color RGB value is (126,80,239).

#7e50ef hex color red value is 126, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7e50ef hue: 0.71 , saturation: 0.83 and the lightness value of 7e50ef is 0.63.

The process color (four color CMYK) of #7e50ef color hex is 0.47, 0.67, 0.00, 0.06. Web safe color of #7e50ef is #6666ff. Color #7e50ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010000 11101111
Octal 176 120 357
Decimal 126 80 239
Hex 7E 50 EF

RGB Percentages of Color #7e50ef

%28.31
%17.98
%53.71

CMYK Percentages of Color #7e50ef

%47
%67
%0
%6

Triadic Colors of #7e50ef

#7e50ef #ef7e50 #50ef7e

Analogous Colors of #7e50ef

#7e50ef #ce50ef #5072ef

Monochromatic Colors of #7e50ef

#7e50ef

Complementary Color

#7e50ef #c1ef50

#7e50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e50ef Color CSS Codes

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

#7e50ef Text Font Color

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

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


#7e50ef Background Color

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

This div background color is #7e50ef


#7e50ef Border Color

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

This div border color is #7e50ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e50ef


Comments

No comments written yet.

Please login to write comment.