Color Hex Logo

#ab8eaf Color Hex

#AB8EAF
(171,142,175)
0 Favorites   0 Comments

Color spaces of #ab8eaf

RGB 171142175
HSL0.810.170.62
HSV293°19°69°
CMYK 0.020.190.00   0.31
XYZ34.205531.099144.7573
Yxy31.09910.31080.2826
Hunter Lab55.766611.8949-8.5486
CIE-Lab62.591216.8946-13.2049

#ab8eaf color RGB value is (171,142,175).

#ab8eaf hex color red value is 171, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab8eaf hue: 0.81 , saturation: 0.17 and the lightness value of ab8eaf is 0.62.

The process color (four color CMYK) of #ab8eaf color hex is 0.02, 0.19, 0.00, 0.31. Web safe color of #ab8eaf is #999999. Color #ab8eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001110 10101111
Octal 253 216 257
Decimal 171 142 175
Hex AB 8E AF

RGB Percentages of Color #ab8eaf

%35.04
%29.10
%35.86

CMYK Percentages of Color #ab8eaf

%2
%19
%0
%31

Triadic Colors of #ab8eaf

#ab8eaf #afab8e #8eafab

Analogous Colors of #ab8eaf

#ab8eaf #af8ea3 #9b8eaf

Monochromatic Colors of #ab8eaf

#ab8eaf

Complementary Color

#ab8eaf #92af8e

#ab8eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8eaf Color CSS Codes

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

#ab8eaf Text Font Color

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

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


#ab8eaf Background Color

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

This div background color is #ab8eaf


#ab8eaf Border Color

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

This div border color is #ab8eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8eaf


Comments

No comments written yet.

Please login to write comment.