Color Hex Logo

#763aca Color Hex

#763ACA
(118,58,202)
0 Favorites   0 Comments

Color spaces of #763aca

RGB 11858202
HSL0.740.580.51
HSV265°71°79°
CMYK 0.420.710.00   0.21
XYZ19.644911.141956.9923
Yxy11.14190.22380.1269
Hunter Lab33.379546.6389-77.8664
CIE-Lab39.818455.0278-64.9429

#763aca color RGB value is (118,58,202).

#763aca hex color red value is 118, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #763aca hue: 0.74 , saturation: 0.58 and the lightness value of 763aca is 0.51.

The process color (four color CMYK) of #763aca color hex is 0.42, 0.71, 0.00, 0.21. Web safe color of #763aca is #6633cc. Color #763aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 11001010
Octal 166 72 312
Decimal 118 58 202
Hex 76 3A CA

RGB Percentages of Color #763aca

%31.22
%15.34
%53.44

CMYK Percentages of Color #763aca

%42
%71
%0
%21

Triadic Colors of #763aca

#763aca #ca763a #3aca76

Analogous Colors of #763aca

#763aca #be3aca #3a46ca

Monochromatic Colors of #763aca

#763aca

Complementary Color

#763aca #8eca3a

#763aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#763aca Color CSS Codes

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

#763aca Text Font Color

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

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


#763aca Background Color

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

This div background color is #763aca


#763aca Border Color

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

This div border color is #763aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763aca


Comments

No comments written yet.

Please login to write comment.