Color Hex Logo

#743aaa Color Hex

#743AAA
(116,58,170)
0 Favorites   0 Comments

Color spaces of #743aaa

RGB 11658170
HSL0.750.490.45
HSV271°66°67°
CMYK 0.320.660.00   0.33
XYZ15.97129.641439.0494
Yxy9.64140.24700.1491
Hunter Lab31.050637.4748-52.8280
CIE-Lab37.191046.6400-50.3873

#743aaa color RGB value is (116,58,170).

#743aaa hex color red value is 116, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #743aaa hue: 0.75 , saturation: 0.49 and the lightness value of 743aaa is 0.45.

The process color (four color CMYK) of #743aaa color hex is 0.32, 0.66, 0.00, 0.33. Web safe color of #743aaa is #663399. Color #743aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111010 10101010
Octal 164 72 252
Decimal 116 58 170
Hex 74 3A AA

RGB Percentages of Color #743aaa

%33.72
%16.86
%49.42

CMYK Percentages of Color #743aaa

%32
%66
%0
%33

Triadic Colors of #743aaa

#743aaa #aa743a #3aaa74

Analogous Colors of #743aaa

#743aaa #aa3aa8 #3c3aaa

Monochromatic Colors of #743aaa

#743aaa

Complementary Color

#743aaa #70aa3a

#743aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#743aaa Color CSS Codes

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

#743aaa Text Font Color

<p style="color:#743aaa">Text here</p>

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


#743aaa Background Color

<div style="background-color:#743aaa">
Div content here</div>

This div background color is #743aaa


#743aaa Border Color

<div style="border:3px solid #743aaa">
Div here</div>

This div border color is #743aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,58,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #743aaa;
  box-shadow:         1px 1px 3px 2px #743aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,58,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 #743aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743aaa


Comments

No comments written yet.

Please login to write comment.