Color Hex Logo

#7e058e Color Hex

#7E058E
(126,5,142)
0 Favorites   0 Comments

Color spaces of #7e058e

RGB 1265142
HSL0.810.930.29
HSV293°96°56°
CMYK 0.110.960.00   0.44
XYZ13.54096.497226.1316
Yxy6.49720.29330.1407
Hunter Lab25.489650.2181-42.9406
CIE-Lab30.633760.1324-43.8858

#7e058e color RGB value is (126,5,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000101 10001110
Octal 176 5 216
Decimal 126 5 142
Hex 7E 5 8E

RGB Percentages of Color #7e058e

%46.15
%1.83
%52.01

CMYK Percentages of Color #7e058e

%11
%96
%0
%44

Triadic Colors of #7e058e

#7e058e #8e7e05 #058e7e

Analogous Colors of #7e058e

#7e058e #8e0559 #3a058e

Monochromatic Colors of #7e058e

#7e058e

Complementary Color

#7e058e #158e05

#7e058e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e058e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e058e Color CSS Codes

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

#7e058e Text Font Color

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

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


#7e058e Background Color

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

This div background color is #7e058e


#7e058e Border Color

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

This div border color is #7e058e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e058e


Comments

No comments written yet.

Please login to write comment.