Color Hex Logo

#a52193 Color Hex

#A52193
(165,33,147)
0 Favorites   0 Comments

Color spaces of #a52193

RGB 16533147
HSL0.860.670.39
HSV308°80°65°
CMYK 0.000.800.11   0.35
XYZ21.327411.193628.6403
Yxy11.19360.34870.1830
Hunter Lab33.456855.2372-27.3347
CIE-Lab39.904662.8658-31.7579

#a52193 color RGB value is (165,33,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 10010011
Octal 245 41 223
Decimal 165 33 147
Hex A5 21 93

RGB Percentages of Color #a52193

%47.83
%9.57
%42.61

CMYK Percentages of Color #a52193

%0
%80
%11
%35

Triadic Colors of #a52193

#a52193 #93a521 #2193a5

Analogous Colors of #a52193

#a52193 #a52151 #7521a5

Monochromatic Colors of #a52193

#a52193

Complementary Color

#a52193 #21a533

#a52193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52193 Color CSS Codes

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

#a52193 Text Font Color

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

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


#a52193 Background Color

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

This div background color is #a52193


#a52193 Border Color

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

This div border color is #a52193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52193


Comments

No comments written yet.

Please login to write comment.