Color Hex Logo

#772daa Color Hex

#772DAA
(119,45,170)
0 Favorites   0 Comments

Color spaces of #772daa

RGB 11945170
HSL0.770.580.42
HSV276°74°67°
CMYK 0.300.740.00   0.33
XYZ15.80188.701038.8768
Yxy8.70100.24930.1373
Hunter Lab29.497544.0020-57.4943
CIE-Lab35.402153.3716-53.2618

#772daa color RGB value is (119,45,170).

#772daa hex color red value is 119, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #772daa hue: 0.77 , saturation: 0.58 and the lightness value of 772daa is 0.42.

The process color (four color CMYK) of #772daa color hex is 0.30, 0.74, 0.00, 0.33. Web safe color of #772daa is #663399. Color #772daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101101 10101010
Octal 167 55 252
Decimal 119 45 170
Hex 77 2D AA

RGB Percentages of Color #772daa

%35.63
%13.47
%50.90

CMYK Percentages of Color #772daa

%30
%74
%0
%33

Triadic Colors of #772daa

#772daa #aa772d #2daa77

Analogous Colors of #772daa

#772daa #aa2d9f #382daa

Monochromatic Colors of #772daa

#772daa

Complementary Color

#772daa #60aa2d

#772daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#772daa Color CSS Codes

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

#772daa Text Font Color

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

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


#772daa Background Color

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

This div background color is #772daa


#772daa Border Color

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

This div border color is #772daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,45,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #772daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #772daa;
  -webkit-box-shadow: 1px 1px 3px 2px #772daa;
  box-shadow:         1px 1px 3px 2px #772daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772daa


Comments

No comments written yet.

Please login to write comment.