Color Hex Logo

#ab525b Color Hex

#AB525B
(171,82,91)
0 Favorites   0 Comments

Color spaces of #ab525b

RGB 1718291
HSL0.980.350.50
HSV354°52°67°
CMYK 0.000.520.47   0.33
XYZ21.700215.447811.7355
Yxy15.44780.44390.3160
Hunter Lab39.303729.77139.8095
CIE-Lab46.241537.311812.1334

#ab525b color RGB value is (171,82,91).

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

The process color (four color CMYK) of #ab525b color hex is 0.00, 0.52, 0.47, 0.33. Web safe color of #ab525b is #996666. Color #ab525b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 01011011
Octal 253 122 133
Decimal 171 82 91
Hex AB 52 5B

RGB Percentages of Color #ab525b

%49.71
%23.84
%26.45

CMYK Percentages of Color #ab525b

%0
%52
%47
%33

Triadic Colors of #ab525b

#ab525b #5bab52 #525bab

Analogous Colors of #ab525b

#ab525b #ab7652 #ab5288

Monochromatic Colors of #ab525b

#ab525b

Complementary Color

#ab525b #52aba2

#ab525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab525b Color CSS Codes

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

#ab525b Text Font Color

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

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


#ab525b Background Color

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

This div background color is #ab525b


#ab525b Border Color

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

This div border color is #ab525b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab525b


Comments

No comments written yet.

Please login to write comment.