Color Hex Logo

#7a3bac Color Hex

#7A3BAC
(122,59,172)
0 Favorites   0 Comments

Color spaces of #7a3bac

RGB 12259172
HSL0.760.490.45
HSV273°66°67°
CMYK 0.290.660.00   0.33
XYZ17.036410.244140.1091
Yxy10.24410.25280.1520
Hunter Lab32.006439.0009-51.8953
CIE-Lab38.277047.9613-49.7887

#7a3bac color RGB value is (122,59,172).

#7a3bac hex color red value is 122, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7a3bac hue: 0.76 , saturation: 0.49 and the lightness value of 7a3bac is 0.45.

The process color (four color CMYK) of #7a3bac color hex is 0.29, 0.66, 0.00, 0.33. Web safe color of #7a3bac is #663399. Color #7a3bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00111011 10101100
Octal 172 73 254
Decimal 122 59 172
Hex 7A 3B AC

RGB Percentages of Color #7a3bac

%34.56
%16.71
%48.73

CMYK Percentages of Color #7a3bac

%29
%66
%0
%33

Triadic Colors of #7a3bac

#7a3bac #ac7a3b #3bac7a

Analogous Colors of #7a3bac

#7a3bac #ac3ba6 #413bac

Monochromatic Colors of #7a3bac

#7a3bac

Complementary Color

#7a3bac #6dac3b

#7a3bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a3bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a3bac Color CSS Codes

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

#7a3bac Text Font Color

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

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


#7a3bac Background Color

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

This div background color is #7a3bac


#7a3bac Border Color

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

This div border color is #7a3bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a3bac


Comments

No comments written yet.

Please login to write comment.