Color Hex Logo

#7a5bad Color Hex

#7A5BAD
(122,91,173)
0 Favorites   0 Comments

Color spaces of #7a5bad

RGB 12291173
HSL0.730.330.52
HSV263°47°68°
CMYK 0.290.470.00   0.32
XYZ19.310014.636941.3426
Yxy14.63690.25650.1944
Hunter Lab38.258223.1422-37.2893
CIE-Lab45.132830.4315-39.4233

#7a5bad color RGB value is (122,91,173).

#7a5bad hex color red value is 122, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7a5bad hue: 0.73 , saturation: 0.33 and the lightness value of 7a5bad is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01011011 10101101
Octal 172 133 255
Decimal 122 91 173
Hex 7A 5B AD

RGB Percentages of Color #7a5bad

%31.61
%23.58
%44.82

CMYK Percentages of Color #7a5bad

%29
%47
%0
%32

Triadic Colors of #7a5bad

#7a5bad #ad7a5b #5bad7a

Analogous Colors of #7a5bad

#7a5bad #a35bad #5b65ad

Monochromatic Colors of #7a5bad

#7a5bad

Complementary Color

#7a5bad #8ead5b

#7a5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a5bad Color CSS Codes

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

#7a5bad Text Font Color

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

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


#7a5bad Background Color

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

This div background color is #7a5bad


#7a5bad Border Color

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

This div border color is #7a5bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a5bad


Comments

No comments written yet.

Please login to write comment.