Color Hex Logo

#7743aa Color Hex

#7743AA
(119,67,170)
0 Favorites   0 Comments

Color spaces of #7743aa

RGB 11967170
HSL0.750.430.46
HSV270°61°67°
CMYK 0.300.610.00   0.33
XYZ16.870610.838539.2331
Yxy10.83850.25200.1619
Hunter Lab32.921933.8579-47.6108
CIE-Lab39.307142.6036-46.9612

#7743aa color RGB value is (119,67,170).

#7743aa hex color red value is 119, green value is 67 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7743aa hue: 0.75 , saturation: 0.43 and the lightness value of 7743aa is 0.46.

The process color (four color CMYK) of #7743aa color hex is 0.30, 0.61, 0.00, 0.33. Web safe color of #7743aa is #663399. Color #7743aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000011 10101010
Octal 167 103 252
Decimal 119 67 170
Hex 77 43 AA

RGB Percentages of Color #7743aa

%33.43
%18.82
%47.75

CMYK Percentages of Color #7743aa

%30
%61
%0
%33

Triadic Colors of #7743aa

#7743aa #aa7743 #43aa77

Analogous Colors of #7743aa

#7743aa #aa43aa #4443aa

Monochromatic Colors of #7743aa

#7743aa

Complementary Color

#7743aa #76aa43

#7743aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7743aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7743aa Color CSS Codes

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

#7743aa Text Font Color

<p style="color:#7743aa">Text here</p>

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


#7743aa Background Color

<div style="background-color:#7743aa">
Div content here</div>

This div background color is #7743aa


#7743aa Border Color

<div style="border:3px solid #7743aa">
Div here</div>

This div border color is #7743aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,67,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7743aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7743aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7743aa;
  box-shadow:         1px 1px 3px 2px #7743aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,67,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 #7743aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7743aa


Comments

No comments written yet.

Please login to write comment.