Color Hex Logo

#a33493 Color Hex

#A33493
(163,52,147)
0 Favorites   0 Comments

Color spaces of #a33493

RGB 16352147
HSL0.860.520.42
HSV309°68°64°
CMYK 0.000.680.10   0.36
XYZ21.598712.349128.8490
Yxy12.34910.34390.1967
Hunter Lab35.141348.2132-24.0748
CIE-Lab41.765756.1271-28.8598

#a33493 color RGB value is (163,52,147).

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

The process color (four color CMYK) of #a33493 color hex is 0.00, 0.68, 0.10, 0.36. Web safe color of #a33493 is #993399. Color #a33493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110100 10010011
Octal 243 64 223
Decimal 163 52 147
Hex A3 34 93

RGB Percentages of Color #a33493

%45.03
%14.36
%40.61

CMYK Percentages of Color #a33493

%0
%68
%10
%36

Triadic Colors of #a33493

#a33493 #93a334 #3493a3

Analogous Colors of #a33493

#a33493 #a3345b #7c34a3

Monochromatic Colors of #a33493

#a33493

Complementary Color

#a33493 #34a344

#a33493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33493 Color CSS Codes

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

#a33493 Text Font Color

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

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


#a33493 Background Color

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

This div background color is #a33493


#a33493 Border Color

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

This div border color is #a33493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33493


Comments

No comments written yet.

Please login to write comment.