Color Hex Logo

#7a3abd Color Hex

#7A3ABD
(122,58,189)
0 Favorites   0 Comments

Color spaces of #7a3abd

RGB 12258189
HSL0.750.530.48
HSV269°69°74°
CMYK 0.350.690.00   0.26
XYZ18.724410.837849.2491
Yxy10.83780.23760.1375
Hunter Lab32.920843.9142-65.6525
CIE-Lab39.305952.5455-58.1689

#7a3abd color RGB value is (122,58,189).

#7a3abd hex color red value is 122, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7a3abd hue: 0.75 , saturation: 0.53 and the lightness value of 7a3abd is 0.48.

The process color (four color CMYK) of #7a3abd color hex is 0.35, 0.69, 0.00, 0.26. Web safe color of #7a3abd is #6633cc. Color #7a3abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00111010 10111101
Octal 172 72 275
Decimal 122 58 189
Hex 7A 3A BD

RGB Percentages of Color #7a3abd

%33.06
%15.72
%51.22

CMYK Percentages of Color #7a3abd

%35
%69
%0
%26

Triadic Colors of #7a3abd

#7a3abd #bd7a3a #3abd7a

Analogous Colors of #7a3abd

#7a3abd #bc3abd #3a3bbd

Monochromatic Colors of #7a3abd

#7a3abd

Complementary Color

#7a3abd #7dbd3a

#7a3abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a3abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a3abd Color CSS Codes

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

#7a3abd Text Font Color

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

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


#7a3abd Background Color

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

This div background color is #7a3abd


#7a3abd Border Color

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

This div border color is #7a3abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a3abd


Comments

No comments written yet.

Please login to write comment.