Color Hex Logo

#a35199 Color Hex

#A35199
(163,81,153)
0 Favorites   0 Comments

Color spaces of #a35199

RGB 16381153
HSL0.850.340.48
HSV307°50°64°
CMYK 0.000.500.06   0.36
XYZ23.796515.971331.9655
Yxy15.97130.33170.2226
Hunter Lab39.964136.3501-19.4485
CIE-Lab46.936843.8544-24.4124

#a35199 color RGB value is (163,81,153).

#a35199 hex color red value is 163, green value is 81 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a35199 hue: 0.85 , saturation: 0.34 and the lightness value of a35199 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 10011001
Octal 243 121 231
Decimal 163 81 153
Hex A3 51 99

RGB Percentages of Color #a35199

%41.06
%20.40
%38.54

CMYK Percentages of Color #a35199

%0
%50
%6
%36

Triadic Colors of #a35199

#a35199 #99a351 #5199a3

Analogous Colors of #a35199

#a35199 #a35170 #8451a3

Monochromatic Colors of #a35199

#a35199

Complementary Color

#a35199 #51a35b

#a35199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35199 Color CSS Codes

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

#a35199 Text Font Color

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

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


#a35199 Background Color

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

This div background color is #a35199


#a35199 Border Color

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

This div border color is #a35199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35199


Comments

No comments written yet.

Please login to write comment.