Color Hex Logo

#763373 Color Hex

#763373
(118,51,115)
0 Favorites   0 Comments

Color spaces of #763373

RGB 11851115
HSL0.840.400.33
HSV303°57°46°
CMYK 0.000.570.03   0.54
XYZ11.74967.457017.0397
Yxy7.45700.32420.2057
Hunter Lab27.307529.0150-17.8813
CIE-Lab32.825438.6214-23.5964

#763373 color RGB value is (118,51,115).

#763373 hex color red value is 118, green value is 51 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #763373 hue: 0.84 , saturation: 0.40 and the lightness value of 763373 is 0.33.

The process color (four color CMYK) of #763373 color hex is 0.00, 0.57, 0.03, 0.54. Web safe color of #763373 is #663366. Color #763373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 01110011
Octal 166 63 163
Decimal 118 51 115
Hex 76 33 73

RGB Percentages of Color #763373

%41.55
%17.96
%40.49

CMYK Percentages of Color #763373

%0
%57
%3
%54

Triadic Colors of #763373

#763373 #737633 #337376

Analogous Colors of #763373

#763373 #763352 #583376

Monochromatic Colors of #763373

#763373

Complementary Color

#763373 #337636

#763373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763373 Color CSS Codes

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

#763373 Text Font Color

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

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


#763373 Background Color

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

This div background color is #763373


#763373 Border Color

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

This div border color is #763373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763373


Comments

No comments written yet.

Please login to write comment.