Color Hex Logo

#a5738e Color Hex

#A5738E
(165,115,142)
0 Favorites   0 Comments

Color spaces of #a5738e

RGB 165115142
HSL0.910.220.55
HSV328°30°65°
CMYK 0.000.300.14   0.35
XYZ26.530322.213828.4806
Yxy22.21380.34350.2877
Hunter Lab47.131517.9974-2.8357
CIE-Lab54.253123.9516-6.7806

#a5738e color RGB value is (165,115,142).

#a5738e hex color red value is 165, green value is 115 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a5738e hue: 0.91 , saturation: 0.22 and the lightness value of a5738e is 0.55.

The process color (four color CMYK) of #a5738e color hex is 0.00, 0.30, 0.14, 0.35. Web safe color of #a5738e is #996699. Color #a5738e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 10001110
Octal 245 163 216
Decimal 165 115 142
Hex A5 73 8E

RGB Percentages of Color #a5738e

%39.10
%27.25
%33.65

CMYK Percentages of Color #a5738e

%0
%30
%14
%35

Triadic Colors of #a5738e

#a5738e #8ea573 #738ea5

Analogous Colors of #a5738e

#a5738e #a57375 #a373a5

Monochromatic Colors of #a5738e

#a5738e

Complementary Color

#a5738e #73a58a

#a5738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5738e Color CSS Codes

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

#a5738e Text Font Color

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

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


#a5738e Background Color

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

This div background color is #a5738e


#a5738e Border Color

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

This div border color is #a5738e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5738e


Comments

No comments written yet.

Please login to write comment.