Color Hex Logo

#ab88df Color Hex

#AB88DF
(171,136,223)
0 Favorites   0 Comments

Color spaces of #ab88df

RGB 171136223
HSL0.730.580.70
HSV264°39°87°
CMYK 0.230.390.00   0.13
XYZ38.918031.594073.8591
Yxy31.59400.26960.2188
Hunter Lab56.208525.2259-38.5622
CIE-Lab63.005930.7423-39.5124

#ab88df color RGB value is (171,136,223).

#ab88df hex color red value is 171, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab88df hue: 0.73 , saturation: 0.58 and the lightness value of ab88df is 0.70.

The process color (four color CMYK) of #ab88df color hex is 0.23, 0.39, 0.00, 0.13. Web safe color of #ab88df is #9999cc. Color #ab88df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 11011111
Octal 253 210 337
Decimal 171 136 223
Hex AB 88 DF

RGB Percentages of Color #ab88df

%32.26
%25.66
%42.08

CMYK Percentages of Color #ab88df

%23
%39
%0
%13

Triadic Colors of #ab88df

#ab88df #dfab88 #88dfab

Analogous Colors of #ab88df

#ab88df #d788df #8891df

Monochromatic Colors of #ab88df

#ab88df

Complementary Color

#ab88df #bcdf88

#ab88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab88df Color CSS Codes

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

#ab88df Text Font Color

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

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


#ab88df Background Color

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

This div background color is #ab88df


#ab88df Border Color

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

This div border color is #ab88df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab88df


Comments

No comments written yet.

Please login to write comment.