Color Hex Logo

#ab248b Color Hex

#AB248B
(171,36,139)
0 Favorites   0 Comments

Color spaces of #ab248b

RGB 17136139
HSL0.870.650.41
HSV314°79°67°
CMYK 0.000.790.19   0.33
XYZ22.085711.783825.5365
Yxy11.78380.37180.1984
Hunter Lab34.327554.7704-20.0770
CIE-Lab40.870462.2621-25.2856

#ab248b color RGB value is (171,36,139).

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

The process color (four color CMYK) of #ab248b color hex is 0.00, 0.79, 0.19, 0.33. Web safe color of #ab248b is #993399. Color #ab248b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100100 10001011
Octal 253 44 213
Decimal 171 36 139
Hex AB 24 8B

RGB Percentages of Color #ab248b

%49.42
%10.40
%40.17

CMYK Percentages of Color #ab248b

%0
%79
%19
%33

Triadic Colors of #ab248b

#ab248b #8bab24 #248bab

Analogous Colors of #ab248b

#ab248b #ab2447 #8824ab

Monochromatic Colors of #ab248b

#ab248b

Complementary Color

#ab248b #24ab44

#ab248b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab248b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab248b Color CSS Codes

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

#ab248b Text Font Color

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

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


#ab248b Background Color

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

This div background color is #ab248b


#ab248b Border Color

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

This div border color is #ab248b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab248b


Comments

No comments written yet.

Please login to write comment.