Color Hex Logo

#7b2aad Color Hex

#7B2AAD
(123,42,173)
0 Favorites   0 Comments

Color spaces of #7b2aad

RGB 12342173
HSL0.770.610.42
HSV277°76°68°
CMYK 0.290.760.00   0.32
XYZ16.53928.884040.3782
Yxy8.88400.25140.1350
Hunter Lab29.806046.8881-59.4559
CIE-Lab35.760056.0409-54.4483

#7b2aad color RGB value is (123,42,173).

#7b2aad hex color red value is 123, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7b2aad hue: 0.77 , saturation: 0.61 and the lightness value of 7b2aad is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00101010 10101101
Octal 173 52 255
Decimal 123 42 173
Hex 7B 2A AD

RGB Percentages of Color #7b2aad

%36.39
%12.43
%51.18

CMYK Percentages of Color #7b2aad

%29
%76
%0
%32

Triadic Colors of #7b2aad

#7b2aad #ad7b2a #2aad7b

Analogous Colors of #7b2aad

#7b2aad #ad2a9e #3a2aad

Monochromatic Colors of #7b2aad

#7b2aad

Complementary Color

#7b2aad #5cad2a

#7b2aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2aad Color CSS Codes

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

#7b2aad Text Font Color

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

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


#7b2aad Background Color

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

This div background color is #7b2aad


#7b2aad Border Color

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

This div border color is #7b2aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2aad


Comments

No comments written yet.

Please login to write comment.