Color Hex Logo

#a33996 Color Hex

#A33996
(163,57,150)
0 Favorites   0 Comments

Color spaces of #a33996

RGB 16357150
HSL0.850.480.43
HSV307°65°64°
CMYK 0.000.650.08   0.36
XYZ22.072412.914830.1836
Yxy12.91480.33870.1982
Hunter Lab35.937246.7436-24.6416
CIE-Lab42.634654.5962-29.3127

#a33996 color RGB value is (163,57,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111001 10010110
Octal 243 71 226
Decimal 163 57 150
Hex A3 39 96

RGB Percentages of Color #a33996

%44.05
%15.41
%40.54

CMYK Percentages of Color #a33996

%0
%65
%8
%36

Triadic Colors of #a33996

#a33996 #96a339 #3996a3

Analogous Colors of #a33996

#a33996 #a33961 #7b39a3

Monochromatic Colors of #a33996

#a33996

Complementary Color

#a33996 #39a346

#a33996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33996 Color CSS Codes

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

#a33996 Text Font Color

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

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


#a33996 Background Color

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

This div background color is #a33996


#a33996 Border Color

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

This div border color is #a33996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33996


Comments

No comments written yet.

Please login to write comment.