Color Hex Logo

#7a7297 Color Hex

#7A7297
(122,114,151)
0 Favorites   0 Comments

Color spaces of #7a7297

RGB 122114151
HSL0.700.150.52
HSV253°25°59°
CMYK 0.190.250.00   0.41
XYZ19.629318.406631.7964
Yxy18.40660.28110.2636
Hunter Lab42.90296.5887-13.9092
CIE-Lab49.985611.1256-18.9210

#7a7297 color RGB value is (122,114,151).

#7a7297 hex color red value is 122, green value is 114 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #7a7297 hue: 0.70 , saturation: 0.15 and the lightness value of 7a7297 is 0.52.

The process color (four color CMYK) of #7a7297 color hex is 0.19, 0.25, 0.00, 0.41. Web safe color of #7a7297 is #666699. Color #7a7297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110010 10010111
Octal 172 162 227
Decimal 122 114 151
Hex 7A 72 97

RGB Percentages of Color #7a7297

%31.52
%29.46
%39.02

CMYK Percentages of Color #7a7297

%19
%25
%0
%41

Triadic Colors of #7a7297

#7a7297 #977a72 #72977a

Analogous Colors of #7a7297

#7a7297 #8d7297 #727d97

Monochromatic Colors of #7a7297

#7a7297

Complementary Color

#7a7297 #8f9772

#7a7297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7297 Color CSS Codes

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

#7a7297 Text Font Color

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

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


#7a7297 Background Color

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

This div background color is #7a7297


#7a7297 Border Color

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

This div border color is #7a7297


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,114,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 #7a7297">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7297


Comments

No comments written yet.

Please login to write comment.