Color Hex Logo

#ab527b Color Hex

#AB527B
(171,82,123)
0 Favorites   0 Comments

Color spaces of #ab527b

RGB 17182123
HSL0.920.350.50
HSV332°52°67°
CMYK 0.000.520.28   0.33
XYZ23.387016.122620.6182
Yxy16.12260.38900.2681
Hunter Lab40.153033.6992-2.3378
CIE-Lab47.134941.1823-5.9956

#ab527b color RGB value is (171,82,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 01111011
Octal 253 122 173
Decimal 171 82 123
Hex AB 52 7B

RGB Percentages of Color #ab527b

%45.48
%21.81
%32.71

CMYK Percentages of Color #ab527b

%0
%52
%28
%33

Triadic Colors of #ab527b

#ab527b #7bab52 #527bab

Analogous Colors of #ab527b

#ab527b #ab5652 #ab52a8

Monochromatic Colors of #ab527b

#ab527b

Complementary Color

#ab527b #52ab82

#ab527b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab527b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab527b Color CSS Codes

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

#ab527b Text Font Color

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

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


#ab527b Background Color

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

This div background color is #ab527b


#ab527b Border Color

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

This div border color is #ab527b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab527b


Comments

No comments written yet.

Please login to write comment.