Color Hex Logo

#a552ab Color Hex

#A552AB
(165,82,171)
0 Favorites   0 Comments

Color spaces of #a552ab

RGB 16582171
HSL0.820.350.50
HSV296°52°67°
CMYK 0.040.520.00   0.33
XYZ25.885016.974240.4401
Yxy16.97420.31070.2038
Hunter Lab41.199840.0485-29.3570
CIE-Lab48.227547.2530-33.0260

#a552ab color RGB value is (165,82,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 10101011
Octal 245 122 253
Decimal 165 82 171
Hex A5 52 AB

RGB Percentages of Color #a552ab

%39.47
%19.62
%40.91

CMYK Percentages of Color #a552ab

%4
%52
%0
%33

Triadic Colors of #a552ab

#a552ab #aba552 #52aba5

Analogous Colors of #a552ab

#a552ab #ab5285 #7952ab

Monochromatic Colors of #a552ab

#a552ab

Complementary Color

#a552ab #58ab52

#a552ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a552ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a552ab Color CSS Codes

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

#a552ab Text Font Color

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

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


#a552ab Background Color

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

This div background color is #a552ab


#a552ab Border Color

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

This div border color is #a552ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a552ab


Comments

No comments written yet.

Please login to write comment.