Color Hex Logo

#ab5577 Color Hex

#AB5577
(171,85,119)
0 Favorites   0 Comments

Color spaces of #ab5577

RGB 17185119
HSL0.930.340.50
HSV336°50°67°
CMYK 0.000.500.30   0.33
XYZ23.372916.486819.4032
Yxy16.48680.39440.2782
Hunter Lab40.603931.69330.0901
CIE-Lab47.606839.0855-2.8803

#ab5577 color RGB value is (171,85,119).

#ab5577 hex color red value is 171, green value is 85 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ab5577 hue: 0.93 , saturation: 0.34 and the lightness value of ab5577 is 0.50.

The process color (four color CMYK) of #ab5577 color hex is 0.00, 0.50, 0.30, 0.33. Web safe color of #ab5577 is #996666. Color #ab5577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 01110111
Octal 253 125 167
Decimal 171 85 119
Hex AB 55 77

RGB Percentages of Color #ab5577

%45.60
%22.67
%31.73

CMYK Percentages of Color #ab5577

%0
%50
%30
%33

Triadic Colors of #ab5577

#ab5577 #77ab55 #5577ab

Analogous Colors of #ab5577

#ab5577 #ab5e55 #ab55a2

Monochromatic Colors of #ab5577

#ab5577

Complementary Color

#ab5577 #55ab89

#ab5577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5577 Color CSS Codes

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

#ab5577 Text Font Color

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

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


#ab5577 Background Color

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

This div background color is #ab5577


#ab5577 Border Color

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

This div border color is #ab5577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5577


Comments

No comments written yet.

Please login to write comment.