Color Hex Logo

#ab86be Color Hex

#AB86BE
(171,134,190)
0 Favorites   0 Comments

Color spaces of #ab86be

RGB 171134190
HSL0.780.300.64
HSV280°29°75°
CMYK 0.100.290.00   0.25
XYZ34.613929.425852.5706
Yxy29.42580.29680.2523
Hunter Lab54.245618.9705-19.4874
CIE-Lab61.155624.4924-23.8736

#ab86be color RGB value is (171,134,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 10111110
Octal 253 206 276
Decimal 171 134 190
Hex AB 86 BE

RGB Percentages of Color #ab86be

%34.55
%27.07
%38.38

CMYK Percentages of Color #ab86be

%10
%29
%0
%25

Triadic Colors of #ab86be

#ab86be #beab86 #86beab

Analogous Colors of #ab86be

#ab86be #be86b5 #8f86be

Monochromatic Colors of #ab86be

#ab86be

Complementary Color

#ab86be #99be86

#ab86be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab86be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab86be Color CSS Codes

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

#ab86be Text Font Color

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

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


#ab86be Background Color

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

This div background color is #ab86be


#ab86be Border Color

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

This div border color is #ab86be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab86be


Comments

No comments written yet.

Please login to write comment.