Color Hex Logo

#763459 Color Hex

#763459
(118,52,89)
0 Favorites   0 Comments

Color spaces of #763459

RGB 1185289
HSL0.910.390.33
HSV326°56°46°
CMYK 0.000.560.25   0.54
XYZ10.50247.028810.2544
Yxy7.02880.37800.2530
Hunter Lab26.511924.3151-4.3742
CIE-Lab31.872433.5847-8.4555

#763459 color RGB value is (118,52,89).

#763459 hex color red value is 118, green value is 52 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #763459 hue: 0.91 , saturation: 0.39 and the lightness value of 763459 is 0.33.

The process color (four color CMYK) of #763459 color hex is 0.00, 0.56, 0.25, 0.54. Web safe color of #763459 is #663366. Color #763459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 01011001
Octal 166 64 131
Decimal 118 52 89
Hex 76 34 59

RGB Percentages of Color #763459

%45.56
%20.08
%34.36

CMYK Percentages of Color #763459

%0
%56
%25
%54

Triadic Colors of #763459

#763459 #597634 #345976

Analogous Colors of #763459

#763459 #763438 #723476

Monochromatic Colors of #763459

#763459

Complementary Color

#763459 #347651

#763459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763459 Color CSS Codes

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

#763459 Text Font Color

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

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


#763459 Background Color

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

This div background color is #763459


#763459 Border Color

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

This div border color is #763459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763459


Comments

No comments written yet.

Please login to write comment.