Color Hex Logo

#7e128e Color Hex

#7E128E
(126,18,142)
0 Favorites   0 Comments

Color spaces of #7e128e

RGB 12618142
HSL0.810.780.31
HSV292°87°56°
CMYK 0.110.870.00   0.44
XYZ13.70306.821226.1856
Yxy6.82120.29340.1460
Hunter Lab26.117447.9479-41.1626
CIE-Lab31.396457.8831-42.6565

#7e128e color RGB value is (126,18,142).

#7e128e hex color red value is 126, green value is 18 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #7e128e hue: 0.81 , saturation: 0.78 and the lightness value of 7e128e is 0.31.

The process color (four color CMYK) of #7e128e color hex is 0.11, 0.87, 0.00, 0.44. Web safe color of #7e128e is #660099. Color #7e128e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010010 10001110
Octal 176 22 216
Decimal 126 18 142
Hex 7E 12 8E

RGB Percentages of Color #7e128e

%44.06
%6.29
%49.65

CMYK Percentages of Color #7e128e

%11
%87
%0
%44

Triadic Colors of #7e128e

#7e128e #8e7e12 #128e7e

Analogous Colors of #7e128e

#7e128e #8e1260 #40128e

Monochromatic Colors of #7e128e

#7e128e

Complementary Color

#7e128e #228e12

#7e128e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e128e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e128e Color CSS Codes

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

#7e128e Text Font Color

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

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


#7e128e Background Color

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

This div background color is #7e128e


#7e128e Border Color

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

This div border color is #7e128e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e128e


Comments

No comments written yet.

Please login to write comment.