Color Hex Logo

#7b6aad Color Hex

#7B6AAD
(123,106,173)
0 Favorites   0 Comments

Color spaces of #7b6aad

RGB 123106173
HSL0.710.290.55
HSV255°39°68°
CMYK 0.290.390.00   0.32
XYZ20.865217.536241.8203
Yxy17.53620.26010.2186
Hunter Lab41.876215.6557-29.8974
CIE-Lab48.928721.7582-33.4344

#7b6aad color RGB value is (123,106,173).

#7b6aad hex color red value is 123, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7b6aad hue: 0.71 , saturation: 0.29 and the lightness value of 7b6aad is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01101010 10101101
Octal 173 152 255
Decimal 123 106 173
Hex 7B 6A AD

RGB Percentages of Color #7b6aad

%30.60
%26.37
%43.03

CMYK Percentages of Color #7b6aad

%29
%39
%0
%32

Triadic Colors of #7b6aad

#7b6aad #ad7b6a #6aad7b

Analogous Colors of #7b6aad

#7b6aad #9d6aad #6a7bad

Monochromatic Colors of #7b6aad

#7b6aad

Complementary Color

#7b6aad #9cad6a

#7b6aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b6aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b6aad Color CSS Codes

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

#7b6aad Text Font Color

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

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


#7b6aad Background Color

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

This div background color is #7b6aad


#7b6aad Border Color

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

This div border color is #7b6aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b6aad


Comments

No comments written yet.

Please login to write comment.