Color Hex Logo

#7a699e Color Hex

#7A699E
(122,105,158)
0 Favorites   0 Comments

Color spaces of #7a699e

RGB 122105158
HSL0.720.210.52
HSV259°34°62°
CMYK 0.230.340.00   0.38
XYZ19.249216.709334.5584
Yxy16.70930.27300.2370
Hunter Lab40.877012.5218-21.5113
CIE-Lab47.891618.2311-26.2672

#7a699e color RGB value is (122,105,158).

#7a699e hex color red value is 122, green value is 105 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7a699e hue: 0.72 , saturation: 0.21 and the lightness value of 7a699e is 0.52.

The process color (four color CMYK) of #7a699e color hex is 0.23, 0.34, 0.00, 0.38. Web safe color of #7a699e is #666699. Color #7a699e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01101001 10011110
Octal 172 151 236
Decimal 122 105 158
Hex 7A 69 9E

RGB Percentages of Color #7a699e

%31.69
%27.27
%41.04

CMYK Percentages of Color #7a699e

%23
%34
%0
%38

Triadic Colors of #7a699e

#7a699e #9e7a69 #699e7a

Analogous Colors of #7a699e

#7a699e #95699e #69739e

Monochromatic Colors of #7a699e

#7a699e

Complementary Color

#7a699e #8d9e69

#7a699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a699e Color CSS Codes

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

#7a699e Text Font Color

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

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


#7a699e Background Color

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

This div background color is #7a699e


#7a699e Border Color

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

This div border color is #7a699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a699e


Comments

No comments written yet.

Please login to write comment.