Color Hex Logo

#7a208a Color Hex

#7A208A
(122,32,138)
0 Favorites   0 Comments

Color spaces of #7a208a

RGB 12232138
HSL0.810.620.33
HSV291°77°54°
CMYK 0.120.770.00   0.46
XYZ13.13007.005624.7049
Yxy7.00560.29280.1562
Hunter Lab26.468142.2291-36.8127
CIE-Lab31.819752.3520-39.5367

#7a208a color RGB value is (122,32,138).

#7a208a hex color red value is 122, green value is 32 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7a208a hue: 0.81 , saturation: 0.62 and the lightness value of 7a208a is 0.33.

The process color (four color CMYK) of #7a208a color hex is 0.12, 0.77, 0.00, 0.46. Web safe color of #7a208a is #663399. Color #7a208a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00100000 10001010
Octal 172 40 212
Decimal 122 32 138
Hex 7A 20 8A

RGB Percentages of Color #7a208a

%41.78
%10.96
%47.26

CMYK Percentages of Color #7a208a

%12
%77
%0
%46

Triadic Colors of #7a208a

#7a208a #8a7a20 #208a7a

Analogous Colors of #7a208a

#7a208a #8a2065 #45208a

Monochromatic Colors of #7a208a

#7a208a

Complementary Color

#7a208a #308a20

#7a208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a208a Color CSS Codes

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

#7a208a Text Font Color

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

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


#7a208a Background Color

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

This div background color is #7a208a


#7a208a Border Color

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

This div border color is #7a208a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a208a


Comments

No comments written yet.

Please login to write comment.