Color Hex Logo

#ab5aa8 Color Hex

#AB5AA8
(171,90,168)
0 Favorites   0 Comments

Color spaces of #ab5aa8

RGB 17190168
HSL0.840.330.51
HSV302°47°67°
CMYK 0.000.470.02   0.33
XYZ27.518618.797439.2237
Yxy18.79740.32170.2198
Hunter Lab43.356037.4233-23.2899
CIE-Lab50.449344.3555-27.7392

#ab5aa8 color RGB value is (171,90,168).

#ab5aa8 hex color red value is 171, green value is 90 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ab5aa8 hue: 0.84 , saturation: 0.33 and the lightness value of ab5aa8 is 0.51.

The process color (four color CMYK) of #ab5aa8 color hex is 0.00, 0.47, 0.02, 0.33. Web safe color of #ab5aa8 is #996699. Color #ab5aa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011010 10101000
Octal 253 132 250
Decimal 171 90 168
Hex AB 5A A8

RGB Percentages of Color #ab5aa8

%39.86
%20.98
%39.16

CMYK Percentages of Color #ab5aa8

%0
%47
%2
%33

Triadic Colors of #ab5aa8

#ab5aa8 #a8ab5a #5aa8ab

Analogous Colors of #ab5aa8

#ab5aa8 #ab5a80 #865aab

Monochromatic Colors of #ab5aa8

#ab5aa8

Complementary Color

#ab5aa8 #5aab5d

#ab5aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5aa8 Color CSS Codes

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

#ab5aa8 Text Font Color

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

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


#ab5aa8 Background Color

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

This div background color is #ab5aa8


#ab5aa8 Border Color

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

This div border color is #ab5aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5aa8

#ab5aa8 Color Palettes


Comments

No comments written yet.

Please login to write comment.