Color Hex Logo

#a35196 Color Hex

#A35196
(163,81,150)
0 Favorites   0 Comments

Color spaces of #a35196

RGB 16381150
HSL0.860.340.48
HSV310°50°64°
CMYK 0.000.500.08   0.36
XYZ23.551715.873430.6767
Yxy15.87340.33600.2264
Hunter Lab39.841435.7952-17.7625
CIE-Lab46.808043.3255-22.8236

#a35196 color RGB value is (163,81,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 10010110
Octal 243 121 226
Decimal 163 81 150
Hex A3 51 96

RGB Percentages of Color #a35196

%41.37
%20.56
%38.07

CMYK Percentages of Color #a35196

%0
%50
%8
%36

Triadic Colors of #a35196

#a35196 #96a351 #5196a3

Analogous Colors of #a35196

#a35196 #a3516d #8751a3

Monochromatic Colors of #a35196

#a35196

Complementary Color

#a35196 #51a35e

#a35196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35196 Color CSS Codes

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

#a35196 Text Font Color

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

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


#a35196 Background Color

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

This div background color is #a35196


#a35196 Border Color

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

This div border color is #a35196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35196


Comments

No comments written yet.

Please login to write comment.