Color Hex Logo

#763599 Color Hex

#763599
(118,53,153)
0 Favorites   0 Comments

Color spaces of #763599

RGB 11853153
HSL0.780.490.40
HSV279°65°60°
CMYK 0.230.650.00   0.40
XYZ14.49418.697731.0519
Yxy8.69770.26720.1603
Hunter Lab29.491936.1150-41.7820
CIE-Lab35.395645.5961-43.0324

#763599 color RGB value is (118,53,153).

#763599 hex color red value is 118, green value is 53 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #763599 hue: 0.78 , saturation: 0.49 and the lightness value of 763599 is 0.40.

The process color (four color CMYK) of #763599 color hex is 0.23, 0.65, 0.00, 0.40. Web safe color of #763599 is #663399. Color #763599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110101 10011001
Octal 166 65 231
Decimal 118 53 153
Hex 76 35 99

RGB Percentages of Color #763599

%36.42
%16.36
%47.22

CMYK Percentages of Color #763599

%23
%65
%0
%40

Triadic Colors of #763599

#763599 #997635 #359976

Analogous Colors of #763599

#763599 #99358a #443599

Monochromatic Colors of #763599

#763599

Complementary Color

#763599 #589935

#763599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763599 Color CSS Codes

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

#763599 Text Font Color

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

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


#763599 Background Color

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

This div background color is #763599


#763599 Border Color

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

This div border color is #763599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763599


Comments

No comments written yet.

Please login to write comment.