Color Hex Logo

#775dad Color Hex

#775DAD
(119,93,173)
0 Favorites   0 Comments

Color spaces of #775dad

RGB 11993173
HSL0.720.330.52
HSV260°46°68°
CMYK 0.310.460.00   0.32
XYZ19.064914.767841.3808
Yxy14.76780.25350.1963
Hunter Lab38.428921.3048-36.9441
CIE-Lab45.314528.3994-39.1546

#775dad color RGB value is (119,93,173).

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

The process color (four color CMYK) of #775dad color hex is 0.31, 0.46, 0.00, 0.32. Web safe color of #775dad is #666699. Color #775dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 10101101
Octal 167 135 255
Decimal 119 93 173
Hex 77 5D AD

RGB Percentages of Color #775dad

%30.91
%24.16
%44.94

CMYK Percentages of Color #775dad

%31
%46
%0
%32

Triadic Colors of #775dad

#775dad #ad775d #5dad77

Analogous Colors of #775dad

#775dad #9f5dad #5d6bad

Monochromatic Colors of #775dad

#775dad

Complementary Color

#775dad #93ad5d

#775dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#775dad Color CSS Codes

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

#775dad Text Font Color

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

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


#775dad Background Color

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

This div background color is #775dad


#775dad Border Color

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

This div border color is #775dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775dad


Comments

No comments written yet.

Please login to write comment.