Color Hex Logo

#a53cac Color Hex

#A53CAC
(165,60,172)
0 Favorites   0 Comments

Color spaces of #a53cac

RGB 16560172
HSL0.820.480.45
HSV296°65°67°
CMYK 0.040.650.00   0.33
XYZ24.579314.209640.4770
Yxy14.20960.31010.1793
Hunter Lab37.695650.4230-37.2778
CIE-Lab44.532057.6381-39.4412

#a53cac color RGB value is (165,60,172).

#a53cac hex color red value is 165, green value is 60 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a53cac hue: 0.82 , saturation: 0.48 and the lightness value of a53cac is 0.45.

The process color (four color CMYK) of #a53cac color hex is 0.04, 0.65, 0.00, 0.33. Web safe color of #a53cac is #993399. Color #a53cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111100 10101100
Octal 245 74 254
Decimal 165 60 172
Hex A5 3C AC

RGB Percentages of Color #a53cac

%41.56
%15.11
%43.32

CMYK Percentages of Color #a53cac

%4
%65
%0
%33

Triadic Colors of #a53cac

#a53cac #aca53c #3caca5

Analogous Colors of #a53cac

#a53cac #ac3c7b #6d3cac

Monochromatic Colors of #a53cac

#a53cac

Complementary Color

#a53cac #43ac3c

#a53cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53cac Color CSS Codes

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

#a53cac Text Font Color

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

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


#a53cac Background Color

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

This div background color is #a53cac


#a53cac Border Color

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

This div border color is #a53cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,60,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53cac


Comments

No comments written yet.

Please login to write comment.