Color Hex Logo

#a5778d Color Hex

#A5778D
(165,119,141)
0 Favorites   0 Comments

Color spaces of #a5778d

RGB 165119141
HSL0.920.200.56
HSV331°28°65°
CMYK 0.000.280.15   0.35
XYZ26.921623.116128.2422
Yxy23.11610.34390.2953
Hunter Lab48.079215.8112-1.1721
CIE-Lab55.191721.5046-4.8044

#a5778d color RGB value is (165,119,141).

#a5778d hex color red value is 165, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a5778d hue: 0.92 , saturation: 0.20 and the lightness value of a5778d is 0.56.

The process color (four color CMYK) of #a5778d color hex is 0.00, 0.28, 0.15, 0.35. Web safe color of #a5778d is #996699. Color #a5778d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 10001101
Octal 245 167 215
Decimal 165 119 141
Hex A5 77 8D

RGB Percentages of Color #a5778d

%38.82
%28.00
%33.18

CMYK Percentages of Color #a5778d

%0
%28
%15
%35

Triadic Colors of #a5778d

#a5778d #8da577 #778da5

Analogous Colors of #a5778d

#a5778d #a57877 #a577a4

Monochromatic Colors of #a5778d

#a5778d

Complementary Color

#a5778d #77a58f

#a5778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5778d Color CSS Codes

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

#a5778d Text Font Color

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

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


#a5778d Background Color

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

This div background color is #a5778d


#a5778d Border Color

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

This div border color is #a5778d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,119,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5778d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5778d;
  -webkit-box-shadow: 1px 1px 3px 2px #a5778d;
  box-shadow:         1px 1px 3px 2px #a5778d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5778d


Comments

No comments written yet.

Please login to write comment.