Color Hex Logo

#7a298d Color Hex

#7A298D
(122,41,141)
0 Favorites   0 Comments

Color spaces of #7a298d

RGB 12241141
HSL0.800.550.36
HSV289°71°55°
CMYK 0.130.710.00   0.45
XYZ13.62677.646525.9570
Yxy7.64650.28850.1619
Hunter Lab27.652339.5710-36.2984
CIE-Lab33.235649.4679-39.1225

#7a298d color RGB value is (122,41,141).

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

The process color (four color CMYK) of #7a298d color hex is 0.13, 0.71, 0.00, 0.45. Web safe color of #7a298d is #663399. Color #7a298d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00101001 10001101
Octal 172 51 215
Decimal 122 41 141
Hex 7A 29 8D

RGB Percentages of Color #7a298d

%40.13
%13.49
%46.38

CMYK Percentages of Color #7a298d

%13
%71
%0
%45

Triadic Colors of #7a298d

#7a298d #8d7a29 #298d7a

Analogous Colors of #7a298d

#7a298d #8d296e #48298d

Monochromatic Colors of #7a298d

#7a298d

Complementary Color

#7a298d #3c8d29

#7a298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a298d Color CSS Codes

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

#7a298d Text Font Color

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

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


#7a298d Background Color

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

This div background color is #7a298d


#7a298d Border Color

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

This div border color is #7a298d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a298d


Comments

No comments written yet.

Please login to write comment.