Color Hex Logo

#7e2084 Color Hex

#7E2084
(126,32,132)
0 Favorites   0 Comments

Color spaces of #7e2084

RGB 12632132
HSL0.820.610.32
HSV296°76°52°
CMYK 0.050.760.00   0.48
XYZ13.28567.134622.5067
Yxy7.13460.30950.1662
Hunter Lab26.710742.0403-31.2609
CIE-Lab32.111452.1115-35.3028

#7e2084 color RGB value is (126,32,132).

#7e2084 hex color red value is 126, green value is 32 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #7e2084 hue: 0.82 , saturation: 0.61 and the lightness value of 7e2084 is 0.32.

The process color (four color CMYK) of #7e2084 color hex is 0.05, 0.76, 0.00, 0.48. Web safe color of #7e2084 is #663399. Color #7e2084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100000 10000100
Octal 176 40 204
Decimal 126 32 132
Hex 7E 20 84

RGB Percentages of Color #7e2084

%43.45
%11.03
%45.52

CMYK Percentages of Color #7e2084

%5
%76
%0
%48

Triadic Colors of #7e2084

#7e2084 #847e20 #20847e

Analogous Colors of #7e2084

#7e2084 #842058 #4c2084

Monochromatic Colors of #7e2084

#7e2084

Complementary Color

#7e2084 #268420

#7e2084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e2084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e2084 Color CSS Codes

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

#7e2084 Text Font Color

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

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


#7e2084 Background Color

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

This div background color is #7e2084


#7e2084 Border Color

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

This div border color is #7e2084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e2084


Comments

No comments written yet.

Please login to write comment.