Color Hex Logo

#ab5569 Color Hex

#AB5569
(171,85,105)
0 Favorites   0 Comments

Color spaces of #ab5569

RGB 17185105
HSL0.960.340.50
HSV346°50°67°
CMYK 0.000.500.39   0.33
XYZ22.592916.174815.2959
Yxy16.17480.41790.2992
Hunter Lab40.217929.89325.6030
CIE-Lab47.203037.30185.0022

#ab5569 color RGB value is (171,85,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 01101001
Octal 253 125 151
Decimal 171 85 105
Hex AB 55 69

RGB Percentages of Color #ab5569

%47.37
%23.55
%29.09

CMYK Percentages of Color #ab5569

%0
%50
%39
%33

Triadic Colors of #ab5569

#ab5569 #69ab55 #5569ab

Analogous Colors of #ab5569

#ab5569 #ab6c55 #ab5594

Monochromatic Colors of #ab5569

#ab5569

Complementary Color

#ab5569 #55ab97

#ab5569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5569 Color CSS Codes

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

#ab5569 Text Font Color

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

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


#ab5569 Background Color

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

This div background color is #ab5569


#ab5569 Border Color

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

This div border color is #ab5569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5569


Comments

No comments written yet.

Please login to write comment.