Color Hex Logo

#a35393 Color Hex

#A35393
(163,83,147)
0 Favorites   0 Comments

Color spaces of #a35393

RGB 16383147
HSL0.870.330.48
HSV312°49°64°
CMYK 0.000.490.10   0.36
XYZ23.464016.079629.4708
Yxy16.07960.34000.2330
Hunter Lab40.099434.2747-15.5053
CIE-Lab47.078741.7679-20.6156

#a35393 color RGB value is (163,83,147).

#a35393 hex color red value is 163, green value is 83 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a35393 hue: 0.87 , saturation: 0.33 and the lightness value of a35393 is 0.48.

The process color (four color CMYK) of #a35393 color hex is 0.00, 0.49, 0.10, 0.36. Web safe color of #a35393 is #996699. Color #a35393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010011 10010011
Octal 243 123 223
Decimal 163 83 147
Hex A3 53 93

RGB Percentages of Color #a35393

%41.48
%21.12
%37.40

CMYK Percentages of Color #a35393

%0
%49
%10
%36

Triadic Colors of #a35393

#a35393 #93a353 #5393a3

Analogous Colors of #a35393

#a35393 #a3536b #8b53a3

Monochromatic Colors of #a35393

#a35393

Complementary Color

#a35393 #53a363

#a35393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35393 Color CSS Codes

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

#a35393 Text Font Color

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

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


#a35393 Background Color

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

This div background color is #a35393


#a35393 Border Color

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

This div border color is #a35393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35393


Comments

No comments written yet.

Please login to write comment.