Color Hex Logo

#763ca2 Color Hex

#763CA2
(118,60,162)
0 Favorites   0 Comments

Color spaces of #763ca2

RGB 11860162
HSL0.760.460.44
HSV274°63°64°
CMYK 0.270.630.00   0.36
XYZ15.60879.691935.2305
Yxy9.69190.25790.1601
Hunter Lab31.131835.0147-45.3036
CIE-Lab37.283744.1369-45.4355

#763ca2 color RGB value is (118,60,162).

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

The process color (four color CMYK) of #763ca2 color hex is 0.27, 0.63, 0.00, 0.36. Web safe color of #763ca2 is #663399. Color #763ca2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111100 10100010
Octal 166 74 242
Decimal 118 60 162
Hex 76 3C A2

RGB Percentages of Color #763ca2

%34.71
%17.65
%47.65

CMYK Percentages of Color #763ca2

%27
%63
%0
%36

Triadic Colors of #763ca2

#763ca2 #a2763c #3ca276

Analogous Colors of #763ca2

#763ca2 #a23c9b #433ca2

Monochromatic Colors of #763ca2

#763ca2

Complementary Color

#763ca2 #68a23c

#763ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763ca2 Color CSS Codes

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

#763ca2 Text Font Color

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

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


#763ca2 Background Color

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

This div background color is #763ca2


#763ca2 Border Color

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

This div border color is #763ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763ca2


Comments

No comments written yet.

Please login to write comment.