Color Hex Logo

#ab2559 Color Hex

#AB2559
(171,37,89)
0 Favorites   0 Comments

Color spaces of #ab2559

RGB 1713789
HSL0.940.640.41
HSV337°78°67°
CMYK 0.000.780.48   0.33
XYZ19.259310.702310.5019
Yxy10.70230.47600.2645
Hunter Lab32.714447.83473.8669
CIE-Lab39.074556.28753.2356

#ab2559 color RGB value is (171,37,89).

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

The process color (four color CMYK) of #ab2559 color hex is 0.00, 0.78, 0.48, 0.33. Web safe color of #ab2559 is #993366. Color #ab2559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100101 01011001
Octal 253 45 131
Decimal 171 37 89
Hex AB 25 59

RGB Percentages of Color #ab2559

%57.58
%12.46
%29.97

CMYK Percentages of Color #ab2559

%0
%78
%48
%33

Triadic Colors of #ab2559

#ab2559 #59ab25 #2559ab

Analogous Colors of #ab2559

#ab2559 #ab3425 #ab259c

Monochromatic Colors of #ab2559

#ab2559

Complementary Color

#ab2559 #25ab77

#ab2559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2559 Color CSS Codes

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

#ab2559 Text Font Color

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

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


#ab2559 Background Color

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

This div background color is #ab2559


#ab2559 Border Color

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

This div border color is #ab2559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2559


Comments

No comments written yet.

Please login to write comment.