Color Hex Logo

#a438ac Color Hex

#A438AC
(164,56,172)
0 Favorites   0 Comments

Color spaces of #a438ac

RGB 16456172
HSL0.820.510.45
HSV296°67°67°
CMYK 0.050.670.00   0.33
XYZ24.170413.699440.4001
Yxy13.69940.30880.1750
Hunter Lab37.012751.7936-38.8073
CIE-Lab43.798759.0226-40.6144

#a438ac color RGB value is (164,56,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111000 10101100
Octal 244 70 254
Decimal 164 56 172
Hex A4 38 AC

RGB Percentages of Color #a438ac

%41.84
%14.29
%43.88

CMYK Percentages of Color #a438ac

%5
%67
%0
%33

Triadic Colors of #a438ac

#a438ac #aca438 #38aca4

Analogous Colors of #a438ac

#a438ac #ac387a #6a38ac

Monochromatic Colors of #a438ac

#a438ac

Complementary Color

#a438ac #40ac38

#a438ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a438ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a438ac Color CSS Codes

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

#a438ac Text Font Color

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

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


#a438ac Background Color

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

This div background color is #a438ac


#a438ac Border Color

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

This div border color is #a438ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a438ac


Comments

No comments written yet.

Please login to write comment.