Color Hex Logo

#7634ad Color Hex

#7634AD
(118,52,173)
0 Favorites   0 Comments

Color spaces of #7634ad

RGB 11852173
HSL0.760.540.44
HSV273°70°68°
CMYK 0.320.700.00   0.32
XYZ16.24209.324740.4790
Yxy9.32470.24590.1412
Hunter Lab30.536441.5038-57.2193
CIE-Lab36.602150.7290-53.1159

#7634ad color RGB value is (118,52,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 10101101
Octal 166 64 255
Decimal 118 52 173
Hex 76 34 AD

RGB Percentages of Color #7634ad

%34.40
%15.16
%50.44

CMYK Percentages of Color #7634ad

%32
%70
%0
%32

Triadic Colors of #7634ad

#7634ad #ad7634 #34ad76

Analogous Colors of #7634ad

#7634ad #ad34a8 #3a34ad

Monochromatic Colors of #7634ad

#7634ad

Complementary Color

#7634ad #6bad34

#7634ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7634ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7634ad Color CSS Codes

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

#7634ad Text Font Color

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

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


#7634ad Background Color

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

This div background color is #7634ad


#7634ad Border Color

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

This div border color is #7634ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7634ad


Comments

No comments written yet.

Please login to write comment.