Color Hex Logo

#7a7391 Color Hex

#7A7391
(122,115,145)
0 Favorites   0 Comments

Color spaces of #7a7391

RGB 122115145
HSL0.710.120.51
HSV254°21°57°
CMYK 0.160.210.00   0.43
XYZ19.267618.443429.3325
Yxy18.44340.28740.2751
Hunter Lab42.94584.9288-10.4338
CIE-Lab50.02959.1096-15.3254

#7a7391 color RGB value is (122,115,145).

#7a7391 hex color red value is 122, green value is 115 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #7a7391 hue: 0.71 , saturation: 0.12 and the lightness value of 7a7391 is 0.51.

The process color (four color CMYK) of #7a7391 color hex is 0.16, 0.21, 0.00, 0.43. Web safe color of #7a7391 is #666699. Color #7a7391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110011 10010001
Octal 172 163 221
Decimal 122 115 145
Hex 7A 73 91

RGB Percentages of Color #7a7391

%31.94
%30.10
%37.96

CMYK Percentages of Color #7a7391

%16
%21
%0
%43

Triadic Colors of #7a7391

#7a7391 #917a73 #73917a

Analogous Colors of #7a7391

#7a7391 #897391 #737b91

Monochromatic Colors of #7a7391

#7a7391

Complementary Color

#7a7391 #8a9173

#7a7391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7391 Color CSS Codes

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

#7a7391 Text Font Color

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

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


#7a7391 Background Color

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

This div background color is #7a7391


#7a7391 Border Color

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

This div border color is #7a7391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7391


Comments

No comments written yet.

Please login to write comment.