Color Hex Logo

#ab88bf Color Hex

#AB88BF
(171,136,191)
0 Favorites   0 Comments

Color spaces of #ab88bf

RGB 171136191
HSL0.770.300.64
HSV278°29°75°
CMYK 0.100.290.00   0.25
XYZ35.002730.027853.2413
Yxy30.02780.29600.2539
Hunter Lab54.797618.1234-19.2477
CIE-Lab61.678223.5717-23.6370

#ab88bf color RGB value is (171,136,191).

#ab88bf hex color red value is 171, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab88bf hue: 0.77 , saturation: 0.30 and the lightness value of ab88bf is 0.64.

The process color (four color CMYK) of #ab88bf color hex is 0.10, 0.29, 0.00, 0.25. Web safe color of #ab88bf is #9999cc. Color #ab88bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 10111111
Octal 253 210 277
Decimal 171 136 191
Hex AB 88 BF

RGB Percentages of Color #ab88bf

%34.34
%27.31
%38.35

CMYK Percentages of Color #ab88bf

%10
%29
%0
%25

Triadic Colors of #ab88bf

#ab88bf #bfab88 #88bfab

Analogous Colors of #ab88bf

#ab88bf #bf88b8 #9088bf

Monochromatic Colors of #ab88bf

#ab88bf

Complementary Color

#ab88bf #9cbf88

#ab88bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab88bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab88bf Color CSS Codes

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

#ab88bf Text Font Color

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

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


#ab88bf Background Color

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

This div background color is #ab88bf


#ab88bf Border Color

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

This div border color is #ab88bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab88bf


Comments

No comments written yet.

Please login to write comment.