Color Hex Logo

#7629ad Color Hex

#7629AD
(118,41,173)
0 Favorites   0 Comments

Color spaces of #7629ad

RGB 11841173
HSL0.760.620.42
HSV275°76°68°
CMYK 0.320.760.00   0.32
XYZ15.80708.454640.3339
Yxy8.45460.24470.1309
Hunter Lab29.076846.1535-61.8904
CIE-Lab34.912355.5133-55.8574

#7629ad color RGB value is (118,41,173).

#7629ad hex color red value is 118, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7629ad hue: 0.76 , saturation: 0.62 and the lightness value of 7629ad is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 10101101
Octal 166 51 255
Decimal 118 41 173
Hex 76 29 AD

RGB Percentages of Color #7629ad

%35.54
%12.35
%52.11

CMYK Percentages of Color #7629ad

%32
%76
%0
%32

Triadic Colors of #7629ad

#7629ad #ad7629 #29ad76

Analogous Colors of #7629ad

#7629ad #ad29a2 #3429ad

Monochromatic Colors of #7629ad

#7629ad

Complementary Color

#7629ad #60ad29

#7629ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7629ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7629ad Color CSS Codes

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

#7629ad Text Font Color

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

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


#7629ad Background Color

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

This div background color is #7629ad


#7629ad Border Color

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

This div border color is #7629ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,41,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7629ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7629ad


Comments

No comments written yet.

Please login to write comment.