Color Hex Logo

#7b01aa Color Hex

#7B01AA
(123,1,170)
0 Favorites   0 Comments

Color spaces of #7b01aa

RGB 1231170
HSL0.790.990.34
HSV283°99°67°
CMYK 0.280.990.00   0.33
XYZ15.43497.134938.5939
Yxy7.13490.25240.1167
Hunter Lab26.711256.4003-66.9677
CIE-Lab32.112165.4084-58.5894

#7b01aa color RGB value is (123,1,170).

#7b01aa hex color red value is 123, green value is 1 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7b01aa hue: 0.79 , saturation: 0.99 and the lightness value of 7b01aa is 0.34.

The process color (four color CMYK) of #7b01aa color hex is 0.28, 0.99, 0.00, 0.33. Web safe color of #7b01aa is #660099. Color #7b01aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00000001 10101010
Octal 173 1 252
Decimal 123 1 170
Hex 7B 1 AA

RGB Percentages of Color #7b01aa

%41.84
%0.34
%57.82

CMYK Percentages of Color #7b01aa

%28
%99
%0
%33

Triadic Colors of #7b01aa

#7b01aa #aa7b01 #01aa7b

Analogous Colors of #7b01aa

#7b01aa #aa0185 #2601aa

Monochromatic Colors of #7b01aa

#7b01aa

Complementary Color

#7b01aa #30aa01

#7b01aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b01aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b01aa Color CSS Codes

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

#7b01aa Text Font Color

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

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


#7b01aa Background Color

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

This div background color is #7b01aa


#7b01aa Border Color

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

This div border color is #7b01aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b01aa


Comments

No comments written yet.

Please login to write comment.