Color Hex Logo

#a025ac Color Hex

#A025AC
(160,37,172)
0 Favorites   0 Comments

Color spaces of #a025ac

RGB 16037172
HSL0.820.650.41
HSV295°78°67°
CMYK 0.070.780.00   0.33
XYZ22.605211.775340.1112
Yxy11.77530.30350.1581
Hunter Lab34.315257.5358-45.2838
CIE-Lab40.856764.7125-45.3434

#a025ac color RGB value is (160,37,172).

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

The process color (four color CMYK) of #a025ac color hex is 0.07, 0.78, 0.00, 0.33. Web safe color of #a025ac is #993399. Color #a025ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 10101100
Octal 240 45 254
Decimal 160 37 172
Hex A0 25 AC

RGB Percentages of Color #a025ac

%43.36
%10.03
%46.61

CMYK Percentages of Color #a025ac

%7
%78
%0
%33

Triadic Colors of #a025ac

#a025ac #aca025 #25aca0

Analogous Colors of #a025ac

#a025ac #ac2575 #5d25ac

Monochromatic Colors of #a025ac

#a025ac

Complementary Color

#a025ac #31ac25

#a025ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a025ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a025ac Color CSS Codes

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

#a025ac Text Font Color

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

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


#a025ac Background Color

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

This div background color is #a025ac


#a025ac Border Color

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

This div border color is #a025ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a025ac


Comments

No comments written yet.

Please login to write comment.