Color Hex Logo

#7a418a Color Hex

#7A418A
(122,65,138)
0 Favorites   0 Comments

Color spaces of #7a418a

RGB 12265138
HSL0.800.360.40
HSV287°53°54°
CMYK 0.120.530.00   0.46
XYZ14.50389.753125.1629
Yxy9.75310.29350.1974
Hunter Lab31.230028.2465-25.9107
CIE-Lab37.395637.0350-30.6722

#7a418a color RGB value is (122,65,138).

#7a418a hex color red value is 122, green value is 65 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7a418a hue: 0.80 , saturation: 0.36 and the lightness value of 7a418a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01000001 10001010
Octal 172 101 212
Decimal 122 65 138
Hex 7A 41 8A

RGB Percentages of Color #7a418a

%37.54
%20.00
%42.46

CMYK Percentages of Color #7a418a

%12
%53
%0
%46

Triadic Colors of #7a418a

#7a418a #8a7a41 #418a7a

Analogous Colors of #7a418a

#7a418a #8a4176 #56418a

Monochromatic Colors of #7a418a

#7a418a

Complementary Color

#7a418a #518a41

#7a418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a418a Color CSS Codes

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

#7a418a Text Font Color

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

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


#7a418a Background Color

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

This div background color is #7a418a


#7a418a Border Color

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

This div border color is #7a418a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a418a


Comments

No comments written yet.

Please login to write comment.