Color Hex Logo

#7e0069 Color Hex

#7E0069
(126,0,105)
0 Favorites   0 Comments

Color spaces of #7e0069

RGB 1260105
HSL0.861.000.25
HSV310°100°49°
CMYK 0.001.000.17   0.51
XYZ11.15405.455513.8297
Yxy5.45550.36640.1792
Hunter Lab23.357044.3668-18.7557
CIE-Lab27.995055.1606-24.6809

#7e0069 color RGB value is (126,0,105).

#7e0069 hex color red value is 126, green value is 0 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #7e0069 hue: 0.86 , saturation: 1.00 and the lightness value of 7e0069 is 0.25.

The process color (four color CMYK) of #7e0069 color hex is 0.00, 1.00, 0.17, 0.51. Web safe color of #7e0069 is #660066. Color #7e0069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000000 01101001
Octal 176 0 151
Decimal 126 0 105
Hex 7E 0 69

RGB Percentages of Color #7e0069

%54.55
%0.00
%45.45

CMYK Percentages of Color #7e0069

%0
%100
%17
%51

Triadic Colors of #7e0069

#7e0069 #697e00 #00697e

Analogous Colors of #7e0069

#7e0069 #7e002a #54007e

Monochromatic Colors of #7e0069

#7e0069

Complementary Color

#7e0069 #007e15

#7e0069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e0069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e0069 Color CSS Codes

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

#7e0069 Text Font Color

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

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


#7e0069 Background Color

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

This div background color is #7e0069


#7e0069 Border Color

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

This div border color is #7e0069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e0069


Comments

No comments written yet.

Please login to write comment.