Color Hex Logo

#763369 Color Hex

#763369
(118,51,105)
0 Favorites   0 Comments

Color spaces of #763369

RGB 11851105
HSL0.870.400.33
HSV312°57°46°
CMYK 0.000.570.11   0.54
XYZ11.20487.239114.1713
Yxy7.23910.34350.2220
Hunter Lab26.905627.2514-12.3944
CIE-Lab32.345136.7808-18.0016

#763369 color RGB value is (118,51,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 01101001
Octal 166 63 151
Decimal 118 51 105
Hex 76 33 69

RGB Percentages of Color #763369

%43.07
%18.61
%38.32

CMYK Percentages of Color #763369

%0
%57
%11
%54

Triadic Colors of #763369

#763369 #697633 #336976

Analogous Colors of #763369

#763369 #763348 #623376

Monochromatic Colors of #763369

#763369

Complementary Color

#763369 #337640

#763369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763369 Color CSS Codes

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

#763369 Text Font Color

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

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


#763369 Background Color

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

This div background color is #763369


#763369 Border Color

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

This div border color is #763369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763369


Comments

No comments written yet.

Please login to write comment.