Color Hex Logo

#7e50ce Color Hex

#7E50CE
(126,80,206)
0 Favorites   0 Comments

Color spaces of #7e50ce

RGB 12680206
HSL0.730.560.56
HSV262°61°81°
CMYK 0.390.610.00   0.19
XYZ22.613414.629260.0244
Yxy14.62920.23250.1504
Hunter Lab38.248138.6001-66.2726
CIE-Lab45.122146.3649-58.6078

#7e50ce color RGB value is (126,80,206).

#7e50ce hex color red value is 126, green value is 80 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7e50ce hue: 0.73 , saturation: 0.56 and the lightness value of 7e50ce is 0.56.

The process color (four color CMYK) of #7e50ce color hex is 0.39, 0.61, 0.00, 0.19. Web safe color of #7e50ce is #6666cc. Color #7e50ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010000 11001110
Octal 176 120 316
Decimal 126 80 206
Hex 7E 50 CE

RGB Percentages of Color #7e50ce

%30.58
%19.42
%50.00

CMYK Percentages of Color #7e50ce

%39
%61
%0
%19

Triadic Colors of #7e50ce

#7e50ce #ce7e50 #50ce7e

Analogous Colors of #7e50ce

#7e50ce #bd50ce #5061ce

Monochromatic Colors of #7e50ce

#7e50ce

Complementary Color

#7e50ce #a0ce50

#7e50ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e50ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e50ce Color CSS Codes

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

#7e50ce Text Font Color

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

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


#7e50ce Background Color

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

This div background color is #7e50ce


#7e50ce Border Color

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

This div border color is #7e50ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e50ce


Comments

No comments written yet.

Please login to write comment.