Color Hex Logo

#7a349d Color Hex

#7A349D
(122,52,157)
0 Favorites   0 Comments

Color spaces of #7a349d

RGB 12252157
HSL0.780.500.41
HSV280°67°62°
CMYK 0.220.670.00   0.38
XYZ15.33989.027932.8323
Yxy9.02790.26820.1578
Hunter Lab30.046538.5494-43.7547
CIE-Lab36.038047.9250-44.3943

#7a349d color RGB value is (122,52,157).

#7a349d hex color red value is 122, green value is 52 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #7a349d hue: 0.78 , saturation: 0.50 and the lightness value of 7a349d is 0.41.

The process color (four color CMYK) of #7a349d color hex is 0.22, 0.67, 0.00, 0.38. Web safe color of #7a349d is #663399. Color #7a349d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00110100 10011101
Octal 172 64 235
Decimal 122 52 157
Hex 7A 34 9D

RGB Percentages of Color #7a349d

%36.86
%15.71
%47.43

CMYK Percentages of Color #7a349d

%22
%67
%0
%38

Triadic Colors of #7a349d

#7a349d #9d7a34 #349d7a

Analogous Colors of #7a349d

#7a349d #9d348c #45349d

Monochromatic Colors of #7a349d

#7a349d

Complementary Color

#7a349d #579d34

#7a349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a349d Color CSS Codes

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

#7a349d Text Font Color

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

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


#7a349d Background Color

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

This div background color is #7a349d


#7a349d Border Color

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

This div border color is #7a349d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a349d


Comments

No comments written yet.

Please login to write comment.