Color Hex Logo

#a250ac Color Hex

#A250AC
(162,80,172)
0 Favorites   0 Comments

Color spaces of #a250ac

RGB 16280172
HSL0.820.370.49
HSV293°53°67°
CMYK 0.060.530.00   0.33
XYZ25.215316.397340.8657
Yxy16.39730.30570.1988
Hunter Lab40.493640.2880-31.4893
CIE-Lab47.491547.6061-34.7976

#a250ac color RGB value is (162,80,172).

#a250ac hex color red value is 162, green value is 80 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a250ac hue: 0.82 , saturation: 0.37 and the lightness value of a250ac is 0.49.

The process color (four color CMYK) of #a250ac color hex is 0.06, 0.53, 0.00, 0.33. Web safe color of #a250ac is #996699. Color #a250ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010000 10101100
Octal 242 120 254
Decimal 162 80 172
Hex A2 50 AC

RGB Percentages of Color #a250ac

%39.13
%19.32
%41.55

CMYK Percentages of Color #a250ac

%6
%53
%0
%33

Triadic Colors of #a250ac

#a250ac #aca250 #50aca2

Analogous Colors of #a250ac

#a250ac #ac5088 #7450ac

Monochromatic Colors of #a250ac

#a250ac

Complementary Color

#a250ac #5aac50

#a250ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a250ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a250ac Color CSS Codes

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

#a250ac Text Font Color

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

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


#a250ac Background Color

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

This div background color is #a250ac


#a250ac Border Color

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

This div border color is #a250ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a250ac


Comments

No comments written yet.

Please login to write comment.