Color Hex Logo

#7a31ba Color Hex

#7A31BA
(122,49,186)
0 Favorites   0 Comments

Color spaces of #7a31ba

RGB 12249186
HSL0.760.580.46
HSV272°74°73°
CMYK 0.340.740.00   0.27
XYZ17.98739.879447.4132
Yxy9.87940.23890.1312
Hunter Lab31.431547.1450-67.4346
CIE-Lab37.625155.9216-59.1350

#7a31ba color RGB value is (122,49,186).

#7a31ba hex color red value is 122, green value is 49 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7a31ba hue: 0.76 , saturation: 0.58 and the lightness value of 7a31ba is 0.46.

The process color (four color CMYK) of #7a31ba color hex is 0.34, 0.74, 0.00, 0.27. Web safe color of #7a31ba is #6633cc. Color #7a31ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00110001 10111010
Octal 172 61 272
Decimal 122 49 186
Hex 7A 31 BA

RGB Percentages of Color #7a31ba

%34.17
%13.73
%52.10

CMYK Percentages of Color #7a31ba

%34
%74
%0
%27

Triadic Colors of #7a31ba

#7a31ba #ba7a31 #31ba7a

Analogous Colors of #7a31ba

#7a31ba #ba31b6 #3631ba

Monochromatic Colors of #7a31ba

#7a31ba

Complementary Color

#7a31ba #71ba31

#7a31ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a31ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a31ba Color CSS Codes

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

#7a31ba Text Font Color

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

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


#7a31ba Background Color

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

This div background color is #7a31ba


#7a31ba Border Color

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

This div border color is #7a31ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a31ba


Comments

No comments written yet.

Please login to write comment.