Color Hex Logo

#7e69a6 Color Hex

#7E69A6
(126,105,166)
0 Favorites   0 Comments

Color spaces of #7e69a6

RGB 126105166
HSL0.720.260.53
HSV261°37°65°
CMYK 0.240.370.00   0.35
XYZ20.538717.291938.3316
Yxy17.29190.26970.2270
Hunter Lab41.583515.3925-25.5449
CIE-Lab48.625721.4824-29.7961

#7e69a6 color RGB value is (126,105,166).

#7e69a6 hex color red value is 126, green value is 105 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #7e69a6 hue: 0.72 , saturation: 0.26 and the lightness value of 7e69a6 is 0.53.

The process color (four color CMYK) of #7e69a6 color hex is 0.24, 0.37, 0.00, 0.35. Web safe color of #7e69a6 is #666699. Color #7e69a6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01101001 10100110
Octal 176 151 246
Decimal 126 105 166
Hex 7E 69 A6

RGB Percentages of Color #7e69a6

%31.74
%26.45
%41.81

CMYK Percentages of Color #7e69a6

%24
%37
%0
%35

Triadic Colors of #7e69a6

#7e69a6 #a67e69 #69a67e

Analogous Colors of #7e69a6

#7e69a6 #9d69a6 #6973a6

Monochromatic Colors of #7e69a6

#7e69a6

Complementary Color

#7e69a6 #91a669

#7e69a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e69a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e69a6 Color CSS Codes

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

#7e69a6 Text Font Color

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

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


#7e69a6 Background Color

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

This div background color is #7e69a6


#7e69a6 Border Color

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

This div border color is #7e69a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e69a6


Comments

No comments written yet.

Please login to write comment.