Color Hex Logo

#763684 Color Hex

#763684
(118,54,132)
0 Favorites   0 Comments

Color spaces of #763684

RGB 11854132
HSL0.800.420.36
HSV289°59°52°
CMYK 0.110.590.00   0.48
XYZ12.95528.155822.7212
Yxy8.15580.29560.1861
Hunter Lab28.558430.9975-27.1806
CIE-Lab34.305340.4860-31.8947

#763684 color RGB value is (118,54,132).

#763684 hex color red value is 118, green value is 54 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #763684 hue: 0.80 , saturation: 0.42 and the lightness value of 763684 is 0.36.

The process color (four color CMYK) of #763684 color hex is 0.11, 0.59, 0.00, 0.48. Web safe color of #763684 is #663399. Color #763684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110110 10000100
Octal 166 66 204
Decimal 118 54 132
Hex 76 36 84

RGB Percentages of Color #763684

%38.82
%17.76
%43.42

CMYK Percentages of Color #763684

%11
%59
%0
%48

Triadic Colors of #763684

#763684 #847636 #368476

Analogous Colors of #763684

#763684 #84366b #4f3684

Monochromatic Colors of #763684

#763684

Complementary Color

#763684 #448436

#763684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763684 Color CSS Codes

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

#763684 Text Font Color

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

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


#763684 Background Color

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

This div background color is #763684


#763684 Border Color

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

This div border color is #763684


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,54,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763684; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763684;
  -webkit-box-shadow: 1px 1px 3px 2px #763684;
  box-shadow:         1px 1px 3px 2px #763684; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763684


Comments

No comments written yet.

Please login to write comment.