Color Hex Logo

#7631ad Color Hex

#7631AD
(118,49,173)
0 Favorites   0 Comments

Color spaces of #7631ad

RGB 11849173
HSL0.760.560.44
HSV273°72°68°
CMYK 0.320.720.00   0.32
XYZ16.11249.065340.4357
Yxy9.06530.24560.1382
Hunter Lab30.108642.8328-58.5500
CIE-Lab36.109752.1113-53.9135

#7631ad color RGB value is (118,49,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110001 10101101
Octal 166 61 255
Decimal 118 49 173
Hex 76 31 AD

RGB Percentages of Color #7631ad

%34.71
%14.41
%50.88

CMYK Percentages of Color #7631ad

%32
%72
%0
%32

Triadic Colors of #7631ad

#7631ad #ad7631 #31ad76

Analogous Colors of #7631ad

#7631ad #ad31a6 #3831ad

Monochromatic Colors of #7631ad

#7631ad

Complementary Color

#7631ad #68ad31

#7631ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7631ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7631ad Color CSS Codes

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

#7631ad Text Font Color

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

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


#7631ad Background Color

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

This div background color is #7631ad


#7631ad Border Color

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

This div border color is #7631ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7631ad


Comments

No comments written yet.

Please login to write comment.