Color Hex Logo

#7e06ab Color Hex

#7E06AB
(126,6,171)
0 Favorites   0 Comments

Color spaces of #7e06ab

RGB 1266171
HSL0.790.930.35
HSV284°96°67°
CMYK 0.260.960.00   0.33
XYZ16.02007.506139.1326
Yxy7.50610.25570.1198
Hunter Lab27.397356.4291-65.5082
CIE-Lab32.932465.2769-57.8306

#7e06ab color RGB value is (126,6,171).

#7e06ab hex color red value is 126, green value is 6 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7e06ab hue: 0.79 , saturation: 0.93 and the lightness value of 7e06ab is 0.35.

The process color (four color CMYK) of #7e06ab color hex is 0.26, 0.96, 0.00, 0.33. Web safe color of #7e06ab is #660099. Color #7e06ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000110 10101011
Octal 176 6 253
Decimal 126 6 171
Hex 7E 6 AB

RGB Percentages of Color #7e06ab

%41.58
%1.98
%56.44

CMYK Percentages of Color #7e06ab

%26
%96
%0
%33

Triadic Colors of #7e06ab

#7e06ab #ab7e06 #06ab7e

Analogous Colors of #7e06ab

#7e06ab #ab0686 #2c06ab

Monochromatic Colors of #7e06ab

#7e06ab

Complementary Color

#7e06ab #33ab06

#7e06ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e06ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e06ab Color CSS Codes

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

#7e06ab Text Font Color

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

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


#7e06ab Background Color

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

This div background color is #7e06ab


#7e06ab Border Color

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

This div border color is #7e06ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e06ab


Comments

No comments written yet.

Please login to write comment.