Color Hex Logo

#763aad Color Hex

#763AAD
(118,58,173)
0 Favorites   0 Comments

Color spaces of #763aad

RGB 11858173
HSL0.750.500.45
HSV271°66°68°
CMYK 0.320.660.00   0.32
XYZ16.52719.894840.5740
Yxy9.89480.24670.1477
Hunter Lab31.456038.7366-54.4569
CIE-Lab37.653047.8134-51.4165

#763aad color RGB value is (118,58,173).

#763aad hex color red value is 118, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #763aad hue: 0.75 , saturation: 0.50 and the lightness value of 763aad is 0.45.

The process color (four color CMYK) of #763aad color hex is 0.32, 0.66, 0.00, 0.32. Web safe color of #763aad is #663399. Color #763aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 10101101
Octal 166 72 255
Decimal 118 58 173
Hex 76 3A AD

RGB Percentages of Color #763aad

%33.81
%16.62
%49.57

CMYK Percentages of Color #763aad

%32
%66
%0
%32

Triadic Colors of #763aad

#763aad #ad763a #3aad76

Analogous Colors of #763aad

#763aad #ad3aab #3d3aad

Monochromatic Colors of #763aad

#763aad

Complementary Color

#763aad #71ad3a

#763aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#763aad Color CSS Codes

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

#763aad Text Font Color

<p style="color:#763aad">Text here</p>

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


#763aad Background Color

<div style="background-color:#763aad">
Div content here</div>

This div background color is #763aad


#763aad Border Color

<div style="border:3px solid #763aad">
Div here</div>

This div border color is #763aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763aad


Comments

No comments written yet.

Please login to write comment.