Color Hex Logo

#763095 Color Hex

#763095
(118,48,149)
0 Favorites   0 Comments

Color spaces of #763095

RGB 11848149
HSL0.780.510.39
HSV282°68°58°
CMYK 0.210.680.00   0.42
XYZ13.95308.135429.2687
Yxy8.13540.27170.1584
Hunter Lab28.522637.4059-40.8750
CIE-Lab34.263347.1104-42.4148

#763095 color RGB value is (118,48,149).

#763095 hex color red value is 118, green value is 48 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #763095 hue: 0.78 , saturation: 0.51 and the lightness value of 763095 is 0.39.

The process color (four color CMYK) of #763095 color hex is 0.21, 0.68, 0.00, 0.42. Web safe color of #763095 is #663399. Color #763095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110000 10010101
Octal 166 60 225
Decimal 118 48 149
Hex 76 30 95

RGB Percentages of Color #763095

%37.46
%15.24
%47.30

CMYK Percentages of Color #763095

%21
%68
%0
%42

Triadic Colors of #763095

#763095 #957630 #309576

Analogous Colors of #763095

#763095 #953082 #433095

Monochromatic Colors of #763095

#763095

Complementary Color

#763095 #4f9530

#763095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763095 Color CSS Codes

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

#763095 Text Font Color

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

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


#763095 Background Color

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

This div background color is #763095


#763095 Border Color

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

This div border color is #763095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763095


Comments

No comments written yet.

Please login to write comment.