Color Hex Logo

#763078 Color Hex

#763078
(118,48,120)
0 Favorites   0 Comments

Color spaces of #763078

RGB 11848120
HSL0.830.430.33
HSV298°60°47°
CMYK 0.020.600.00   0.53
XYZ11.91837.321518.5543
Yxy7.32150.31530.1937
Hunter Lab27.058331.2715-21.7153
CIE-Lab32.527941.0903-27.2125

#763078 color RGB value is (118,48,120).

#763078 hex color red value is 118, green value is 48 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #763078 hue: 0.83 , saturation: 0.43 and the lightness value of 763078 is 0.33.

The process color (four color CMYK) of #763078 color hex is 0.02, 0.60, 0.00, 0.53. Web safe color of #763078 is #663366. Color #763078 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110000 01111000
Octal 166 60 170
Decimal 118 48 120
Hex 76 30 78

RGB Percentages of Color #763078

%41.26
%16.78
%41.96

CMYK Percentages of Color #763078

%2
%60
%0
%53

Triadic Colors of #763078

#763078 #787630 #307876

Analogous Colors of #763078

#763078 #783056 #523078

Monochromatic Colors of #763078

#763078

Complementary Color

#763078 #327830

#763078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763078 Color CSS Codes

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

#763078 Text Font Color

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

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


#763078 Background Color

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

This div background color is #763078


#763078 Border Color

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

This div border color is #763078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763078


Comments

No comments written yet.

Please login to write comment.