Color Hex Logo

#a35582 Color Hex

#A35582
(163,85,130)
0 Favorites   0 Comments

Color spaces of #a35582

RGB 16385130
HSL0.900.310.49
HSV325°48°64°
CMYK 0.000.480.20   0.36
XYZ22.382015.895223.0075
Yxy15.89520.36520.2594
Hunter Lab39.868830.4380-6.3070
CIE-Lab46.836737.9139-10.7850

#a35582 color RGB value is (163,85,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010101 10000010
Octal 243 125 202
Decimal 163 85 130
Hex A3 55 82

RGB Percentages of Color #a35582

%43.12
%22.49
%34.39

CMYK Percentages of Color #a35582

%0
%48
%20
%36

Triadic Colors of #a35582

#a35582 #82a355 #5582a3

Analogous Colors of #a35582

#a35582 #a3555b #9d55a3

Monochromatic Colors of #a35582

#a35582

Complementary Color

#a35582 #55a376

#a35582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35582 Color CSS Codes

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

#a35582 Text Font Color

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

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


#a35582 Background Color

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

This div background color is #a35582


#a35582 Border Color

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

This div border color is #a35582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35582


Comments

No comments written yet.

Please login to write comment.