Color Hex Logo

#ab244b Color Hex

#AB244B
(171,36,75)
0 Favorites   0 Comments

Color spaces of #ab244b

RGB 1713675
HSL0.950.650.41
HSV343°79°67°
CMYK 0.000.790.56   0.33
XYZ18.695510.42777.6840
Yxy10.42770.50790.2833
Hunter Lab32.291946.83218.4961
CIE-Lab38.599455.441311.4875

#ab244b color RGB value is (171,36,75).

#ab244b hex color red value is 171, green value is 36 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ab244b hue: 0.95 , saturation: 0.65 and the lightness value of ab244b is 0.41.

The process color (four color CMYK) of #ab244b color hex is 0.00, 0.79, 0.56, 0.33. Web safe color of #ab244b is #993333. Color #ab244b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100100 01001011
Octal 253 44 113
Decimal 171 36 75
Hex AB 24 4B

RGB Percentages of Color #ab244b

%60.64
%12.77
%26.60

CMYK Percentages of Color #ab244b

%0
%79
%56
%33

Triadic Colors of #ab244b

#ab244b #4bab24 #244bab

Analogous Colors of #ab244b

#ab244b #ab4124 #ab248f

Monochromatic Colors of #ab244b

#ab244b

Complementary Color

#ab244b #24ab84

#ab244b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab244b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab244b Color CSS Codes

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

#ab244b Text Font Color

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

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


#ab244b Background Color

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

This div background color is #ab244b


#ab244b Border Color

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

This div border color is #ab244b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab244b


Comments

No comments written yet.

Please login to write comment.