Color Hex Logo

#7a4daf Color Hex

#7A4DAF
(122,77,175)
0 Favorites   0 Comments

Color spaces of #7a4daf

RGB 12277175
HSL0.740.390.49
HSV268°56°69°
CMYK 0.300.560.00   0.31
XYZ18.417812.540542.0073
Yxy12.54050.25240.1719
Hunter Lab35.412630.8645-45.5425
CIE-Lab42.062639.0667-45.4888

#7a4daf color RGB value is (122,77,175).

#7a4daf hex color red value is 122, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7a4daf hue: 0.74 , saturation: 0.39 and the lightness value of 7a4daf is 0.49.

The process color (four color CMYK) of #7a4daf color hex is 0.30, 0.56, 0.00, 0.31. Web safe color of #7a4daf is #666699. Color #7a4daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01001101 10101111
Octal 172 115 257
Decimal 122 77 175
Hex 7A 4D AF

RGB Percentages of Color #7a4daf

%32.62
%20.59
%46.79

CMYK Percentages of Color #7a4daf

%30
%56
%0
%31

Triadic Colors of #7a4daf

#7a4daf #af7a4d #4daf7a

Analogous Colors of #7a4daf

#7a4daf #ab4daf #4d51af

Monochromatic Colors of #7a4daf

#7a4daf

Complementary Color

#7a4daf #82af4d

#7a4daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a4daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a4daf Color CSS Codes

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

#7a4daf Text Font Color

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

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


#7a4daf Background Color

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

This div background color is #7a4daf


#7a4daf Border Color

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

This div border color is #7a4daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a4daf


Comments

No comments written yet.

Please login to write comment.