Color Hex Logo

#a33984 Color Hex

#A33984
(163,57,132)
0 Favorites   0 Comments

Color spaces of #a33984

RGB 16357132
HSL0.880.480.43
HSV318°65°64°
CMYK 0.000.650.19   0.36
XYZ20.732212.378723.1264
Yxy12.37870.36870.2201
Hunter Lab35.183443.6122-14.3436
CIE-Lab41.811851.7922-19.6535

#a33984 color RGB value is (163,57,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111001 10000100
Octal 243 71 204
Decimal 163 57 132
Hex A3 39 84

RGB Percentages of Color #a33984

%46.31
%16.19
%37.50

CMYK Percentages of Color #a33984

%0
%65
%19
%36

Triadic Colors of #a33984

#a33984 #84a339 #3984a3

Analogous Colors of #a33984

#a33984 #a3394f #8d39a3

Monochromatic Colors of #a33984

#a33984

Complementary Color

#a33984 #39a358

#a33984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33984 Color CSS Codes

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

#a33984 Text Font Color

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

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


#a33984 Background Color

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

This div background color is #a33984


#a33984 Border Color

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

This div border color is #a33984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33984


Comments

No comments written yet.

Please login to write comment.