Color Hex Logo

#775cad Color Hex

#775CAD
(119,92,173)
0 Favorites   0 Comments

Color spaces of #775cad

RGB 11992173
HSL0.720.330.52
HSV260°47°68°
CMYK 0.310.470.00   0.32
XYZ18.977714.593441.3517
Yxy14.59340.25330.1948
Hunter Lab38.201321.8232-37.4386
CIE-Lab45.072228.9970-39.5384

#775cad color RGB value is (119,92,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011100 10101101
Octal 167 134 255
Decimal 119 92 173
Hex 77 5C AD

RGB Percentages of Color #775cad

%30.99
%23.96
%45.05

CMYK Percentages of Color #775cad

%31
%47
%0
%32

Triadic Colors of #775cad

#775cad #ad775c #5cad77

Analogous Colors of #775cad

#775cad #a05cad #5c6aad

Monochromatic Colors of #775cad

#775cad

Complementary Color

#775cad #92ad5c

#775cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#775cad Color CSS Codes

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

#775cad Text Font Color

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

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


#775cad Background Color

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

This div background color is #775cad


#775cad Border Color

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

This div border color is #775cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775cad


Comments

No comments written yet.

Please login to write comment.