Color Hex Logo

#ab52b5 Color Hex

#AB52B5
(171,82,181)
0 Favorites   0 Comments

Color spaces of #ab52b5

RGB 17182181
HSL0.820.400.52
HSV294°55°71°
CMYK 0.060.550.00   0.29
XYZ28.152418.028745.7122
Yxy18.02870.30640.1962
Hunter Lab42.460244.0455-34.1088
CIE-Lab49.530950.8344-36.7728

#ab52b5 color RGB value is (171,82,181).

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

The process color (four color CMYK) of #ab52b5 color hex is 0.06, 0.55, 0.00, 0.29. Web safe color of #ab52b5 is #9966cc. Color #ab52b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 10110101
Octal 253 122 265
Decimal 171 82 181
Hex AB 52 B5

RGB Percentages of Color #ab52b5

%39.40
%18.89
%41.71

CMYK Percentages of Color #ab52b5

%6
%55
%0
%29

Triadic Colors of #ab52b5

#ab52b5 #b5ab52 #52b5ab

Analogous Colors of #ab52b5

#ab52b5 #b5528e #7a52b5

Monochromatic Colors of #ab52b5

#ab52b5

Complementary Color

#ab52b5 #5cb552

#ab52b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab52b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab52b5 Color CSS Codes

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

#ab52b5 Text Font Color

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

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


#ab52b5 Background Color

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

This div background color is #ab52b5


#ab52b5 Border Color

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

This div border color is #ab52b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab52b5


Comments

No comments written yet.

Please login to write comment.