Color Hex Logo

#7b2baa Color Hex

#7B2BAA
(123,43,170)
0 Favorites   0 Comments

Color spaces of #7b2baa

RGB 12343170
HSL0.770.600.42
HSV278°75°67°
CMYK 0.280.750.00   0.33
XYZ16.28808.841038.8782
Yxy8.84100.25450.1381
Hunter Lab29.733845.7470-56.7105
CIE-Lab35.676354.9809-52.7908

#7b2baa color RGB value is (123,43,170).

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

The process color (four color CMYK) of #7b2baa color hex is 0.28, 0.75, 0.00, 0.33. Web safe color of #7b2baa is #663399. Color #7b2baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00101011 10101010
Octal 173 53 252
Decimal 123 43 170
Hex 7B 2B AA

RGB Percentages of Color #7b2baa

%36.61
%12.80
%50.60

CMYK Percentages of Color #7b2baa

%28
%75
%0
%33

Triadic Colors of #7b2baa

#7b2baa #aa7b2b #2baa7b

Analogous Colors of #7b2baa

#7b2baa #aa2b9a #3c2baa

Monochromatic Colors of #7b2baa

#7b2baa

Complementary Color

#7b2baa #5aaa2b

#7b2baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2baa Color CSS Codes

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

#7b2baa Text Font Color

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

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


#7b2baa Background Color

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

This div background color is #7b2baa


#7b2baa Border Color

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

This div border color is #7b2baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,43,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2baa


Comments

No comments written yet.

Please login to write comment.