Color Hex Logo

#a35999 Color Hex

#A35999
(163,89,153)
0 Favorites   0 Comments

Color spaces of #a35999

RGB 16389153
HSL0.860.290.49
HSV308°45°64°
CMYK 0.000.450.06   0.36
XYZ24.426417.231232.1755
Yxy17.23120.33080.2334
Hunter Lab41.510532.3931-16.8994
CIE-Lab48.550039.6572-21.9214

#a35999 color RGB value is (163,89,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 10011001
Octal 243 131 231
Decimal 163 89 153
Hex A3 59 99

RGB Percentages of Color #a35999

%40.25
%21.98
%37.78

CMYK Percentages of Color #a35999

%0
%45
%6
%36

Triadic Colors of #a35999

#a35999 #99a359 #5999a3

Analogous Colors of #a35999

#a35999 #a35974 #8859a3

Monochromatic Colors of #a35999

#a35999

Complementary Color

#a35999 #59a363

#a35999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35999 Color CSS Codes

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

#a35999 Text Font Color

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

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


#a35999 Background Color

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

This div background color is #a35999


#a35999 Border Color

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

This div border color is #a35999


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,89,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 #a35999">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35999


Comments

No comments written yet.

Please login to write comment.