Color Hex Logo

#7747aa Color Hex

#7747AA
(119,71,170)
0 Favorites   0 Comments

Color spaces of #7747aa

RGB 11971170
HSL0.750.410.47
HSV269°58°67°
CMYK 0.300.580.00   0.33
XYZ17.116711.330739.3151
Yxy11.33070.25260.1672
Hunter Lab33.661131.8605-45.6861
CIE-Lab40.132040.4080-45.6382

#7747aa color RGB value is (119,71,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000111 10101010
Octal 167 107 252
Decimal 119 71 170
Hex 77 47 AA

RGB Percentages of Color #7747aa

%33.06
%19.72
%47.22

CMYK Percentages of Color #7747aa

%30
%58
%0
%33

Triadic Colors of #7747aa

#7747aa #aa7747 #47aa77

Analogous Colors of #7747aa

#7747aa #a947aa #4749aa

Monochromatic Colors of #7747aa

#7747aa

Complementary Color

#7747aa #7aaa47

#7747aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7747aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7747aa Color CSS Codes

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

#7747aa Text Font Color

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

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


#7747aa Background Color

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

This div background color is #7747aa


#7747aa Border Color

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

This div border color is #7747aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7747aa


Comments

No comments written yet.

Please login to write comment.