Color Hex Logo

#a127ac Color Hex

#A127AC
(161,39,172)
0 Favorites   0 Comments

Color spaces of #a127ac

RGB 16139172
HSL0.820.630.41
HSV295°77°67°
CMYK 0.060.770.00   0.33
XYZ22.869912.006740.1419
Yxy12.00670.30490.1600
Hunter Lab34.650757.1736-44.4304
CIE-Lab41.226864.3221-44.7420

#a127ac color RGB value is (161,39,172).

#a127ac hex color red value is 161, green value is 39 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a127ac hue: 0.82 , saturation: 0.63 and the lightness value of a127ac is 0.41.

The process color (four color CMYK) of #a127ac color hex is 0.06, 0.77, 0.00, 0.33. Web safe color of #a127ac is #993399. Color #a127ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100111 10101100
Octal 241 47 254
Decimal 161 39 172
Hex A1 27 AC

RGB Percentages of Color #a127ac

%43.28
%10.48
%46.24

CMYK Percentages of Color #a127ac

%6
%77
%0
%33

Triadic Colors of #a127ac

#a127ac #aca127 #27aca1

Analogous Colors of #a127ac

#a127ac #ac2775 #5f27ac

Monochromatic Colors of #a127ac

#a127ac

Complementary Color

#a127ac #32ac27

#a127ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a127ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a127ac Color CSS Codes

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

#a127ac Text Font Color

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

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


#a127ac Background Color

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

This div background color is #a127ac


#a127ac Border Color

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

This div border color is #a127ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a127ac


Comments

No comments written yet.

Please login to write comment.