Color Hex Logo

#7a6daf Color Hex

#7A6DAF
(122,109,175)
0 Favorites   0 Comments

Color spaces of #7a6daf

RGB 122109175
HSL0.700.290.56
HSV252°38°69°
CMYK 0.300.380.00   0.31
XYZ21.232518.170042.9455
Yxy18.17000.25780.2206
Hunter Lab42.626314.3163-29.8956
CIE-Lab49.701720.1860-33.3940

#7a6daf color RGB value is (122,109,175).

#7a6daf hex color red value is 122, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7a6daf hue: 0.70 , saturation: 0.29 and the lightness value of 7a6daf is 0.56.

The process color (four color CMYK) of #7a6daf color hex is 0.30, 0.38, 0.00, 0.31. Web safe color of #7a6daf is #666699. Color #7a6daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01101101 10101111
Octal 172 155 257
Decimal 122 109 175
Hex 7A 6D AF

RGB Percentages of Color #7a6daf

%30.05
%26.85
%43.10

CMYK Percentages of Color #7a6daf

%30
%38
%0
%31

Triadic Colors of #7a6daf

#7a6daf #af7a6d #6daf7a

Analogous Colors of #7a6daf

#7a6daf #9b6daf #6d81af

Monochromatic Colors of #7a6daf

#7a6daf

Complementary Color

#7a6daf #a2af6d

#7a6daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a6daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a6daf Color CSS Codes

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

#7a6daf Text Font Color

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

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


#7a6daf Background Color

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

This div background color is #7a6daf


#7a6daf Border Color

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

This div border color is #7a6daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a6daf


Comments

No comments written yet.

Please login to write comment.