Color Hex Logo

#7a64ab Color Hex

#7A64AB
(122,100,171)
0 Favorites   0 Comments

Color spaces of #7a64ab

RGB 122100171
HSL0.720.300.53
HSV259°42°67°
CMYK 0.290.420.00   0.33
XYZ19.933916.192240.6029
Yxy16.19220.25980.2110
Hunter Lab40.239518.0063-31.6577
CIE-Lab47.225624.5428-34.9460

#7a64ab color RGB value is (122,100,171).

#7a64ab hex color red value is 122, green value is 100 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7a64ab hue: 0.72 , saturation: 0.30 and the lightness value of 7a64ab is 0.53.

The process color (four color CMYK) of #7a64ab color hex is 0.29, 0.42, 0.00, 0.33. Web safe color of #7a64ab is #666699. Color #7a64ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01100100 10101011
Octal 172 144 253
Decimal 122 100 171
Hex 7A 64 AB

RGB Percentages of Color #7a64ab

%31.04
%25.45
%43.51

CMYK Percentages of Color #7a64ab

%29
%42
%0
%33

Triadic Colors of #7a64ab

#7a64ab #ab7a64 #64ab7a

Analogous Colors of #7a64ab

#7a64ab #9e64ab #6472ab

Monochromatic Colors of #7a64ab

#7a64ab

Complementary Color

#7a64ab #95ab64

#7a64ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a64ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a64ab Color CSS Codes

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

#7a64ab Text Font Color

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

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


#7a64ab Background Color

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

This div background color is #7a64ab


#7a64ab Border Color

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

This div border color is #7a64ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a64ab


Comments

No comments written yet.

Please login to write comment.