Color Hex Logo

#763ea3 Color Hex

#763EA3
(118,62,163)
0 Favorites   0 Comments

Color spaces of #763ea3

RGB 11862163
HSL0.760.450.44
HSV273°62°64°
CMYK 0.280.620.00   0.36
XYZ15.80479.941135.7362
Yxy9.94110.25710.1617
Hunter Lab31.529534.2995-45.1299
CIE-Lab37.736543.3264-45.3086

#763ea3 color RGB value is (118,62,163).

#763ea3 hex color red value is 118, green value is 62 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #763ea3 hue: 0.76 , saturation: 0.45 and the lightness value of 763ea3 is 0.44.

The process color (four color CMYK) of #763ea3 color hex is 0.28, 0.62, 0.00, 0.36. Web safe color of #763ea3 is #663399. Color #763ea3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111110 10100011
Octal 166 76 243
Decimal 118 62 163
Hex 76 3E A3

RGB Percentages of Color #763ea3

%34.40
%18.08
%47.52

CMYK Percentages of Color #763ea3

%28
%62
%0
%36

Triadic Colors of #763ea3

#763ea3 #a3763e #3ea376

Analogous Colors of #763ea3

#763ea3 #a33e9e #443ea3

Monochromatic Colors of #763ea3

#763ea3

Complementary Color

#763ea3 #6ba33e

#763ea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763ea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763ea3 Color CSS Codes

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

#763ea3 Text Font Color

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

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


#763ea3 Background Color

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

This div background color is #763ea3


#763ea3 Border Color

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

This div border color is #763ea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763ea3


Comments

No comments written yet.

Please login to write comment.