Color Hex Logo

#7a316f Color Hex

#7A316F
(122,49,111)
0 Favorites   0 Comments

Color spaces of #7a316f

RGB 12249111
HSL0.860.430.34
HSV309°60°48°
CMYK 0.000.600.09   0.52
XYZ11.99367.481915.8509
Yxy7.48190.33950.2118
Hunter Lab27.353130.3997-15.2110
CIE-Lab32.879740.0998-20.9357

#7a316f color RGB value is (122,49,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00110001 01101111
Octal 172 61 157
Decimal 122 49 111
Hex 7A 31 6F

RGB Percentages of Color #7a316f

%43.26
%17.38
%39.36

CMYK Percentages of Color #7a316f

%0
%60
%9
%52

Triadic Colors of #7a316f

#7a316f #6f7a31 #316f7a

Analogous Colors of #7a316f

#7a316f #7a314a #61317a

Monochromatic Colors of #7a316f

#7a316f

Complementary Color

#7a316f #317a3c

#7a316f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a316f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a316f Color CSS Codes

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

#7a316f Text Font Color

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

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


#7a316f Background Color

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

This div background color is #7a316f


#7a316f Border Color

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

This div border color is #7a316f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a316f


Comments

No comments written yet.

Please login to write comment.