Color Hex Logo

#7629aa Color Hex

#7629AA
(118,41,170)
0 Favorites   0 Comments

Color spaces of #7629aa

RGB 11841170
HSL0.770.610.41
HSV276°76°67°
CMYK 0.310.760.00   0.33
XYZ15.51998.339738.8219
Yxy8.33970.24760.1330
Hunter Lab28.878545.3920-59.4896
CIE-Lab34.680654.8370-54.4391

#7629aa color RGB value is (118,41,170).

#7629aa hex color red value is 118, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7629aa hue: 0.77 , saturation: 0.61 and the lightness value of 7629aa is 0.41.

The process color (four color CMYK) of #7629aa color hex is 0.31, 0.76, 0.00, 0.33. Web safe color of #7629aa is #663399. Color #7629aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 10101010
Octal 166 51 252
Decimal 118 41 170
Hex 76 29 AA

RGB Percentages of Color #7629aa

%35.87
%12.46
%51.67

CMYK Percentages of Color #7629aa

%31
%76
%0
%33

Triadic Colors of #7629aa

#7629aa #aa7629 #29aa76

Analogous Colors of #7629aa

#7629aa #aa299e #3529aa

Monochromatic Colors of #7629aa

#7629aa

Complementary Color

#7629aa #5daa29

#7629aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7629aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7629aa Color CSS Codes

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

#7629aa Text Font Color

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

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


#7629aa Background Color

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

This div background color is #7629aa


#7629aa Border Color

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

This div border color is #7629aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7629aa


Comments

No comments written yet.

Please login to write comment.