Color Hex Logo

#7e2691 Color Hex

#7E2691
(126,38,145)
0 Favorites   0 Comments

Color spaces of #7e2691

RGB 12638145
HSL0.800.580.36
HSV289°74°57°
CMYK 0.130.740.00   0.43
XYZ14.40817.866227.5470
Yxy7.86620.28920.1579
Hunter Lab28.046742.6167-38.6008
CIE-Lab33.702752.3640-40.7992

#7e2691 color RGB value is (126,38,145).

#7e2691 hex color red value is 126, green value is 38 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #7e2691 hue: 0.80 , saturation: 0.58 and the lightness value of 7e2691 is 0.36.

The process color (four color CMYK) of #7e2691 color hex is 0.13, 0.74, 0.00, 0.43. Web safe color of #7e2691 is #663399. Color #7e2691 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100110 10010001
Octal 176 46 221
Decimal 126 38 145
Hex 7E 26 91

RGB Percentages of Color #7e2691

%40.78
%12.30
%46.93

CMYK Percentages of Color #7e2691

%13
%74
%0
%43

Triadic Colors of #7e2691

#7e2691 #917e26 #26917e

Analogous Colors of #7e2691

#7e2691 #91266f #492691

Monochromatic Colors of #7e2691

#7e2691

Complementary Color

#7e2691 #399126

#7e2691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e2691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e2691 Color CSS Codes

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

#7e2691 Text Font Color

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

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


#7e2691 Background Color

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

This div background color is #7e2691


#7e2691 Border Color

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

This div border color is #7e2691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e2691


Comments

No comments written yet.

Please login to write comment.