Color Hex Logo

#7a316e Color Hex

#7A316E
(122,49,110)
0 Favorites   0 Comments

Color spaces of #7a316e

RGB 12249110
HSL0.860.430.34
HSV310°60°48°
CMYK 0.000.600.10   0.52
XYZ11.93887.460015.5625
Yxy7.46000.34150.2134
Hunter Lab27.313030.2265-14.6634
CIE-Lab32.832039.9230-20.3760

#7a316e color RGB value is (122,49,110).

#7a316e hex color red value is 122, green value is 49 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7a316e hue: 0.86 , saturation: 0.43 and the lightness value of 7a316e is 0.34.

The process color (four color CMYK) of #7a316e color hex is 0.00, 0.60, 0.10, 0.52. Web safe color of #7a316e is #663366. Color #7a316e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00110001 01101110
Octal 172 61 156
Decimal 122 49 110
Hex 7A 31 6E

RGB Percentages of Color #7a316e

%43.42
%17.44
%39.15

CMYK Percentages of Color #7a316e

%0
%60
%10
%52

Triadic Colors of #7a316e

#7a316e #6e7a31 #316e7a

Analogous Colors of #7a316e

#7a316e #7a314a #62317a

Monochromatic Colors of #7a316e

#7a316e

Complementary Color

#7a316e #317a3d

#7a316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a316e Color CSS Codes

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

#7a316e Text Font Color

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

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


#7a316e Background Color

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

This div background color is #7a316e


#7a316e Border Color

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

This div border color is #7a316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a316e


Comments

No comments written yet.

Please login to write comment.