Color Hex Logo

#ab5494 Color Hex

#AB5494
(171,84,148)
0 Favorites   0 Comments

Color spaces of #ab5494

RGB 17184148
HSL0.880.340.50
HSV316°51°67°
CMYK 0.000.510.13   0.33
XYZ25.310217.136729.9907
Yxy17.13670.34940.2366
Hunter Lab41.396536.6927-13.9765
CIE-Lab48.431843.9554-19.0391

#ab5494 color RGB value is (171,84,148).

#ab5494 hex color red value is 171, green value is 84 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ab5494 hue: 0.88 , saturation: 0.34 and the lightness value of ab5494 is 0.50.

The process color (four color CMYK) of #ab5494 color hex is 0.00, 0.51, 0.13, 0.33. Web safe color of #ab5494 is #996699. Color #ab5494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010100 10010100
Octal 253 124 224
Decimal 171 84 148
Hex AB 54 94

RGB Percentages of Color #ab5494

%42.43
%20.84
%36.72

CMYK Percentages of Color #ab5494

%0
%51
%13
%33

Triadic Colors of #ab5494

#ab5494 #94ab54 #5494ab

Analogous Colors of #ab5494

#ab5494 #ab5469 #9754ab

Monochromatic Colors of #ab5494

#ab5494

Complementary Color

#ab5494 #54ab6b

#ab5494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5494 Color CSS Codes

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

#ab5494 Text Font Color

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

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


#ab5494 Background Color

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

This div background color is #ab5494


#ab5494 Border Color

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

This div border color is #ab5494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5494


Comments

No comments written yet.

Please login to write comment.