Color Hex Logo

#ab5291 Color Hex

#AB5291
(171,82,145)
0 Favorites   0 Comments

Color spaces of #ab5291

RGB 17182145
HSL0.880.350.50
HSV318°52°67°
CMYK 0.000.520.15   0.33
XYZ24.922716.736828.7050
Yxy16.73680.35420.2379
Hunter Lab40.910637.1483-12.9635
CIE-Lab47.926744.4827-18.0233

#ab5291 color RGB value is (171,82,145).

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

The process color (four color CMYK) of #ab5291 color hex is 0.00, 0.52, 0.15, 0.33. Web safe color of #ab5291 is #996699. Color #ab5291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 10010001
Octal 253 122 221
Decimal 171 82 145
Hex AB 52 91

RGB Percentages of Color #ab5291

%42.96
%20.60
%36.43

CMYK Percentages of Color #ab5291

%0
%52
%15
%33

Triadic Colors of #ab5291

#ab5291 #91ab52 #5291ab

Analogous Colors of #ab5291

#ab5291 #ab5265 #9952ab

Monochromatic Colors of #ab5291

#ab5291

Complementary Color

#ab5291 #52ab6c

#ab5291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5291 Color CSS Codes

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

#ab5291 Text Font Color

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

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


#ab5291 Background Color

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

This div background color is #ab5291


#ab5291 Border Color

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

This div border color is #ab5291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5291


Comments

No comments written yet.

Please login to write comment.