Color Hex Logo

#a35595 Color Hex

#A35595
(163,85,149)
0 Favorites   0 Comments

Color spaces of #a35595

RGB 16385149
HSL0.860.310.49
HSV311°48°64°
CMYK 0.000.480.09   0.36
XYZ23.777616.453530.3564
Yxy16.45350.33690.2331
Hunter Lab40.562933.6499-15.9773
CIE-Lab47.563941.0678-21.0622

#a35595 color RGB value is (163,85,149).

#a35595 hex color red value is 163, green value is 85 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a35595 hue: 0.86 , saturation: 0.31 and the lightness value of a35595 is 0.49.

The process color (four color CMYK) of #a35595 color hex is 0.00, 0.48, 0.09, 0.36. Web safe color of #a35595 is #996699. Color #a35595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010101 10010101
Octal 243 125 225
Decimal 163 85 149
Hex A3 55 95

RGB Percentages of Color #a35595

%41.06
%21.41
%37.53

CMYK Percentages of Color #a35595

%0
%48
%9
%36

Triadic Colors of #a35595

#a35595 #95a355 #5595a3

Analogous Colors of #a35595

#a35595 #a3556e #8a55a3

Monochromatic Colors of #a35595

#a35595

Complementary Color

#a35595 #55a363

#a35595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35595 Color CSS Codes

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

#a35595 Text Font Color

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

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


#a35595 Background Color

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

This div background color is #a35595


#a35595 Border Color

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

This div border color is #a35595


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,85,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35595; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35595;
  -webkit-box-shadow: 1px 1px 3px 2px #a35595;
  box-shadow:         1px 1px 3px 2px #a35595; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,85,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35595


Comments

No comments written yet.

Please login to write comment.