Color Hex Logo

#7a6089 Color Hex

#7A6089
(122,96,137)
0 Favorites   0 Comments

Color spaces of #7a6089

RGB 12296137
HSL0.770.180.46
HSV278°30°54°
CMYK 0.110.300.00   0.46
XYZ16.724314.309525.5474
Yxy14.30950.29560.2529
Hunter Lab37.827912.7188-13.5625
CIE-Lab44.673618.6578-18.7460

#7a6089 color RGB value is (122,96,137).

#7a6089 hex color red value is 122, green value is 96 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #7a6089 hue: 0.77 , saturation: 0.18 and the lightness value of 7a6089 is 0.46.

The process color (four color CMYK) of #7a6089 color hex is 0.11, 0.30, 0.00, 0.46. Web safe color of #7a6089 is #666699. Color #7a6089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01100000 10001001
Octal 172 140 211
Decimal 122 96 137
Hex 7A 60 89

RGB Percentages of Color #7a6089

%34.37
%27.04
%38.59

CMYK Percentages of Color #7a6089

%11
%30
%0
%46

Triadic Colors of #7a6089

#7a6089 #897a60 #60897a

Analogous Colors of #7a6089

#7a6089 #896084 #666089

Monochromatic Colors of #7a6089

#7a6089

Complementary Color

#7a6089 #6f8960

#7a6089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a6089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a6089 Color CSS Codes

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

#7a6089 Text Font Color

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

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


#7a6089 Background Color

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

This div background color is #7a6089


#7a6089 Border Color

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

This div border color is #7a6089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a6089


Comments

No comments written yet.

Please login to write comment.