Color Hex Logo

#763787 Color Hex

#763787
(118,55,135)
0 Favorites   0 Comments

Color spaces of #763787

RGB 11855135
HSL0.800.420.37
HSV287°59°53°
CMYK 0.130.590.00   0.47
XYZ13.21068.333223.8339
Yxy8.33320.29110.1836
Hunter Lab28.867331.1696-28.7449
CIE-Lab34.667440.6050-33.1761

#763787 color RGB value is (118,55,135).

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

The process color (four color CMYK) of #763787 color hex is 0.13, 0.59, 0.00, 0.47. Web safe color of #763787 is #663399. Color #763787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110111 10000111
Octal 166 67 207
Decimal 118 55 135
Hex 76 37 87

RGB Percentages of Color #763787

%38.31
%17.86
%43.83

CMYK Percentages of Color #763787

%13
%59
%0
%47

Triadic Colors of #763787

#763787 #877637 #378776

Analogous Colors of #763787

#763787 #873770 #4e3787

Monochromatic Colors of #763787

#763787

Complementary Color

#763787 #488737

#763787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763787 Color CSS Codes

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

#763787 Text Font Color

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

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


#763787 Background Color

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

This div background color is #763787


#763787 Border Color

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

This div border color is #763787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763787


Comments

No comments written yet.

Please login to write comment.