Color Hex Logo

#7e3066 Color Hex

#7E3066
(126,48,102)
0 Favorites   0 Comments

Color spaces of #7e3066

RGB 12648102
HSL0.880.450.34
HSV318°62°49°
CMYK 0.000.620.19   0.51
XYZ12.05947.508813.3841
Yxy7.50880.36600.2279
Hunter Lab27.402230.6020-9.7776
CIE-Lab32.938240.3054-15.0665

#7e3066 color RGB value is (126,48,102).

#7e3066 hex color red value is 126, green value is 48 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #7e3066 hue: 0.88 , saturation: 0.45 and the lightness value of 7e3066 is 0.34.

The process color (four color CMYK) of #7e3066 color hex is 0.00, 0.62, 0.19, 0.51. Web safe color of #7e3066 is #663366. Color #7e3066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00110000 01100110
Octal 176 60 146
Decimal 126 48 102
Hex 7E 30 66

RGB Percentages of Color #7e3066

%45.65
%17.39
%36.96

CMYK Percentages of Color #7e3066

%0
%62
%19
%51

Triadic Colors of #7e3066

#7e3066 #667e30 #30667e

Analogous Colors of #7e3066

#7e3066 #7e303f #6f307e

Monochromatic Colors of #7e3066

#7e3066

Complementary Color

#7e3066 #307e48

#7e3066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e3066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e3066 Color CSS Codes

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

#7e3066 Text Font Color

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

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


#7e3066 Background Color

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

This div background color is #7e3066


#7e3066 Border Color

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

This div border color is #7e3066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e3066


Comments

No comments written yet.

Please login to write comment.