Color Hex Logo

#763278 Color Hex

#763278
(118,50,120)
0 Favorites   0 Comments

Color spaces of #763278

RGB 11850120
HSL0.830.410.33
HSV298°58°47°
CMYK 0.020.580.00   0.53
XYZ12.00207.488818.5822
Yxy7.48880.31520.1967
Hunter Lab27.365730.3964-21.1039
CIE-Lab32.894740.0936-26.6356

#763278 color RGB value is (118,50,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 01111000
Octal 166 62 170
Decimal 118 50 120
Hex 76 32 78

RGB Percentages of Color #763278

%40.97
%17.36
%41.67

CMYK Percentages of Color #763278

%2
%58
%0
%53

Triadic Colors of #763278

#763278 #787632 #327876

Analogous Colors of #763278

#763278 #783257 #533278

Monochromatic Colors of #763278

#763278

Complementary Color

#763278 #347832

#763278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763278 Color CSS Codes

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

#763278 Text Font Color

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

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


#763278 Background Color

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

This div background color is #763278


#763278 Border Color

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

This div border color is #763278


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,50,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 #763278">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763278


Comments

No comments written yet.

Please login to write comment.