Color Hex Logo

#7a71a2 Color Hex

#7A71A2
(122,113,162)
0 Favorites   0 Comments

Color spaces of #7a71a2

RGB 122113162
HSL0.700.210.54
HSV251°30°64°
CMYK 0.250.300.00   0.36
XYZ20.452818.556536.6862
Yxy18.55650.27020.2451
Hunter Lab43.07739.3654-20.3395
CIE-Lab50.164214.4321-25.0933

#7a71a2 color RGB value is (122,113,162).

#7a71a2 hex color red value is 122, green value is 113 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #7a71a2 hue: 0.70 , saturation: 0.21 and the lightness value of 7a71a2 is 0.54.

The process color (four color CMYK) of #7a71a2 color hex is 0.25, 0.30, 0.00, 0.36. Web safe color of #7a71a2 is #666699. Color #7a71a2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110001 10100010
Octal 172 161 242
Decimal 122 113 162
Hex 7A 71 A2

RGB Percentages of Color #7a71a2

%30.73
%28.46
%40.81

CMYK Percentages of Color #7a71a2

%25
%30
%0
%36

Triadic Colors of #7a71a2

#7a71a2 #a27a71 #71a27a

Analogous Colors of #7a71a2

#7a71a2 #9371a2 #7181a2

Monochromatic Colors of #7a71a2

#7a71a2

Complementary Color

#7a71a2 #99a271

#7a71a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a71a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a71a2 Color CSS Codes

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

#7a71a2 Text Font Color

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

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


#7a71a2 Background Color

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

This div background color is #7a71a2


#7a71a2 Border Color

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

This div border color is #7a71a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a71a2


Comments

No comments written yet.

Please login to write comment.