Color Hex Logo

#7e158e Color Hex

#7E158E
(126,21,142)
0 Favorites   0 Comments

Color spaces of #7e158e

RGB 12621142
HSL0.810.740.32
HSV292°85°56°
CMYK 0.110.850.00   0.44
XYZ13.75486.924926.2029
Yxy6.92490.29340.1477
Hunter Lab26.315247.2493-40.6163
CIE-Lab31.635357.1830-42.2719

#7e158e color RGB value is (126,21,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010101 10001110
Octal 176 25 216
Decimal 126 21 142
Hex 7E 15 8E

RGB Percentages of Color #7e158e

%43.60
%7.27
%49.13

CMYK Percentages of Color #7e158e

%11
%85
%0
%44

Triadic Colors of #7e158e

#7e158e #8e7e15 #158e7e

Analogous Colors of #7e158e

#7e158e #8e1561 #42158e

Monochromatic Colors of #7e158e

#7e158e

Complementary Color

#7e158e #258e15

#7e158e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e158e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e158e Color CSS Codes

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

#7e158e Text Font Color

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

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


#7e158e Background Color

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

This div background color is #7e158e


#7e158e Border Color

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

This div border color is #7e158e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,21,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 #7e158e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e158e


Comments

No comments written yet.

Please login to write comment.