Color Hex Logo

#773daa Color Hex

#773DAA
(119,61,170)
0 Favorites   0 Comments

Color spaces of #773daa

RGB 11961170
HSL0.760.470.45
HSV272°64°67°
CMYK 0.300.640.00   0.33
XYZ16.532210.161739.1203
Yxy10.16170.25120.1544
Hunter Lab31.877436.7878-50.4471
CIE-Lab38.131145.7812-48.8523

#773daa color RGB value is (119,61,170).

#773daa hex color red value is 119, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #773daa hue: 0.76 , saturation: 0.47 and the lightness value of 773daa is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111101 10101010
Octal 167 75 252
Decimal 119 61 170
Hex 77 3D AA

RGB Percentages of Color #773daa

%34.00
%17.43
%48.57

CMYK Percentages of Color #773daa

%30
%64
%0
%33

Triadic Colors of #773daa

#773daa #aa773d #3daa77

Analogous Colors of #773daa

#773daa #aa3da7 #403daa

Monochromatic Colors of #773daa

#773daa

Complementary Color

#773daa #70aa3d

#773daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#773daa Color CSS Codes

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

#773daa Text Font Color

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

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


#773daa Background Color

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

This div background color is #773daa


#773daa Border Color

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

This div border color is #773daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,61,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 #773daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773daa


Comments

No comments written yet.

Please login to write comment.