Color Hex Logo

#ab285b Color Hex

#AB285B
(171,40,91)
0 Favorites   0 Comments

Color spaces of #ab285b

RGB 1714091
HSL0.940.620.41
HSV337°77°67°
CMYK 0.000.770.47   0.33
XYZ19.441710.930810.9827
Yxy10.93080.47010.2643
Hunter Lab33.061847.10743.4478
CIE-Lab39.463755.53422.5277

#ab285b color RGB value is (171,40,91).

#ab285b hex color red value is 171, green value is 40 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab285b hue: 0.94 , saturation: 0.62 and the lightness value of ab285b is 0.41.

The process color (four color CMYK) of #ab285b color hex is 0.00, 0.77, 0.47, 0.33. Web safe color of #ab285b is #993366. Color #ab285b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 01011011
Octal 253 50 133
Decimal 171 40 91
Hex AB 28 5B

RGB Percentages of Color #ab285b

%56.62
%13.25
%30.13

CMYK Percentages of Color #ab285b

%0
%77
%47
%33

Triadic Colors of #ab285b

#ab285b #5bab28 #285bab

Analogous Colors of #ab285b

#ab285b #ab3728 #ab289d

Monochromatic Colors of #ab285b

#ab285b

Complementary Color

#ab285b #28ab78

#ab285b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab285b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab285b Color CSS Codes

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

#ab285b Text Font Color

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

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


#ab285b Background Color

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

This div background color is #ab285b


#ab285b Border Color

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

This div border color is #ab285b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,40,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 #ab285b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab285b


Comments

No comments written yet.

Please login to write comment.