Color Hex Logo

#a253ac Color Hex

#A253AC
(162,83,172)
0 Favorites   0 Comments

Color spaces of #a253ac

RGB 16283172
HSL0.810.350.50
HSV293°52°67°
CMYK 0.060.520.00   0.33
XYZ25.439916.846540.9406
Yxy16.84650.30570.2024
Hunter Lab41.044538.8087-30.4088
CIE-Lab48.066046.0806-33.8950

#a253ac color RGB value is (162,83,172).

#a253ac hex color red value is 162, green value is 83 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a253ac hue: 0.81 , saturation: 0.35 and the lightness value of a253ac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 10101100
Octal 242 123 254
Decimal 162 83 172
Hex A2 53 AC

RGB Percentages of Color #a253ac

%38.85
%19.90
%41.25

CMYK Percentages of Color #a253ac

%6
%52
%0
%33

Triadic Colors of #a253ac

#a253ac #aca253 #53aca2

Analogous Colors of #a253ac

#a253ac #ac538a #7653ac

Monochromatic Colors of #a253ac

#a253ac

Complementary Color

#a253ac #5dac53

#a253ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a253ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a253ac Color CSS Codes

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

#a253ac Text Font Color

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

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


#a253ac Background Color

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

This div background color is #a253ac


#a253ac Border Color

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

This div border color is #a253ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a253ac


Comments

No comments written yet.

Please login to write comment.