Color Hex Logo

#7a0697 Color Hex

#7A0697
(122,6,151)
0 Favorites   0 Comments

Color spaces of #7a0697

RGB 1226151
HSL0.800.920.31
HSV288°96°59°
CMYK 0.190.960.00   0.41
XYZ13.67716.502229.8123
Yxy6.50220.27360.1301
Hunter Lab25.499451.1179-51.4685
CIE-Lab30.645760.9535-49.4463

#7a0697 color RGB value is (122,6,151).

#7a0697 hex color red value is 122, green value is 6 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #7a0697 hue: 0.80 , saturation: 0.92 and the lightness value of 7a0697 is 0.31.

The process color (four color CMYK) of #7a0697 color hex is 0.19, 0.96, 0.00, 0.41. Web safe color of #7a0697 is #660099. Color #7a0697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00000110 10010111
Octal 172 6 227
Decimal 122 6 151
Hex 7A 6 97

RGB Percentages of Color #7a0697

%43.73
%2.15
%54.12

CMYK Percentages of Color #7a0697

%19
%96
%0
%41

Triadic Colors of #7a0697

#7a0697 #977a06 #06977a

Analogous Colors of #7a0697

#7a0697 #97066c #320697

Monochromatic Colors of #7a0697

#7a0697

Complementary Color

#7a0697 #239706

#7a0697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a0697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a0697 Color CSS Codes

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

#7a0697 Text Font Color

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

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


#7a0697 Background Color

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

This div background color is #7a0697


#7a0697 Border Color

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

This div border color is #7a0697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a0697


Comments

No comments written yet.

Please login to write comment.