Color Hex Logo

#a43cac Color Hex

#A43CAC
(164,60,172)
0 Favorites   0 Comments

Color spaces of #a43cac

RGB 16460172
HSL0.820.480.45
HSV296°65°67°
CMYK 0.050.650.00   0.33
XYZ24.372114.102840.4673
Yxy14.10280.30870.1786
Hunter Lab37.553750.1264-37.6024
CIE-Lab44.380057.3958-39.6919

#a43cac color RGB value is (164,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111100 10101100
Octal 244 74 254
Decimal 164 60 172
Hex A4 3C AC

RGB Percentages of Color #a43cac

%41.41
%15.15
%43.43

CMYK Percentages of Color #a43cac

%5
%65
%0
%33

Triadic Colors of #a43cac

#a43cac #aca43c #3caca4

Analogous Colors of #a43cac

#a43cac #ac3c7c #6c3cac

Monochromatic Colors of #a43cac

#a43cac

Complementary Color

#a43cac #44ac3c

#a43cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43cac Color CSS Codes

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

#a43cac Text Font Color

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

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


#a43cac Background Color

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

This div background color is #a43cac


#a43cac Border Color

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

This div border color is #a43cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43cac


Comments

No comments written yet.

Please login to write comment.