Color Hex Logo

#7a5fad Color Hex

#7A5FAD
(122,95,173)
0 Favorites   0 Comments

Color spaces of #7a5fad

RGB 12295173
HSL0.720.320.53
HSV261°45°68°
CMYK 0.290.450.00   0.32
XYZ19.661115.339141.4597
Yxy15.33910.25710.2006
Hunter Lab39.165221.0688-35.3480
CIE-Lab46.095228.0541-37.9006

#7a5fad color RGB value is (122,95,173).

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

The process color (four color CMYK) of #7a5fad color hex is 0.29, 0.45, 0.00, 0.32. Web safe color of #7a5fad is #666699. Color #7a5fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01011111 10101101
Octal 172 137 255
Decimal 122 95 173
Hex 7A 5F AD

RGB Percentages of Color #7a5fad

%31.28
%24.36
%44.36

CMYK Percentages of Color #7a5fad

%29
%45
%0
%32

Triadic Colors of #7a5fad

#7a5fad #ad7a5f #5fad7a

Analogous Colors of #7a5fad

#7a5fad #a15fad #5f6bad

Monochromatic Colors of #7a5fad

#7a5fad

Complementary Color

#7a5fad #92ad5f

#7a5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a5fad Color CSS Codes

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

#7a5fad Text Font Color

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

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


#7a5fad Background Color

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

This div background color is #7a5fad


#7a5fad Border Color

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

This div border color is #7a5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a5fad


Comments

No comments written yet.

Please login to write comment.