Color Hex Logo

#7a539a Color Hex

#7A539A
(122,83,154)
0 Favorites   0 Comments

Color spaces of #7a539a

RGB 12283154
HSL0.760.300.46
HSV273°46°60°
CMYK 0.210.460.00   0.40
XYZ16.952012.657232.1215
Yxy12.65720.27460.2050
Hunter Lab35.577022.7935-28.6275
CIE-Lab42.242130.4039-32.7226

#7a539a color RGB value is (122,83,154).

#7a539a hex color red value is 122, green value is 83 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #7a539a hue: 0.76 , saturation: 0.30 and the lightness value of 7a539a is 0.46.

The process color (four color CMYK) of #7a539a color hex is 0.21, 0.46, 0.00, 0.40. Web safe color of #7a539a is #666699. Color #7a539a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01010011 10011010
Octal 172 123 232
Decimal 122 83 154
Hex 7A 53 9A

RGB Percentages of Color #7a539a

%33.98
%23.12
%42.90

CMYK Percentages of Color #7a539a

%21
%46
%0
%40

Triadic Colors of #7a539a

#7a539a #9a7a53 #539a7a

Analogous Colors of #7a539a

#7a539a #9a5397 #57539a

Monochromatic Colors of #7a539a

#7a539a

Complementary Color

#7a539a #739a53

#7a539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a539a Color CSS Codes

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

#7a539a Text Font Color

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

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


#7a539a Background Color

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

This div background color is #7a539a


#7a539a Border Color

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

This div border color is #7a539a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a539a


Comments

No comments written yet.

Please login to write comment.