Color Hex Logo

#a33396 Color Hex

#A33396
(163,51,150)
0 Favorites   0 Comments

Color spaces of #a33396

RGB 16351150
HSL0.850.520.42
HSV307°69°64°
CMYK 0.000.690.08   0.36
XYZ21.793112.356230.0905
Yxy12.35620.33920.1923
Hunter Lab35.151449.1512-26.1478
CIE-Lab41.776756.9920-30.6576

#a33396 color RGB value is (163,51,150).

#a33396 hex color red value is 163, green value is 51 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a33396 hue: 0.85 , saturation: 0.52 and the lightness value of a33396 is 0.42.

The process color (four color CMYK) of #a33396 color hex is 0.00, 0.69, 0.08, 0.36. Web safe color of #a33396 is #993399. Color #a33396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110011 10010110
Octal 243 63 226
Decimal 163 51 150
Hex A3 33 96

RGB Percentages of Color #a33396

%44.78
%14.01
%41.21

CMYK Percentages of Color #a33396

%0
%69
%8
%36

Triadic Colors of #a33396

#a33396 #96a333 #3396a3

Analogous Colors of #a33396

#a33396 #a3335e #7833a3

Monochromatic Colors of #a33396

#a33396

Complementary Color

#a33396 #33a340

#a33396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33396 Color CSS Codes

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

#a33396 Text Font Color

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

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


#a33396 Background Color

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

This div background color is #a33396


#a33396 Border Color

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

This div border color is #a33396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33396


Comments

No comments written yet.

Please login to write comment.