Color Hex Logo

#ab819f Color Hex

#AB819F
(171,129,159)
0 Favorites   0 Comments

Color spaces of #ab819f

RGB 171129159
HSL0.880.200.59
HSV317°25°67°
CMYK 0.000.250.07   0.33
XYZ30.902926.861636.3569
Yxy26.86160.32830.2854
Hunter Lab51.828215.7325-5.3116
CIE-Lab58.846021.2020-9.7071

#ab819f color RGB value is (171,129,159).

#ab819f hex color red value is 171, green value is 129 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ab819f hue: 0.88 , saturation: 0.20 and the lightness value of ab819f is 0.59.

The process color (four color CMYK) of #ab819f color hex is 0.00, 0.25, 0.07, 0.33. Web safe color of #ab819f is #999999. Color #ab819f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 10011111
Octal 253 201 237
Decimal 171 129 159
Hex AB 81 9F

RGB Percentages of Color #ab819f

%37.25
%28.10
%34.64

CMYK Percentages of Color #ab819f

%0
%25
%7
%33

Triadic Colors of #ab819f

#ab819f #9fab81 #819fab

Analogous Colors of #ab819f

#ab819f #ab818a #a281ab

Monochromatic Colors of #ab819f

#ab819f

Complementary Color

#ab819f #81ab8d

#ab819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab819f Color CSS Codes

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

#ab819f Text Font Color

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

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


#ab819f Background Color

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

This div background color is #ab819f


#ab819f Border Color

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

This div border color is #ab819f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab819f


Comments

No comments written yet.

Please login to write comment.