Color Hex Logo

#7e50ba Color Hex

#7E50BA
(126,80,186)
0 Favorites   0 Comments

Color spaces of #7e50ba

RGB 12680186
HSL0.740.430.52
HSV266°57°73°
CMYK 0.320.570.00   0.27
XYZ20.335813.718148.0304
Yxy13.71810.24770.1671
Hunter Lab37.038033.1895-50.9600
CIE-Lab43.825941.1800-49.0989

#7e50ba color RGB value is (126,80,186).

#7e50ba hex color red value is 126, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7e50ba hue: 0.74 , saturation: 0.43 and the lightness value of 7e50ba is 0.52.

The process color (four color CMYK) of #7e50ba color hex is 0.32, 0.57, 0.00, 0.27. Web safe color of #7e50ba is #6666cc. Color #7e50ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010000 10111010
Octal 176 120 272
Decimal 126 80 186
Hex 7E 50 BA

RGB Percentages of Color #7e50ba

%32.14
%20.41
%47.45

CMYK Percentages of Color #7e50ba

%32
%57
%0
%27

Triadic Colors of #7e50ba

#7e50ba #ba7e50 #50ba7e

Analogous Colors of #7e50ba

#7e50ba #b350ba #5057ba

Monochromatic Colors of #7e50ba

#7e50ba

Complementary Color

#7e50ba #8cba50

#7e50ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e50ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e50ba Color CSS Codes

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

#7e50ba Text Font Color

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

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


#7e50ba Background Color

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

This div background color is #7e50ba


#7e50ba Border Color

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

This div border color is #7e50ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e50ba


Comments

No comments written yet.

Please login to write comment.