Color Hex Logo

#775daa Color Hex

#775DAA
(119,93,170)
0 Favorites   0 Comments

Color spaces of #775daa

RGB 11993170
HSL0.720.310.52
HSV260°45°67°
CMYK 0.300.450.00   0.33
XYZ18.777814.652939.8688
Yxy14.65290.25620.1999
Hunter Lab38.279120.5747-34.9569
CIE-Lab45.155127.6100-37.6431

#775daa color RGB value is (119,93,170).

#775daa hex color red value is 119, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #775daa hue: 0.72 , saturation: 0.31 and the lightness value of 775daa is 0.52.

The process color (four color CMYK) of #775daa color hex is 0.30, 0.45, 0.00, 0.33. Web safe color of #775daa is #666699. Color #775daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 10101010
Octal 167 135 252
Decimal 119 93 170
Hex 77 5D AA

RGB Percentages of Color #775daa

%31.15
%24.35
%44.50

CMYK Percentages of Color #775daa

%30
%45
%0
%33

Triadic Colors of #775daa

#775daa #aa775d #5daa77

Analogous Colors of #775daa

#775daa #9e5daa #5d6aaa

Monochromatic Colors of #775daa

#775daa

Complementary Color

#775daa #90aa5d

#775daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#775daa Color CSS Codes

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

#775daa Text Font Color

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

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


#775daa Background Color

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

This div background color is #775daa


#775daa Border Color

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

This div border color is #775daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775daa


Comments

No comments written yet.

Please login to write comment.