Color Hex Logo

#ab86cb Color Hex

#AB86CB
(171,134,203)
0 Favorites   0 Comments

Color spaces of #ab86cb

RGB 171134203
HSL0.760.400.66
HSV272°34°80°
CMYK 0.160.340.00   0.20
XYZ36.099230.019960.3917
Yxy30.01990.28530.2373
Hunter Lab54.790421.7232-26.9980
CIE-Lab61.671427.3050-30.4083

#ab86cb color RGB value is (171,134,203).

#ab86cb hex color red value is 171, green value is 134 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab86cb hue: 0.76 , saturation: 0.40 and the lightness value of ab86cb is 0.66.

The process color (four color CMYK) of #ab86cb color hex is 0.16, 0.34, 0.00, 0.20. Web safe color of #ab86cb is #9999cc. Color #ab86cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 11001011
Octal 253 206 313
Decimal 171 134 203
Hex AB 86 CB

RGB Percentages of Color #ab86cb

%33.66
%26.38
%39.96

CMYK Percentages of Color #ab86cb

%16
%34
%0
%20

Triadic Colors of #ab86cb

#ab86cb #cbab86 #86cbab

Analogous Colors of #ab86cb

#ab86cb #cb86c9 #8986cb

Monochromatic Colors of #ab86cb

#ab86cb

Complementary Color

#ab86cb #a6cb86

#ab86cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab86cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab86cb Color CSS Codes

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

#ab86cb Text Font Color

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

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


#ab86cb Background Color

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

This div background color is #ab86cb


#ab86cb Border Color

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

This div border color is #ab86cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab86cb


Comments

No comments written yet.

Please login to write comment.