Color Hex Logo

#7b4aad Color Hex

#7B4AAD
(123,74,173)
0 Favorites   0 Comments

Color spaces of #7b4aad

RGB 12374173
HSL0.750.400.48
HSV270°57°68°
CMYK 0.290.570.00   0.32
XYZ18.160012.125640.9185
Yxy12.12560.25500.1703
Hunter Lab34.821832.1517-45.2953
CIE-Lab41.415040.5014-45.3363

#7b4aad color RGB value is (123,74,173).

#7b4aad hex color red value is 123, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7b4aad hue: 0.75 , saturation: 0.40 and the lightness value of 7b4aad is 0.48.

The process color (four color CMYK) of #7b4aad color hex is 0.29, 0.57, 0.00, 0.32. Web safe color of #7b4aad is #663399. Color #7b4aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001010 10101101
Octal 173 112 255
Decimal 123 74 173
Hex 7B 4A AD

RGB Percentages of Color #7b4aad

%33.24
%20.00
%46.76

CMYK Percentages of Color #7b4aad

%29
%57
%0
%32

Triadic Colors of #7b4aad

#7b4aad #ad7b4a #4aad7b

Analogous Colors of #7b4aad

#7b4aad #ad4aad #4a4aad

Monochromatic Colors of #7b4aad

#7b4aad

Complementary Color

#7b4aad #7cad4a

#7b4aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b4aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b4aad Color CSS Codes

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

#7b4aad Text Font Color

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

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


#7b4aad Background Color

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

This div background color is #7b4aad


#7b4aad Border Color

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

This div border color is #7b4aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b4aad


Comments

No comments written yet.

Please login to write comment.