Color Hex Logo

#ab505c Color Hex

#AB505C
(171,80,92)
0 Favorites   0 Comments

Color spaces of #ab505c

RGB 1718092
HSL0.980.360.49
HSV352°53°67°
CMYK 0.000.530.46   0.33
XYZ21.595015.168011.9147
Yxy15.16800.44360.3116
Hunter Lab38.946130.81979.1238
CIE-Lab45.863438.446810.9995

#ab505c color RGB value is (171,80,92).

#ab505c hex color red value is 171, green value is 80 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ab505c hue: 0.98 , saturation: 0.36 and the lightness value of ab505c is 0.49.

The process color (four color CMYK) of #ab505c color hex is 0.00, 0.53, 0.46, 0.33. Web safe color of #ab505c is #996666. Color #ab505c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 01011100
Octal 253 120 134
Decimal 171 80 92
Hex AB 50 5C

RGB Percentages of Color #ab505c

%49.85
%23.32
%26.82

CMYK Percentages of Color #ab505c

%0
%53
%46
%33

Triadic Colors of #ab505c

#ab505c #5cab50 #505cab

Analogous Colors of #ab505c

#ab505c #ab7250 #ab508a

Monochromatic Colors of #ab505c

#ab505c

Complementary Color

#ab505c #50ab9f

#ab505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab505c Color CSS Codes

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

#ab505c Text Font Color

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

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


#ab505c Background Color

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

This div background color is #ab505c


#ab505c Border Color

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

This div border color is #ab505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab505c


Comments

No comments written yet.

Please login to write comment.