Color Hex Logo

#a952ab Color Hex

#A952AB
(169,82,171)
0 Favorites   0 Comments

Color spaces of #a952ab

RGB 16982171
HSL0.830.350.50
HSV299°52°67°
CMYK 0.010.520.00   0.33
XYZ26.730217.409940.4797
Yxy17.40990.31590.2057
Hunter Lab41.725241.3326-28.3126
CIE-Lab48.772448.3940-32.1334

#a952ab color RGB value is (169,82,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 10101011
Octal 251 122 253
Decimal 169 82 171
Hex A9 52 AB

RGB Percentages of Color #a952ab

%40.05
%19.43
%40.52

CMYK Percentages of Color #a952ab

%1
%52
%0
%33

Triadic Colors of #a952ab

#a952ab #aba952 #52aba9

Analogous Colors of #a952ab

#a952ab #ab5281 #7d52ab

Monochromatic Colors of #a952ab

#a952ab

Complementary Color

#a952ab #54ab52

#a952ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a952ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a952ab Color CSS Codes

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

#a952ab Text Font Color

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

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


#a952ab Background Color

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

This div background color is #a952ab


#a952ab Border Color

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

This div border color is #a952ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a952ab


Comments

No comments written yet.

Please login to write comment.