Color Hex Logo

#7a2daa Color Hex

#7A2DAA
(122,45,170)
0 Favorites   0 Comments

Color spaces of #7a2daa

RGB 12245170
HSL0.770.580.42
HSV277°74°67°
CMYK 0.280.740.00   0.33
XYZ16.22018.916638.8964
Yxy8.91660.25330.1392
Hunter Lab29.860744.7037-56.3284
CIE-Lab35.823253.9614-52.5597

#7a2daa color RGB value is (122,45,170).

#7a2daa hex color red value is 122, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7a2daa hue: 0.77 , saturation: 0.58 and the lightness value of 7a2daa is 0.42.

The process color (four color CMYK) of #7a2daa color hex is 0.28, 0.74, 0.00, 0.33. Web safe color of #7a2daa is #663399. Color #7a2daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00101101 10101010
Octal 172 55 252
Decimal 122 45 170
Hex 7A 2D AA

RGB Percentages of Color #7a2daa

%36.20
%13.35
%50.45

CMYK Percentages of Color #7a2daa

%28
%74
%0
%33

Triadic Colors of #7a2daa

#7a2daa #aa7a2d #2daa7a

Analogous Colors of #7a2daa

#7a2daa #aa2d9c #3b2daa

Monochromatic Colors of #7a2daa

#7a2daa

Complementary Color

#7a2daa #5daa2d

#7a2daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a2daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a2daa Color CSS Codes

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

#7a2daa Text Font Color

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

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


#7a2daa Background Color

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

This div background color is #7a2daa


#7a2daa Border Color

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

This div border color is #7a2daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a2daa


Comments

No comments written yet.

Please login to write comment.