Color Hex Logo

#7e028d Color Hex

#7E028D
(126,2,141)
0 Favorites   0 Comments

Color spaces of #7e028d

RGB 1262141
HSL0.820.970.28
HSV294°99°55°
CMYK 0.110.990.00   0.45
XYZ13.43366.402125.7270
Yxy6.40210.29480.1405
Hunter Lab25.302450.4905-42.5734
CIE-Lab30.405160.4263-43.6352

#7e028d color RGB value is (126,2,141).

#7e028d hex color red value is 126, green value is 2 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7e028d hue: 0.82 , saturation: 0.97 and the lightness value of 7e028d is 0.28.

The process color (four color CMYK) of #7e028d color hex is 0.11, 0.99, 0.00, 0.45. Web safe color of #7e028d is #660099. Color #7e028d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000010 10001101
Octal 176 2 215
Decimal 126 2 141
Hex 7E 2 8D

RGB Percentages of Color #7e028d

%46.84
%0.74
%52.42

CMYK Percentages of Color #7e028d

%11
%99
%0
%45

Triadic Colors of #7e028d

#7e028d #8d7e02 #028d7e

Analogous Colors of #7e028d

#7e028d #8d0257 #38028d

Monochromatic Colors of #7e028d

#7e028d

Complementary Color

#7e028d #118d02

#7e028d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e028d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e028d Color CSS Codes

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

#7e028d Text Font Color

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

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


#7e028d Background Color

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

This div background color is #7e028d


#7e028d Border Color

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

This div border color is #7e028d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e028d


Comments

No comments written yet.

Please login to write comment.