Color Hex Logo

#a52196 Color Hex

#A52196
(165,33,150)
0 Favorites   0 Comments

Color spaces of #a52196

RGB 16533150
HSL0.850.670.39
HSV307°80°65°
CMYK 0.000.800.09   0.35
XYZ21.565911.289129.8965
Yxy11.28910.34370.1799
Hunter Lab33.599355.7727-29.2366
CIE-Lab40.063263.3108-33.3314

#a52196 color RGB value is (165,33,150).

#a52196 hex color red value is 165, green value is 33 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a52196 hue: 0.85 , saturation: 0.67 and the lightness value of a52196 is 0.39.

The process color (four color CMYK) of #a52196 color hex is 0.00, 0.80, 0.09, 0.35. Web safe color of #a52196 is #993399. Color #a52196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 10010110
Octal 245 41 226
Decimal 165 33 150
Hex A5 21 96

RGB Percentages of Color #a52196

%47.41
%9.48
%43.10

CMYK Percentages of Color #a52196

%0
%80
%9
%35

Triadic Colors of #a52196

#a52196 #96a521 #2196a5

Analogous Colors of #a52196

#a52196 #a52154 #7221a5

Monochromatic Colors of #a52196

#a52196

Complementary Color

#a52196 #21a530

#a52196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52196 Color CSS Codes

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

#a52196 Text Font Color

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

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


#a52196 Background Color

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

This div background color is #a52196


#a52196 Border Color

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

This div border color is #a52196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52196


Comments

No comments written yet.

Please login to write comment.