Color Hex Logo

#7a1eac Color Hex

#7A1EAC
(122,30,172)
0 Favorites   0 Comments

Color spaces of #7a1eac

RGB 12230172
HSL0.770.700.40
HSV279°83°67°
CMYK 0.290.830.00   0.33
XYZ15.93678.044739.7425
Yxy8.04470.25010.1262
Hunter Lab28.363250.6600-63.2229
CIE-Lab34.075859.8686-56.5940

#7a1eac color RGB value is (122,30,172).

#7a1eac hex color red value is 122, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7a1eac hue: 0.77 , saturation: 0.70 and the lightness value of 7a1eac is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00011110 10101100
Octal 172 36 254
Decimal 122 30 172
Hex 7A 1E AC

RGB Percentages of Color #7a1eac

%37.65
%9.26
%53.09

CMYK Percentages of Color #7a1eac

%29
%83
%0
%33

Triadic Colors of #7a1eac

#7a1eac #ac7a1e #1eac7a

Analogous Colors of #7a1eac

#7a1eac #ac1e97 #331eac

Monochromatic Colors of #7a1eac

#7a1eac

Complementary Color

#7a1eac #50ac1e

#7a1eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a1eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a1eac Color CSS Codes

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

#7a1eac Text Font Color

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

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


#7a1eac Background Color

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

This div background color is #7a1eac


#7a1eac Border Color

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

This div border color is #7a1eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a1eac


Comments

No comments written yet.

Please login to write comment.