Color Hex Logo

#772096 Color Hex

#772096
(119,32,150)
0 Favorites   0 Comments

Color spaces of #772096

RGB 11932150
HSL0.790.650.36
HSV284°79°59°
CMYK 0.210.790.00   0.41
XYZ13.62937.157029.5173
Yxy7.15700.27090.1423
Hunter Lab26.752644.1212-46.6905
CIE-Lab32.161754.1134-46.4027

#772096 color RGB value is (119,32,150).

#772096 hex color red value is 119, green value is 32 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #772096 hue: 0.79 , saturation: 0.65 and the lightness value of 772096 is 0.36.

The process color (four color CMYK) of #772096 color hex is 0.21, 0.79, 0.00, 0.41. Web safe color of #772096 is #663399. Color #772096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100000 10010110
Octal 167 40 226
Decimal 119 32 150
Hex 77 20 96

RGB Percentages of Color #772096

%39.53
%10.63
%49.83

CMYK Percentages of Color #772096

%21
%79
%0
%41

Triadic Colors of #772096

#772096 #967720 #209677

Analogous Colors of #772096

#772096 #96207a #3c2096

Monochromatic Colors of #772096

#772096

Complementary Color

#772096 #3f9620

#772096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772096 Color CSS Codes

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

#772096 Text Font Color

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

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


#772096 Background Color

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

This div background color is #772096


#772096 Border Color

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

This div border color is #772096


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,32,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #772096; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #772096;
  -webkit-box-shadow: 1px 1px 3px 2px #772096;
  box-shadow:         1px 1px 3px 2px #772096; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,32,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772096


Comments

No comments written yet.

Please login to write comment.