Color Hex Logo

#a253ab Color Hex

#A253AB
(162,83,171)
0 Favorites   0 Comments

Color spaces of #a253ab

RGB 16283171
HSL0.820.350.50
HSV294°51°67°
CMYK 0.050.510.00   0.33
XYZ25.344216.808240.4366
Yxy16.80820.30690.2035
Hunter Lab40.997838.5997-29.7799
CIE-Lab48.017545.8854-33.3840

#a253ab color RGB value is (162,83,171).

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

The process color (four color CMYK) of #a253ab color hex is 0.05, 0.51, 0.00, 0.33. Web safe color of #a253ab is #996699. Color #a253ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 10101011
Octal 242 123 253
Decimal 162 83 171
Hex A2 53 AB

RGB Percentages of Color #a253ab

%38.94
%19.95
%41.11

CMYK Percentages of Color #a253ab

%5
%51
%0
%33

Triadic Colors of #a253ab

#a253ab #aba253 #53aba2

Analogous Colors of #a253ab

#a253ab #ab5388 #7653ab

Monochromatic Colors of #a253ab

#a253ab

Complementary Color

#a253ab #5cab53

#a253ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a253ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a253ab Color CSS Codes

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

#a253ab Text Font Color

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

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


#a253ab Background Color

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

This div background color is #a253ab


#a253ab Border Color

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

This div border color is #a253ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,83,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a253ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a253ab


Comments

No comments written yet.

Please login to write comment.