Color Hex Logo

#a35899 Color Hex

#A35899
(163,88,153)
0 Favorites   0 Comments

Color spaces of #a35899

RGB 16388153
HSL0.860.300.49
HSV308°46°64°
CMYK 0.000.460.06   0.36
XYZ24.343717.065932.1480
Yxy17.06590.33090.2320
Hunter Lab41.310932.8925-17.2217
CIE-Lab48.343040.1906-22.2405

#a35899 color RGB value is (163,88,153).

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

The process color (four color CMYK) of #a35899 color hex is 0.00, 0.46, 0.06, 0.36. Web safe color of #a35899 is #996699. Color #a35899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 10011001
Octal 243 130 231
Decimal 163 88 153
Hex A3 58 99

RGB Percentages of Color #a35899

%40.35
%21.78
%37.87

CMYK Percentages of Color #a35899

%0
%46
%6
%36

Triadic Colors of #a35899

#a35899 #99a358 #5899a3

Analogous Colors of #a35899

#a35899 #a35874 #8858a3

Monochromatic Colors of #a35899

#a35899

Complementary Color

#a35899 #58a362

#a35899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35899 Color CSS Codes

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

#a35899 Text Font Color

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

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


#a35899 Background Color

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

This div background color is #a35899


#a35899 Border Color

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

This div border color is #a35899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35899


Comments

No comments written yet.

Please login to write comment.