Color Hex Logo

#ab4493 Color Hex

#AB4493
(171,68,147)
0 Favorites   0 Comments

Color spaces of #ab4493

RGB 17168147
HSL0.870.430.47
HSV314°60°67°
CMYK 0.000.600.14   0.33
XYZ24.128214.898829.2078
Yxy14.89880.35360.2183
Hunter Lab38.599044.0321-17.8454
CIE-Lab45.495351.5254-22.9598

#ab4493 color RGB value is (171,68,147).

#ab4493 hex color red value is 171, green value is 68 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ab4493 hue: 0.87 , saturation: 0.43 and the lightness value of ab4493 is 0.47.

The process color (four color CMYK) of #ab4493 color hex is 0.00, 0.60, 0.14, 0.33. Web safe color of #ab4493 is #993399. Color #ab4493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000100 10010011
Octal 253 104 223
Decimal 171 68 147
Hex AB 44 93

RGB Percentages of Color #ab4493

%44.30
%17.62
%38.08

CMYK Percentages of Color #ab4493

%0
%60
%14
%33

Triadic Colors of #ab4493

#ab4493 #93ab44 #4493ab

Analogous Colors of #ab4493

#ab4493 #ab4460 #9044ab

Monochromatic Colors of #ab4493

#ab4493

Complementary Color

#ab4493 #44ab5c

#ab4493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4493 Color CSS Codes

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

#ab4493 Text Font Color

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

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


#ab4493 Background Color

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

This div background color is #ab4493


#ab4493 Border Color

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

This div border color is #ab4493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4493


Comments

No comments written yet.

Please login to write comment.